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

Unified Diff: Source/core/core.gypi

Issue 40143003: Simplify SharedWorkerRepository code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « Source/bindings/v8/custom/V8WindowCustom.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 0cf4b531220c6a7aba99f978f8d20f220041ae83..9e3d3cd681311d90fdc2abdc92ae068f208ad12e 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1283,7 +1283,6 @@
'timing/ResourceTimingInfo.h',
'page/RuntimeCSSEnabled.cpp',
'page/RuntimeCSSEnabled.h',
- 'page/RuntimeEnabledFeaturesCustom.cpp',
'frame/Screen.cpp',
'frame/Screen.h',
'page/Settings.cpp',
@@ -1682,7 +1681,7 @@
'workers/SharedWorker.h',
'workers/SharedWorkerGlobalScope.cpp',
'workers/SharedWorkerGlobalScope.h',
- 'workers/SharedWorkerRepository.h',
+ 'workers/SharedWorkerRepositoryClient.h',
'workers/SharedWorkerThread.cpp',
'workers/SharedWorkerThread.h',
'workers/Worker.cpp',
« no previous file with comments | « Source/bindings/v8/custom/V8WindowCustom.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698