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

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

Issue 12408009: Merge 144236 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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
« no previous file with comments | « Tools/ChangeLog ('k') | Tools/DumpRenderTree/TestNetscapePlugIn/CMakeLists.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'drt_files': [ 3 'drt_files': [
4 'DumpRenderTree.h', 4 'DumpRenderTree.h',
5 'DumpRenderTreeCommon.cpp', 5 'DumpRenderTreeCommon.cpp',
6 'chromium/DRTDevToolsAgent.cpp', 6 'chromium/DRTDevToolsAgent.cpp',
7 'chromium/DRTDevToolsAgent.h', 7 'chromium/DRTDevToolsAgent.h',
8 'chromium/DRTDevToolsClient.cpp', 8 'chromium/DRTDevToolsClient.cpp',
9 'chromium/DRTDevToolsClient.h', 9 'chromium/DRTDevToolsClient.h',
10 'chromium/DumpRenderTree.cpp', 10 'chromium/DumpRenderTree.cpp',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'TestNetscapePlugIn/PluginTest.h', 105 'TestNetscapePlugIn/PluginTest.h',
106 'TestNetscapePlugIn/TestObject.cpp', 106 'TestNetscapePlugIn/TestObject.cpp',
107 'TestNetscapePlugIn/TestObject.h', 107 'TestNetscapePlugIn/TestObject.h',
108 'TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp', 108 'TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp',
109 'TestNetscapePlugIn/Tests/EvaluateJSAfterRemovingPluginElement.cpp', 109 'TestNetscapePlugIn/Tests/EvaluateJSAfterRemovingPluginElement.cpp',
110 'TestNetscapePlugIn/Tests/FormValue.cpp', 110 'TestNetscapePlugIn/Tests/FormValue.cpp',
111 'TestNetscapePlugIn/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp', 111 'TestNetscapePlugIn/Tests/GetURLNotifyWithURLThatFailsToLoad.cpp',
112 'TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp', 112 'TestNetscapePlugIn/Tests/GetURLWithJavaScriptURL.cpp',
113 'TestNetscapePlugIn/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cp p', 113 'TestNetscapePlugIn/Tests/GetURLWithJavaScriptURLDestroyingPlugin.cp p',
114 'TestNetscapePlugIn/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp', 114 'TestNetscapePlugIn/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp',
115 'TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp',
115 'TestNetscapePlugIn/Tests/NPPNewFails.cpp', 116 'TestNetscapePlugIn/Tests/NPPNewFails.cpp',
116 'TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp', 117 'TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp',
117 'TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp', 118 'TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp',
118 'TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp', 119 'TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp',
119 'TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp', 120 'TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp',
120 'TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp', 121 'TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp',
121 'TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp' , 122 'TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp' ,
122 'TestNetscapePlugIn/Tests/PluginScriptableObjectOverridesAllProperti es.cpp', 123 'TestNetscapePlugIn/Tests/PluginScriptableObjectOverridesAllProperti es.cpp',
123 'TestNetscapePlugIn/Tests/PrivateBrowsing.cpp', 124 'TestNetscapePlugIn/Tests/PrivateBrowsing.cpp',
124 'TestNetscapePlugIn/main.cpp', 125 'TestNetscapePlugIn/main.cpp',
125 ], 126 ],
126 } 127 }
127 } 128 }
OLDNEW
« no previous file with comments | « Tools/ChangeLog ('k') | Tools/DumpRenderTree/TestNetscapePlugIn/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698