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

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

Issue 1248043003: Initial patch for the web modules layered platform proposal. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 'core_web_modules_idl_files': [
7 'dom/Node.idl',
haraken 2016/07/30 15:35:02 It's a bit unfortunate that we need to list up IDL
8 ],
6 # Files for which bindings (.cpp and .h files) will be generated 9 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 10 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 11 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 12 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 13 'animation/AnimationEffectReadOnly.idl',
11 'animation/AnimationEffectTiming.idl', 14 'animation/AnimationEffectTiming.idl',
12 'animation/Animation.idl', 15 'animation/Animation.idl',
13 'animation/AnimationTimeline.idl', 16 'animation/AnimationTimeline.idl',
14 'clipboard/DataTransfer.idl', 17 'clipboard/DataTransfer.idl',
15 'clipboard/DataTransferItemList.idl', 18 'clipboard/DataTransferItemList.idl',
(...skipping 3794 matching lines...) Expand 10 before | Expand all | Expand 10 after
3810 'style/OutlineValueTest.cpp', 3813 'style/OutlineValueTest.cpp',
3811 'style/SVGComputedStyleTest.cpp', 3814 'style/SVGComputedStyleTest.cpp',
3812 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3815 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3813 'testing/PrivateScriptTestTest.cpp', 3816 'testing/PrivateScriptTestTest.cpp',
3814 'timing/MemoryInfoTest.cpp', 3817 'timing/MemoryInfoTest.cpp',
3815 'workers/WorkerThreadTest.cpp', 3818 'workers/WorkerThreadTest.cpp',
3816 'xml/parser/SharedBufferReaderTest.cpp', 3819 'xml/parser/SharedBufferReaderTest.cpp',
3817 ], 3820 ],
3818 } 3821 }
3819 } 3822 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698