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

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

Issue 1888703002: Worker: Rename worker components to clarify what they work for (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (Recreate the whole CL) just add Dedicated/InProcess prefixes Created 4 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
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 'ContextFeaturesClientImpl.cpp', 18 'ContextFeaturesClientImpl.cpp',
19 'ContextFeaturesClientImpl.h', 19 'ContextFeaturesClientImpl.h',
20 'ContextMenuAllowedScope.cpp', 20 'ContextMenuAllowedScope.cpp',
21 'ContextMenuAllowedScope.h', 21 'ContextMenuAllowedScope.h',
22 'ContextMenuClientImpl.cpp', 22 'ContextMenuClientImpl.cpp',
23 'ContextMenuClientImpl.h', 23 'ContextMenuClientImpl.h',
24 'DatabaseClientImpl.cpp', 24 'DatabaseClientImpl.cpp',
25 'DatabaseClientImpl.h', 25 'DatabaseClientImpl.h',
26 'DateTimeChooserImpl.cpp', 26 'DateTimeChooserImpl.cpp',
27 'DateTimeChooserImpl.h', 27 'DateTimeChooserImpl.h',
28 'DedicatedWorkerGlobalScopeProxyProviderImpl.cpp',
29 'DedicatedWorkerGlobalScopeProxyProviderImpl.h',
28 'DevToolsEmulator.cpp', 30 'DevToolsEmulator.cpp',
29 'DevToolsEmulator.h', 31 'DevToolsEmulator.h',
30 'EditorClientImpl.cpp', 32 'EditorClientImpl.cpp',
31 'EditorClientImpl.h', 33 'EditorClientImpl.h',
32 'ExternalDateTimeChooser.cpp', 34 'ExternalDateTimeChooser.cpp',
33 'ExternalDateTimeChooser.h', 35 'ExternalDateTimeChooser.h',
34 'ExternalPopupMenu.cpp', 36 'ExternalPopupMenu.cpp',
35 'ExternalPopupMenu.h', 37 'ExternalPopupMenu.h',
36 'FindInPageCoordinates.cpp', 38 'FindInPageCoordinates.cpp',
37 'FindInPageCoordinates.h', 39 'FindInPageCoordinates.h',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'WebTextInputInfo.cpp', 220 'WebTextInputInfo.cpp',
219 'WebUserGestureIndicator.cpp', 221 'WebUserGestureIndicator.cpp',
220 'WebUserGestureToken.cpp', 222 'WebUserGestureToken.cpp',
221 'WebUserMediaRequest.cpp', 223 'WebUserMediaRequest.cpp',
222 'WebViewFrameWidget.cpp', 224 'WebViewFrameWidget.cpp',
223 'WebViewFrameWidget.h', 225 'WebViewFrameWidget.h',
224 'WebViewImpl.cpp', 226 'WebViewImpl.cpp',
225 'WebViewImpl.h', 227 'WebViewImpl.h',
226 'WorkerContentSettingsClient.cpp', 228 'WorkerContentSettingsClient.cpp',
227 'WorkerContentSettingsClient.h', 229 'WorkerContentSettingsClient.h',
228 'WorkerGlobalScopeProxyProviderImpl.cpp',
229 'WorkerGlobalScopeProxyProviderImpl.h',
230 'default/WebRenderTheme.cpp', 230 'default/WebRenderTheme.cpp',
231 'linux/WebFontRendering.cpp', 231 'linux/WebFontRendering.cpp',
232 'mac/WebScrollbarTheme.mm', 232 'mac/WebScrollbarTheme.mm',
233 'mac/WebSubstringUtil.mm', 233 'mac/WebSubstringUtil.mm',
234 'win/WebFontRendering.cpp', 234 'win/WebFontRendering.cpp',
235 ], 235 ],
236 'web_unittest_files': [ 236 'web_unittest_files': [
237 'AssociatedURLLoaderTest.cpp', 237 'AssociatedURLLoaderTest.cpp',
238 'ExternalPopupMenuTest.cpp', 238 'ExternalPopupMenuTest.cpp',
239 'LinkHighlightImplTest.cpp', 239 'LinkHighlightImplTest.cpp',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'tests/sim/SimNetwork.h', 299 'tests/sim/SimNetwork.h',
300 'tests/sim/SimRequest.cpp', 300 'tests/sim/SimRequest.cpp',
301 'tests/sim/SimRequest.h', 301 'tests/sim/SimRequest.h',
302 'tests/sim/SimTest.cpp', 302 'tests/sim/SimTest.cpp',
303 'tests/sim/SimTest.h', 303 'tests/sim/SimTest.h',
304 'tests/sim/SimWebViewClient.cpp', 304 'tests/sim/SimWebViewClient.cpp',
305 'tests/sim/SimWebViewClient.h', 305 'tests/sim/SimWebViewClient.h',
306 ], 306 ],
307 }, 307 },
308 } 308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698