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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1535943005: Initial implementation of bindings and basic classes for worklets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: absolute paths for DEPS file. Created 4 years, 11 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 2194 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 'workers/WorkerInspectorProxy.h', 2205 'workers/WorkerInspectorProxy.h',
2206 'workers/WorkerLoaderProxy.cpp', 2206 'workers/WorkerLoaderProxy.cpp',
2207 'workers/WorkerLoaderProxy.h', 2207 'workers/WorkerLoaderProxy.h',
2208 'workers/WorkerLocation.h', 2208 'workers/WorkerLocation.h',
2209 'workers/WorkerMessagingProxy.cpp', 2209 'workers/WorkerMessagingProxy.cpp',
2210 'workers/WorkerMessagingProxy.h', 2210 'workers/WorkerMessagingProxy.h',
2211 'workers/WorkerNavigator.cpp', 2211 'workers/WorkerNavigator.cpp',
2212 'workers/WorkerNavigator.h', 2212 'workers/WorkerNavigator.h',
2213 'workers/WorkerObjectProxy.cpp', 2213 'workers/WorkerObjectProxy.cpp',
2214 'workers/WorkerObjectProxy.h', 2214 'workers/WorkerObjectProxy.h',
2215 'workers/WorkerOrWorkletGlobalScope.h',
2215 'workers/WorkerReportingProxy.h', 2216 'workers/WorkerReportingProxy.h',
2216 'workers/WorkerScriptLoader.cpp', 2217 'workers/WorkerScriptLoader.cpp',
2217 'workers/WorkerScriptLoader.h', 2218 'workers/WorkerScriptLoader.h',
2218 'workers/WorkerThread.cpp', 2219 'workers/WorkerThread.cpp',
2219 'workers/WorkerThread.h', 2220 'workers/WorkerThread.h',
2220 'workers/WorkerThreadStartupData.cpp', 2221 'workers/WorkerThreadStartupData.cpp',
2221 'workers/WorkerThreadStartupData.h', 2222 'workers/WorkerThreadStartupData.h',
2222 'xml/DOMParser.cpp', 2223 'xml/DOMParser.cpp',
2223 'xml/DOMParser.h', 2224 'xml/DOMParser.h',
2224 'xml/DocumentXPathEvaluator.cpp', 2225 'xml/DocumentXPathEvaluator.cpp',
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
4009 'style/SVGComputedStyleTest.cpp', 4010 'style/SVGComputedStyleTest.cpp',
4010 'svg/SVGPathParserTest.cpp', 4011 'svg/SVGPathParserTest.cpp',
4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4012 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4012 'testing/PrivateScriptTestTest.cpp', 4013 'testing/PrivateScriptTestTest.cpp',
4013 'timing/MemoryInfoTest.cpp', 4014 'timing/MemoryInfoTest.cpp',
4014 'workers/WorkerThreadTest.cpp', 4015 'workers/WorkerThreadTest.cpp',
4015 'xml/parser/SharedBufferReaderTest.cpp', 4016 'xml/parser/SharedBufferReaderTest.cpp',
4016 ], 4017 ],
4017 } 4018 }
4018 } 4019 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/v8_utilities.py ('k') | third_party/WebKit/Source/core/dom/ExecutionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698