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

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

Issue 2174303002: Move filtering logic in GetDataListSuggestions() to Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 ], 233 ],
234 'web_unittest_files': [ 234 'web_unittest_files': [
235 'AssociatedURLLoaderTest.cpp', 235 'AssociatedURLLoaderTest.cpp',
236 'ExternalPopupMenuTest.cpp', 236 'ExternalPopupMenuTest.cpp',
237 'LinkHighlightImplTest.cpp', 237 'LinkHighlightImplTest.cpp',
238 'PageOverlayTest.cpp', 238 'PageOverlayTest.cpp',
239 'WebDragDataTest.cpp', 239 'WebDragDataTest.cpp',
240 'WebEmbeddedWorkerImplTest.cpp', 240 'WebEmbeddedWorkerImplTest.cpp',
241 'WebNodeTest.cpp', 241 'WebNodeTest.cpp',
242 'WebElementTest.cpp', 242 'WebElementTest.cpp',
243 'WebInputElementTest.cpp',
243 'WebViewImplPaintArtifactCompositorTest.cpp', 244 'WebViewImplPaintArtifactCompositorTest.cpp',
244 # FIXME: Move the tests from web/tests/ to appropriate places. 245 # FIXME: Move the tests from web/tests/ to appropriate places.
245 # crbug.com/353585 246 # crbug.com/353585
246 'tests/ActivityLoggerTest.cpp', 247 'tests/ActivityLoggerTest.cpp',
247 'tests/ChromeClientImplTest.cpp', 248 'tests/ChromeClientImplTest.cpp',
248 'tests/CompositorWorkerTest.cpp', 249 'tests/CompositorWorkerTest.cpp',
249 'tests/DocumentLoaderTest.cpp', 250 'tests/DocumentLoaderTest.cpp',
250 'tests/DocumentLoadingRenderingTest.cpp', 251 'tests/DocumentLoadingRenderingTest.cpp',
251 'tests/FakeWebPlugin.cpp', 252 'tests/FakeWebPlugin.cpp',
252 'tests/FakeWebPlugin.h', 253 'tests/FakeWebPlugin.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'tests/sim/SimNetwork.h', 302 'tests/sim/SimNetwork.h',
302 'tests/sim/SimRequest.cpp', 303 'tests/sim/SimRequest.cpp',
303 'tests/sim/SimRequest.h', 304 'tests/sim/SimRequest.h',
304 'tests/sim/SimTest.cpp', 305 'tests/sim/SimTest.cpp',
305 'tests/sim/SimTest.h', 306 'tests/sim/SimTest.h',
306 'tests/sim/SimWebViewClient.cpp', 307 'tests/sim/SimWebViewClient.cpp',
307 'tests/sim/SimWebViewClient.h', 308 'tests/sim/SimWebViewClient.h',
308 ], 309 ],
309 }, 310 },
310 } 311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698