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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1885 matching lines...) Expand 10 before | Expand all | Expand 10 after
1896 'workers/WorkerConsole.h', 1896 'workers/WorkerConsole.h',
1897 'workers/WorkerEventQueue.cpp', 1897 'workers/WorkerEventQueue.cpp',
1898 'workers/WorkerEventQueue.h', 1898 'workers/WorkerEventQueue.h',
1899 'workers/WorkerGlobalScope.cpp', 1899 'workers/WorkerGlobalScope.cpp',
1900 'workers/WorkerGlobalScope.h', 1900 'workers/WorkerGlobalScope.h',
1901 'workers/WorkerGlobalScopeProxy.h', 1901 'workers/WorkerGlobalScopeProxy.h',
1902 'workers/WorkerGlobalScopeProxyProvider.cpp', 1902 'workers/WorkerGlobalScopeProxyProvider.cpp',
1903 'workers/WorkerGlobalScopeProxyProvider.h', 1903 'workers/WorkerGlobalScopeProxyProvider.h',
1904 'workers/WorkerInspectorProxy.cpp', 1904 'workers/WorkerInspectorProxy.cpp',
1905 'workers/WorkerInspectorProxy.h', 1905 'workers/WorkerInspectorProxy.h',
1906 'workers/WorkerLanguageTasks.h',
1907 'workers/WorkerLanguageTasks.cpp',
1906 'workers/WorkerLoaderProxy.h', 1908 'workers/WorkerLoaderProxy.h',
1907 'workers/WorkerLocation.h', 1909 'workers/WorkerLocation.h',
1908 'workers/WorkerMessagingProxy.cpp', 1910 'workers/WorkerMessagingProxy.cpp',
1909 'workers/WorkerMessagingProxy.h', 1911 'workers/WorkerMessagingProxy.h',
1910 'workers/WorkerNavigator.cpp', 1912 'workers/WorkerNavigator.cpp',
1911 'workers/WorkerNavigator.h', 1913 'workers/WorkerNavigator.h',
1912 'workers/WorkerObjectProxy.cpp', 1914 'workers/WorkerObjectProxy.cpp',
1913 'workers/WorkerObjectProxy.h', 1915 'workers/WorkerObjectProxy.h',
1914 'workers/WorkerReportingProxy.h', 1916 'workers/WorkerReportingProxy.h',
1915 'workers/WorkerScriptLoader.cpp', 1917 'workers/WorkerScriptLoader.cpp',
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after
3574 'rendering/shapes/BoxShapeTest.cpp', 3576 'rendering/shapes/BoxShapeTest.cpp',
3575 'rendering/style/OutlineValueTest.cpp', 3577 'rendering/style/OutlineValueTest.cpp',
3576 'testing/PrivateScriptTestTest.cpp', 3578 'testing/PrivateScriptTestTest.cpp',
3577 'streams/ReadableStreamTest.cpp', 3579 'streams/ReadableStreamTest.cpp',
3578 'testing/UnitTestHelpers.cpp', 3580 'testing/UnitTestHelpers.cpp',
3579 'testing/UnitTestHelpers.h', 3581 'testing/UnitTestHelpers.h',
3580 'xml/parser/SharedBufferReaderTest.cpp', 3582 'xml/parser/SharedBufferReaderTest.cpp',
3581 ], 3583 ],
3582 } 3584 }
3583 } 3585 }
OLDNEW
« 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