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

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

Issue 1154753006: Remove CSSRule.UNKNOWN_RULE and CSSUnknownRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressed review comments 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
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/css/CSSRule.h » ('j') | 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', 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/CSSImportRule.idl', 18 'css/CSSImportRule.idl',
19 'css/CSSKeyframeRule.idl', 19 'css/CSSKeyframeRule.idl',
20 'css/CSSKeyframesRule.idl', 20 'css/CSSKeyframesRule.idl',
21 'css/CSSMediaRule.idl', 21 'css/CSSMediaRule.idl',
22 'css/CSSPageRule.idl', 22 'css/CSSPageRule.idl',
23 'css/CSSRule.idl', 23 'css/CSSRule.idl',
24 'css/CSSRuleList.idl', 24 'css/CSSRuleList.idl',
25 'css/CSSStyleDeclaration.idl', 25 'css/CSSStyleDeclaration.idl',
26 'css/CSSStyleRule.idl', 26 'css/CSSStyleRule.idl',
27 'css/CSSStyleSheet.idl', 27 'css/CSSStyleSheet.idl',
28 'css/CSSSupportsRule.idl', 28 'css/CSSSupportsRule.idl',
29 'css/CSSUnknownRule.idl',
30 'css/CSSViewportRule.idl', 29 'css/CSSViewportRule.idl',
31 'css/FontFace.idl', 30 'css/FontFace.idl',
32 'css/FontFaceSet.idl', 31 'css/FontFaceSet.idl',
33 'css/FontFaceSetForEachCallback.idl', 32 'css/FontFaceSetForEachCallback.idl',
34 'css/FontFaceSetLoadEvent.idl', 33 'css/FontFaceSetLoadEvent.idl',
35 'css/MediaList.idl', 34 'css/MediaList.idl',
36 'css/MediaQueryList.idl', 35 'css/MediaQueryList.idl',
37 'css/MediaQueryListEvent.idl', 36 'css/MediaQueryListEvent.idl',
38 'css/StyleMedia.idl', 37 'css/StyleMedia.idl',
39 'css/StyleSheet.idl', 38 'css/StyleSheet.idl',
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 'css/CSSStyleSheet.cpp', 1112 'css/CSSStyleSheet.cpp',
1114 'css/CSSStyleSheet.h', 1113 'css/CSSStyleSheet.h',
1115 'css/CSSSupportsRule.cpp', 1114 'css/CSSSupportsRule.cpp',
1116 'css/CSSSupportsRule.h', 1115 'css/CSSSupportsRule.h',
1117 'css/CSSTimingFunctionValue.cpp', 1116 'css/CSSTimingFunctionValue.cpp',
1118 'css/CSSTimingFunctionValue.h', 1117 'css/CSSTimingFunctionValue.h',
1119 'css/CSSToLengthConversionData.cpp', 1118 'css/CSSToLengthConversionData.cpp',
1120 'css/CSSToLengthConversionData.h', 1119 'css/CSSToLengthConversionData.h',
1121 'css/CSSUnicodeRangeValue.cpp', 1120 'css/CSSUnicodeRangeValue.cpp',
1122 'css/CSSUnicodeRangeValue.h', 1121 'css/CSSUnicodeRangeValue.h',
1123 'css/CSSUnknownRule.h',
1124 'css/CSSUnsetValue.cpp', 1122 'css/CSSUnsetValue.cpp',
1125 'css/CSSUnsetValue.h', 1123 'css/CSSUnsetValue.h',
1126 'css/CSSValue.cpp', 1124 'css/CSSValue.cpp',
1127 'css/CSSValueList.cpp', 1125 'css/CSSValueList.cpp',
1128 'css/CSSValuePool.cpp', 1126 'css/CSSValuePool.cpp',
1129 'css/CSSValuePool.h', 1127 'css/CSSValuePool.h',
1130 'css/CSSViewportRule.cpp', 1128 'css/CSSViewportRule.cpp',
1131 'css/CSSViewportRule.h', 1129 'css/CSSViewportRule.h',
1132 'css/Counter.cpp', 1130 'css/Counter.cpp',
1133 'css/Counter.h', 1131 'css/Counter.h',
(...skipping 2787 matching lines...) Expand 10 before | Expand all | Expand 10 after
3921 'style/ComputedStyleTest.cpp', 3919 'style/ComputedStyleTest.cpp',
3922 'style/OutlineValueTest.cpp', 3920 'style/OutlineValueTest.cpp',
3923 'style/SVGComputedStyleTest.cpp', 3921 'style/SVGComputedStyleTest.cpp',
3924 'testing/PrivateScriptTestTest.cpp', 3922 'testing/PrivateScriptTestTest.cpp',
3925 'timing/MemoryInfoTest.cpp', 3923 'timing/MemoryInfoTest.cpp',
3926 'workers/WorkerThreadTest.cpp', 3924 'workers/WorkerThreadTest.cpp',
3927 'xml/parser/SharedBufferReaderTest.cpp', 3925 'xml/parser/SharedBufferReaderTest.cpp',
3928 ], 3926 ],
3929 } 3927 }
3930 } 3928 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/css/CSSRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698