diff options
Diffstat (limited to 'Tools/DumpRenderTree/DumpRenderTree.gypi')
| -rw-r--r-- | Tools/DumpRenderTree/DumpRenderTree.gypi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Tools/DumpRenderTree/DumpRenderTree.gypi b/Tools/DumpRenderTree/DumpRenderTree.gypi index 7e7d69bad..26722ece7 100644 --- a/Tools/DumpRenderTree/DumpRenderTree.gypi +++ b/Tools/DumpRenderTree/DumpRenderTree.gypi @@ -30,6 +30,8 @@ 'chromium/MockWebSpeechRecognizer.h', 'chromium/NotificationPresenter.h', 'chromium/NotificationPresenter.cpp', + 'chromium/Task.h', + 'chromium/Task.cpp', 'chromium/TestEventPrinter.h', 'chromium/TestEventPrinter.cpp', 'chromium/TestNavigationController.cpp', @@ -67,6 +69,7 @@ 'chromium/TestRunner/public/WebAccessibilityController.h', 'chromium/TestRunner/public/WebTestDelegate.h', 'chromium/TestRunner/public/WebEventSender.h', + 'chromium/TestRunner/public/WebTask.h', 'chromium/TestRunner/public/WebTestInterfaces.h', 'chromium/TestRunner/src/AccessibilityControllerChromium.cpp', 'chromium/TestRunner/src/AccessibilityControllerChromium.h', @@ -80,8 +83,6 @@ 'chromium/TestRunner/src/EventSender.h', 'chromium/TestRunner/src/GamepadController.cpp', 'chromium/TestRunner/src/GamepadController.h', - 'chromium/TestRunner/src/Task.cpp', - 'chromium/TestRunner/src/Task.h', 'chromium/TestRunner/src/TestInterfaces.cpp', 'chromium/TestRunner/src/TestInterfaces.h', 'chromium/TestRunner/src/TextInputController.cpp', @@ -90,6 +91,7 @@ 'chromium/TestRunner/src/TestRunner.h', 'chromium/TestRunner/src/WebAccessibilityController.cpp', 'chromium/TestRunner/src/WebEventSender.cpp', + 'chromium/TestRunner/src/WebTask.cpp', 'chromium/TestRunner/src/WebTestInterfaces.cpp', ], 'test_plugin_files': [ |
