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

Unified 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: add missing files 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/web.gypi
diff --git a/third_party/WebKit/Source/web/web.gypi b/third_party/WebKit/Source/web/web.gypi
index a0d5546f9e01d1f1b58a348b00d290252b24acd2..52fd4883a1933b1e371f2022e227eeb51d252a0a 100644
--- a/third_party/WebKit/Source/web/web.gypi
+++ b/third_party/WebKit/Source/web/web.gypi
@@ -25,6 +25,8 @@
'DatabaseClientImpl.h',
'DateTimeChooserImpl.cpp',
'DateTimeChooserImpl.h',
+ 'DedicatedWorkerGlobalScopeProxyProviderImpl.cpp',
+ 'DedicatedWorkerGlobalScopeProxyProviderImpl.h',
'DevToolsEmulator.cpp',
'DevToolsEmulator.h',
'EditorClientImpl.cpp',
@@ -225,8 +227,6 @@
'WebViewImpl.h',
'WorkerContentSettingsClient.cpp',
'WorkerContentSettingsClient.h',
- 'WorkerGlobalScopeProxyProviderImpl.cpp',
- 'WorkerGlobalScopeProxyProviderImpl.h',
'default/WebRenderTheme.cpp',
'linux/WebFontRendering.cpp',
'mac/WebScrollbarTheme.mm',
« no previous file with comments | « third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698