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

Unified Diff: Source/core/core.gypi

Issue 592183002: [WIP]Implement Blink side changes for navigator.language(s) support for workers. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Dedicated worker languagechange event added. Still WIP. Created 6 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 | « LayoutTests/fast/workers/worker-navigator-expected.txt ('k') | Source/core/frame/LocalDOMWindow.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 afba819fbf29b6a95ce0a130ec98f7c280a383ae..ee4b337fec6010de84c0d54b52f9e26dd97cf08d 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1903,6 +1903,8 @@
'workers/WorkerGlobalScopeProxyProvider.h',
'workers/WorkerInspectorProxy.cpp',
'workers/WorkerInspectorProxy.h',
+ 'workers/WorkerLanguageTasks.h',
+ 'workers/WorkerLanguageTasks.cpp',
'workers/WorkerLoaderProxy.h',
'workers/WorkerLocation.h',
'workers/WorkerMessagingProxy.cpp',
« no previous file with comments | « LayoutTests/fast/workers/worker-navigator-expected.txt ('k') | Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698