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

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

Issue 2234683002: Remove EffectModel IDL interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
10 'animation/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
11 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
12 'animation/Animation.idl', 11 'animation/Animation.idl',
13 'animation/AnimationTimeline.idl', 12 'animation/AnimationTimeline.idl',
14 'animation/DocumentTimeline.idl', 13 'animation/DocumentTimeline.idl',
15 'clipboard/DataTransfer.idl', 14 'clipboard/DataTransfer.idl',
16 'clipboard/DataTransferItemList.idl', 15 'clipboard/DataTransferItemList.idl',
17 'css/CSS.idl', 16 'css/CSS.idl',
18 'css/CSSFontFaceRule.idl', 17 'css/CSSFontFaceRule.idl',
19 'css/CSSGroupingRule.idl', 18 'css/CSSGroupingRule.idl',
(...skipping 4235 matching lines...) Expand 10 before | Expand all | Expand 10 after
4255 'testing/PrivateScriptTestTest.cpp', 4254 'testing/PrivateScriptTestTest.cpp',
4256 'timing/MemoryInfoTest.cpp', 4255 'timing/MemoryInfoTest.cpp',
4257 'timing/PerformanceBaseTest.cpp', 4256 'timing/PerformanceBaseTest.cpp',
4258 'timing/PerformanceObserverTest.cpp', 4257 'timing/PerformanceObserverTest.cpp',
4259 'workers/WorkerThreadTest.cpp', 4258 'workers/WorkerThreadTest.cpp',
4260 'workers/WorkerThreadTestHelper.h', 4259 'workers/WorkerThreadTestHelper.h',
4261 'xml/parser/SharedBufferReaderTest.cpp', 4260 'xml/parser/SharedBufferReaderTest.cpp',
4262 ], 4261 ],
4263 } 4262 }
4264 } 4263 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698