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

Side by Side Diff: third_party/WebKit/Source/web/web.gypi

Issue 1676083002: Extract webkit_unit_tests from blink_web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move the word public, for consistency Created 4 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'WebDevToolsAgentImpl.h', 131 'WebDevToolsAgentImpl.h',
132 'WebDevToolsFrontendImpl.cpp', 132 'WebDevToolsFrontendImpl.cpp',
133 'WebDevToolsFrontendImpl.h', 133 'WebDevToolsFrontendImpl.h',
134 'WebDocument.cpp', 134 'WebDocument.cpp',
135 'WebElement.cpp', 135 'WebElement.cpp',
136 'WebElementCollection.cpp', 136 'WebElementCollection.cpp',
137 'WebEmbeddedWorkerImpl.cpp', 137 'WebEmbeddedWorkerImpl.cpp',
138 'WebEmbeddedWorkerImpl.h', 138 'WebEmbeddedWorkerImpl.h',
139 'WebEntities.cpp', 139 'WebEntities.cpp',
140 'WebEntities.h', 140 'WebEntities.h',
141 'WebExport.h',
141 'WebFileChooserCompletionImpl.cpp', 142 'WebFileChooserCompletionImpl.cpp',
142 'WebFileChooserCompletionImpl.h', 143 'WebFileChooserCompletionImpl.h',
143 'WebFontDescription.cpp', 144 'WebFontDescription.cpp',
144 'WebFontImpl.cpp', 145 'WebFontImpl.cpp',
145 'WebFontImpl.h', 146 'WebFontImpl.h',
146 'WebFormControlElement.cpp', 147 'WebFormControlElement.cpp',
147 'WebFormElement.cpp', 148 'WebFormElement.cpp',
148 'WebFrame.cpp', 149 'WebFrame.cpp',
149 "WebFrameContentDumper.cpp", 150 "WebFrameContentDumper.cpp",
150 'WebFrameImplBase.cpp', 151 'WebFrameImplBase.cpp',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'tests/sim/SimNetwork.h', 311 'tests/sim/SimNetwork.h',
311 'tests/sim/SimRequest.cpp', 312 'tests/sim/SimRequest.cpp',
312 'tests/sim/SimRequest.h', 313 'tests/sim/SimRequest.h',
313 'tests/sim/SimTest.cpp', 314 'tests/sim/SimTest.cpp',
314 'tests/sim/SimTest.h', 315 'tests/sim/SimTest.h',
315 'tests/sim/SimWebViewClient.cpp', 316 'tests/sim/SimWebViewClient.cpp',
316 'tests/sim/SimWebViewClient.h', 317 'tests/sim/SimWebViewClient.h',
317 ], 318 ],
318 }, 319 },
319 } 320 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698