diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/DumpRenderTree.gypi')
-rw-r--r-- | WebKitTools/DumpRenderTree/DumpRenderTree.gypi | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/DumpRenderTree.gypi b/WebKitTools/DumpRenderTree/DumpRenderTree.gypi new file mode 100644 index 0000000..693f02e --- /dev/null +++ b/WebKitTools/DumpRenderTree/DumpRenderTree.gypi @@ -0,0 +1,36 @@ +{ + 'variables': { + 'drt_files': [ + 'chromium/AccessibilityController.cpp', + 'chromium/AccessibilityController.h', + 'chromium/AccessibilityUIElement.cpp', + 'chromium/AccessibilityUIElement.h', + 'chromium/CppBoundClass.cpp', + 'chromium/CppBoundClass.h', + 'chromium/CppVariant.cpp', + 'chromium/CppVariant.h', + 'chromium/DumpRenderTree.cpp', + 'chromium/EventSender.cpp', + 'chromium/EventSender.h', + 'chromium/LayoutTestController.cpp', + 'chromium/LayoutTestController.h', + 'chromium/MockSpellCheck.cpp', + 'chromium/MockSpellCheck.h', + 'chromium/NotificationPresenter.h', + 'chromium/NotificationPresenter.cpp', + 'chromium/PlainTextController.cpp', + 'chromium/PlainTextController.h', + 'chromium/TestNavigationController.cpp', + 'chromium/TestNavigationController.h', + 'chromium/TestShell.cpp', + 'chromium/TestShell.h', + 'chromium/TestShellGtk.cpp', + 'chromium/TestShellMac.mm', + 'chromium/TestShellWin.cpp', + 'chromium/TextInputController.cpp', + 'chromium/TextInputController.h', + 'chromium/WebViewHost.cpp', + 'chromium/WebViewHost.h', + ], + } +} |