Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: Tools/DumpRenderTree/DumpRenderTree.gypi

Issue 16844004: Stop building DumpRenderTree and delete the files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'drt_files': [
4 'DumpRenderTree.h',
5 'DumpRenderTreeCommon.cpp',
6 'chromium/DRTDevToolsAgent.cpp',
7 'chromium/DRTDevToolsAgent.h',
8 'chromium/DRTDevToolsClient.cpp',
9 'chromium/DRTDevToolsClient.h',
10 'chromium/DumpRenderTree.cpp',
11 'chromium/MockPlatform.cpp',
12 'chromium/MockPlatform.h',
13 'chromium/MockWebPrerenderingSupport.cpp',
14 'chromium/MockWebPrerenderingSupport.h',
15 'chromium/Task.h',
16 'chromium/Task.cpp',
17 'chromium/TestEventPrinter.h',
18 'chromium/TestEventPrinter.cpp',
19 'chromium/TestNavigationController.cpp',
20 'chromium/TestNavigationController.h',
21 'chromium/TestShell.cpp',
22 'chromium/TestShell.h',
23 'chromium/TestShellAndroid.cpp',
24 'chromium/TestShellMac.mm',
25 'chromium/TestShellPosix.cpp',
26 'chromium/TestShellStub.cpp',
27 'chromium/TestShellWin.cpp',
28 'chromium/TestShellX11.cpp',
29 'chromium/WebViewHost.cpp',
30 'chromium/WebViewHost.h',
31 ],
32 'test_runner_files': [ 3 'test_runner_files': [
33 'chromium/TestRunner/public/WebTestDelegate.h', 4 'chromium/TestRunner/public/WebTestDelegate.h',
34 'chromium/TestRunner/public/WebPreferences.h', 5 'chromium/TestRunner/public/WebPreferences.h',
35 'chromium/TestRunner/public/WebTask.h', 6 'chromium/TestRunner/public/WebTask.h',
36 'chromium/TestRunner/public/WebTestCommon.h', 7 'chromium/TestRunner/public/WebTestCommon.h',
37 'chromium/TestRunner/public/WebTestInterfaces.h', 8 'chromium/TestRunner/public/WebTestInterfaces.h',
38 'chromium/TestRunner/public/WebTestProxy.h', 9 'chromium/TestRunner/public/WebTestProxy.h',
39 'chromium/TestRunner/public/WebTestRunner.h', 10 'chromium/TestRunner/public/WebTestRunner.h',
40 'chromium/TestRunner/src/AccessibilityControllerChromium.cpp', 11 'chromium/TestRunner/src/AccessibilityControllerChromium.cpp',
41 'chromium/TestRunner/src/AccessibilityControllerChromium.h', 12 'chromium/TestRunner/src/AccessibilityControllerChromium.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp', 95 'TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp',
125 'TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp', 96 'TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp',
126 'TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp', 97 'TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp',
127 'TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp', 98 'TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp',
128 'TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp' , 99 'TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp' ,
129 'TestNetscapePlugIn/Tests/PluginScriptableObjectOverridesAllProperti es.cpp', 100 'TestNetscapePlugIn/Tests/PluginScriptableObjectOverridesAllProperti es.cpp',
130 'TestNetscapePlugIn/main.cpp', 101 'TestNetscapePlugIn/main.cpp',
131 ], 102 ],
132 } 103 }
133 } 104 }
OLDNEW
« no previous file with comments | « Tools/DumpRenderTree/DumpRenderTree.h ('k') | Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698