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

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

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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',
11 'ColorChooserPopupUIController.cpp', 11 'ColorChooserPopupUIController.cpp',
12 'ColorChooserPopupUIController.h', 12 'ColorChooserPopupUIController.h',
13 'ColorChooserUIController.cpp', 13 'ColorChooserUIController.cpp',
14 'ColorChooserUIController.h', 14 'ColorChooserUIController.h',
15 'CompositionUnderlineBuilder.h', 15 'CompositionUnderlineBuilder.h',
16 'CompositionUnderlineVectorBuilder.cpp', 16 'CompositionUnderlineVectorBuilder.cpp',
17 'CompositionUnderlineVectorBuilder.h', 17 'CompositionUnderlineVectorBuilder.h',
18 'CompositorMutatorImpl.cpp',
19 'CompositorMutatorImpl.h',
20 'CompositorProxyClientImpl.cpp',
21 'CompositorProxyClientImpl.h',
18 'ContextFeaturesClientImpl.cpp', 22 'ContextFeaturesClientImpl.cpp',
19 'ContextFeaturesClientImpl.h', 23 'ContextFeaturesClientImpl.h',
20 'ContextMenuAllowedScope.cpp', 24 'ContextMenuAllowedScope.cpp',
21 'ContextMenuAllowedScope.h', 25 'ContextMenuAllowedScope.h',
22 'ContextMenuClientImpl.cpp', 26 'ContextMenuClientImpl.cpp',
23 'ContextMenuClientImpl.h', 27 'ContextMenuClientImpl.h',
24 'DatabaseClientImpl.cpp', 28 'DatabaseClientImpl.cpp',
25 'DatabaseClientImpl.h', 29 'DatabaseClientImpl.h',
26 'DateTimeChooserImpl.cpp', 30 'DateTimeChooserImpl.cpp',
27 'DateTimeChooserImpl.h', 31 'DateTimeChooserImpl.h',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'tests/sim/SimNetwork.h', 312 'tests/sim/SimNetwork.h',
309 'tests/sim/SimRequest.cpp', 313 'tests/sim/SimRequest.cpp',
310 'tests/sim/SimRequest.h', 314 'tests/sim/SimRequest.h',
311 'tests/sim/SimTest.cpp', 315 'tests/sim/SimTest.cpp',
312 'tests/sim/SimTest.h', 316 'tests/sim/SimTest.h',
313 'tests/sim/SimWebViewClient.cpp', 317 'tests/sim/SimWebViewClient.cpp',
314 'tests/sim/SimWebViewClient.h', 318 'tests/sim/SimWebViewClient.h',
315 ], 319 ],
316 }, 320 },
317 } 321 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698