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

Side by Side 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: Added expected 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 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after
2283 'workers/WorkerInspectorProxy.h', 2283 'workers/WorkerInspectorProxy.h',
2284 'workers/WorkerLoaderProxy.cpp', 2284 'workers/WorkerLoaderProxy.cpp',
2285 'workers/WorkerLoaderProxy.h', 2285 'workers/WorkerLoaderProxy.h',
2286 'workers/WorkerLocation.h', 2286 'workers/WorkerLocation.h',
2287 'workers/WorkerNavigator.cpp', 2287 'workers/WorkerNavigator.cpp',
2288 'workers/WorkerNavigator.h', 2288 'workers/WorkerNavigator.h',
2289 'workers/WorkerOrWorkletGlobalScope.h', 2289 'workers/WorkerOrWorkletGlobalScope.h',
2290 'workers/WorkerReportingProxy.h', 2290 'workers/WorkerReportingProxy.h',
2291 'workers/WorkerScriptLoader.cpp', 2291 'workers/WorkerScriptLoader.cpp',
2292 'workers/WorkerScriptLoader.h', 2292 'workers/WorkerScriptLoader.h',
2293 'workers/WorkerSettings.cpp',
2294 'workers/WorkerSettings.h',
2293 'workers/WorkerThread.cpp', 2295 'workers/WorkerThread.cpp',
2294 'workers/WorkerThread.h', 2296 'workers/WorkerThread.h',
2295 'workers/WorkerThreadLifecycleObserver.cpp', 2297 'workers/WorkerThreadLifecycleObserver.cpp',
2296 'workers/WorkerThreadLifecycleObserver.h', 2298 'workers/WorkerThreadLifecycleObserver.h',
2297 'workers/WorkerThreadStartupData.cpp', 2299 'workers/WorkerThreadStartupData.cpp',
2298 'workers/WorkerThreadStartupData.h', 2300 'workers/WorkerThreadStartupData.h',
2299 'workers/WorkletGlobalScope.cpp', 2301 'workers/WorkletGlobalScope.cpp',
2300 'workers/WorkletGlobalScope.h', 2302 'workers/WorkletGlobalScope.h',
2301 'xml/DOMParser.cpp', 2303 'xml/DOMParser.cpp',
2302 'xml/DOMParser.h', 2304 'xml/DOMParser.h',
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after
4219 'testing/PrivateScriptTestTest.cpp', 4221 'testing/PrivateScriptTestTest.cpp',
4220 'timing/MemoryInfoTest.cpp', 4222 'timing/MemoryInfoTest.cpp',
4221 'timing/PerformanceBaseTest.cpp', 4223 'timing/PerformanceBaseTest.cpp',
4222 'timing/PerformanceObserverTest.cpp', 4224 'timing/PerformanceObserverTest.cpp',
4223 'workers/WorkerThreadTest.cpp', 4225 'workers/WorkerThreadTest.cpp',
4224 'workers/WorkerThreadTestHelper.h', 4226 'workers/WorkerThreadTestHelper.h',
4225 'xml/parser/SharedBufferReaderTest.cpp', 4227 'xml/parser/SharedBufferReaderTest.cpp',
4226 ], 4228 ],
4227 } 4229 }
4228 } 4230 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698