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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2171563002: Add WorkerSettings to expose certain flag values in WorkerGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 years, 5 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
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 54599e04c83f9e4345c3dd87b2387fd18b9db1ae..afa4cdbdd4a209ac51ce342d6647725363a140ca 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2290,6 +2290,8 @@
'workers/WorkerReportingProxy.h',
'workers/WorkerScriptLoader.cpp',
'workers/WorkerScriptLoader.h',
+ 'workers/WorkerSettings.cpp',
+ 'workers/WorkerSettings.h',
'workers/WorkerThread.cpp',
'workers/WorkerThread.h',
'workers/WorkerThreadLifecycleObserver.cpp',

Powered by Google App Engine
This is Rietveld 408576698