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

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

Issue 212653006: Add CSSUnknownRule.idl to |core_idl_files| (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase tests Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
11 'clipboard/DataTransferItem.idl', 11 'clipboard/DataTransferItem.idl',
12 'clipboard/DataTransferItemList.idl', 12 'clipboard/DataTransferItemList.idl',
13 'css/CSS.idl', 13 'css/CSS.idl',
14 'css/CSSCharsetRule.idl', 14 'css/CSSCharsetRule.idl',
15 'css/CSSFontFaceLoadEvent.idl', 15 'css/CSSFontFaceLoadEvent.idl',
16 'css/CSSFontFaceRule.idl', 16 'css/CSSFontFaceRule.idl',
17 'css/CSSImportRule.idl', 17 'css/CSSImportRule.idl',
18 'css/CSSKeyframeRule.idl', 18 'css/CSSKeyframeRule.idl',
19 'css/CSSKeyframesRule.idl', 19 'css/CSSKeyframesRule.idl',
20 'css/CSSMediaRule.idl', 20 'css/CSSMediaRule.idl',
21 'css/CSSPageRule.idl', 21 'css/CSSPageRule.idl',
22 'css/CSSPrimitiveValue.idl', 22 'css/CSSPrimitiveValue.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 # We should probably add CSSUnknownRule.idl to this list, 29 'css/CSSUnknownRule.idl',
30 # but it currently causes a compile error.
31 # 'css/CSSUnknownRule.idl',
32 'css/CSSValue.idl', 30 'css/CSSValue.idl',
33 'css/CSSValueList.idl', 31 'css/CSSValueList.idl',
34 'css/CSSViewportRule.idl', 32 'css/CSSViewportRule.idl',
35 'css/Counter.idl', 33 'css/Counter.idl',
36 'css/FontFace.idl', 34 'css/FontFace.idl',
37 'css/FontFaceSet.idl', 35 'css/FontFaceSet.idl',
38 'css/FontFaceSetForEachCallback.idl', 36 'css/FontFaceSetForEachCallback.idl',
39 'css/MediaList.idl', 37 'css/MediaList.idl',
40 'css/MediaQueryList.idl', 38 'css/MediaQueryList.idl',
41 'css/RGBColor.idl', 39 'css/RGBColor.idl',
(...skipping 3276 matching lines...) Expand 10 before | Expand all | Expand 10 after
3318 'html/track/vtt/BufferedLineReaderTest.cpp', 3316 'html/track/vtt/BufferedLineReaderTest.cpp',
3319 'html/track/vtt/VTTScannerTest.cpp', 3317 'html/track/vtt/VTTScannerTest.cpp',
3320 'rendering/RenderOverflowTest.cpp', 3318 'rendering/RenderOverflowTest.cpp',
3321 'rendering/shapes/BoxShapeTest.cpp', 3319 'rendering/shapes/BoxShapeTest.cpp',
3322 'testing/UnitTestHelpers.cpp', 3320 'testing/UnitTestHelpers.cpp',
3323 'testing/UnitTestHelpers.h', 3321 'testing/UnitTestHelpers.h',
3324 'xml/parser/SharedBufferReaderTest.cpp', 3322 'xml/parser/SharedBufferReaderTest.cpp',
3325 ], 3323 ],
3326 } 3324 }
3327 } 3325 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698