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

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: Win dbg non-oilpan fix: make TextFinder non-copyable 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
« no previous file with comments | « third_party/WebKit/Source/web/web.gyp ('k') | third_party/WebKit/Source/web/web_tests.gyp » ('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 '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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'tests/sim/SimNetwork.h', 310 'tests/sim/SimNetwork.h',
310 'tests/sim/SimRequest.cpp', 311 'tests/sim/SimRequest.cpp',
311 'tests/sim/SimRequest.h', 312 'tests/sim/SimRequest.h',
312 'tests/sim/SimTest.cpp', 313 'tests/sim/SimTest.cpp',
313 'tests/sim/SimTest.h', 314 'tests/sim/SimTest.h',
314 'tests/sim/SimWebViewClient.cpp', 315 'tests/sim/SimWebViewClient.cpp',
315 'tests/sim/SimWebViewClient.h', 316 'tests/sim/SimWebViewClient.h',
316 ], 317 ],
317 }, 318 },
318 } 319 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/web.gyp ('k') | third_party/WebKit/Source/web/web_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698