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

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

Issue 14142009: Remove Apple's unused implementation of private browsing from WebCore (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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': [ 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'TestNetscapePlugIn/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp', 115 'TestNetscapePlugIn/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp',
116 'TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp', 116 'TestNetscapePlugIn/Tests/LogNPPSetWindow.cpp',
117 'TestNetscapePlugIn/Tests/NPPNewFails.cpp', 117 'TestNetscapePlugIn/Tests/NPPNewFails.cpp',
118 'TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp', 118 'TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp',
119 'TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp', 119 'TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp',
120 'TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp', 120 'TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp',
121 'TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp', 121 'TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp',
122 'TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp', 122 'TestNetscapePlugIn/Tests/PassDifferentNPPStruct.cpp',
123 'TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp' , 123 'TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp' ,
124 'TestNetscapePlugIn/Tests/PluginScriptableObjectOverridesAllProperti es.cpp', 124 'TestNetscapePlugIn/Tests/PluginScriptableObjectOverridesAllProperti es.cpp',
125 'TestNetscapePlugIn/Tests/PrivateBrowsing.cpp',
126 'TestNetscapePlugIn/main.cpp', 125 'TestNetscapePlugIn/main.cpp',
127 ], 126 ],
128 } 127 }
129 } 128 }
OLDNEW
« no previous file with comments | « Source/modules/webdatabase/DatabaseContext.cpp ('k') | Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PrivateBrowsing.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698