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

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

Issue 1173363004: Expose CSSGroupingRule (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated file header and comments for CSSPageRule dependency Created 5 years, 6 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',
11 'animation/AnimationEffectTiming.idl', 11 'animation/AnimationEffectTiming.idl',
12 'animation/Animation.idl', 12 'animation/Animation.idl',
13 'animation/AnimationTimeline.idl', 13 'animation/AnimationTimeline.idl',
14 'clipboard/DataTransfer.idl', 14 'clipboard/DataTransfer.idl',
15 'clipboard/DataTransferItemList.idl', 15 'clipboard/DataTransferItemList.idl',
16 'css/CSS.idl', 16 'css/CSS.idl',
17 'css/CSSFontFaceRule.idl', 17 'css/CSSFontFaceRule.idl',
18 'css/CSSGroupingRule.idl',
18 'css/CSSImportRule.idl', 19 'css/CSSImportRule.idl',
19 'css/CSSKeyframeRule.idl', 20 'css/CSSKeyframeRule.idl',
20 'css/CSSKeyframesRule.idl', 21 'css/CSSKeyframesRule.idl',
21 'css/CSSMediaRule.idl', 22 'css/CSSMediaRule.idl',
22 'css/CSSPageRule.idl', 23 'css/CSSPageRule.idl',
23 'css/CSSRule.idl', 24 'css/CSSRule.idl',
24 'css/CSSRuleList.idl', 25 'css/CSSRuleList.idl',
25 'css/CSSStyleDeclaration.idl', 26 'css/CSSStyleDeclaration.idl',
26 'css/CSSStyleRule.idl', 27 'css/CSSStyleRule.idl',
27 'css/CSSStyleSheet.idl', 28 'css/CSSStyleSheet.idl',
(...skipping 3902 matching lines...) Expand 10 before | Expand all | Expand 10 after
3930 'style/ComputedStyleTest.cpp', 3931 'style/ComputedStyleTest.cpp',
3931 'style/OutlineValueTest.cpp', 3932 'style/OutlineValueTest.cpp',
3932 'style/SVGComputedStyleTest.cpp', 3933 'style/SVGComputedStyleTest.cpp',
3933 'testing/PrivateScriptTestTest.cpp', 3934 'testing/PrivateScriptTestTest.cpp',
3934 'timing/MemoryInfoTest.cpp', 3935 'timing/MemoryInfoTest.cpp',
3935 'workers/WorkerThreadTest.cpp', 3936 'workers/WorkerThreadTest.cpp',
3936 'xml/parser/SharedBufferReaderTest.cpp', 3937 'xml/parser/SharedBufferReaderTest.cpp',
3937 ], 3938 ],
3938 } 3939 }
3939 } 3940 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/css/CSSGroupingRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698