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

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

Issue 18311002: Partial implementation of CSSVariablesMap for CSS Variables CSSOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto ToT, cleaned up includes Created 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
11 'css/CSSPageRule.idl', 11 'css/CSSPageRule.idl',
12 'css/CSSPrimitiveValue.idl', 12 'css/CSSPrimitiveValue.idl',
13 'css/CSSRule.idl', 13 'css/CSSRule.idl',
14 'css/CSSRuleList.idl', 14 'css/CSSRuleList.idl',
15 'css/CSSStyleDeclaration.idl', 15 'css/CSSStyleDeclaration.idl',
16 'css/CSSStyleRule.idl', 16 'css/CSSStyleRule.idl',
17 'css/CSSStyleSheet.idl', 17 'css/CSSStyleSheet.idl',
18 'css/CSSSupportsRule.idl', 18 'css/CSSSupportsRule.idl',
19 # We should probably add CSSUnknownRule.idl to this list, 19 # We should probably add CSSUnknownRule.idl to this list,
20 # but it currently causes a compile error. 20 # but it currently causes a compile error.
21 # 'css/CSSUnknownRule.idl', 21 # 'css/CSSUnknownRule.idl',
22 'css/CSSValue.idl', 22 'css/CSSValue.idl',
23 'css/CSSValueList.idl', 23 'css/CSSValueList.idl',
24 'css/CSSViewportRule.idl', 24 'css/CSSViewportRule.idl',
25 'css/CSSVariablesMap.idl',
25 'css/Counter.idl', 26 'css/Counter.idl',
26 'css/FontLoader.idl', 27 'css/FontLoader.idl',
27 'css/MediaList.idl', 28 'css/MediaList.idl',
28 'css/MediaQueryList.idl', 29 'css/MediaQueryList.idl',
29 'css/Rect.idl', 30 'css/Rect.idl',
30 'css/RGBColor.idl', 31 'css/RGBColor.idl',
31 'css/StyleMedia.idl', 32 'css/StyleMedia.idl',
32 'css/StyleSheet.idl', 33 'css/StyleSheet.idl',
33 'css/StyleSheetList.idl', 34 'css/StyleSheetList.idl',
34 'css/WebKitCSSFilterRule.idl', 35 'css/WebKitCSSFilterRule.idl',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'css/CSSRule.h', 637 'css/CSSRule.h',
637 'css/CSSRuleList.cpp', 638 'css/CSSRuleList.cpp',
638 'css/CSSRuleList.h', 639 'css/CSSRuleList.h',
639 'css/CSSSegmentedFontFace.cpp', 640 'css/CSSSegmentedFontFace.cpp',
640 'css/CSSSegmentedFontFace.h', 641 'css/CSSSegmentedFontFace.h',
641 'css/CSSSelector.cpp', 642 'css/CSSSelector.cpp',
642 'css/CSSSelectorList.cpp', 643 'css/CSSSelectorList.cpp',
643 'css/CSSSelectorList.h', 644 'css/CSSSelectorList.h',
644 'css/CSSShaderValue.cpp', 645 'css/CSSShaderValue.cpp',
645 'css/CSSShaderValue.h', 646 'css/CSSShaderValue.h',
647 'css/CSSStyleDeclaration.cpp',
646 'css/CSSStyleDeclaration.h', 648 'css/CSSStyleDeclaration.h',
647 'css/CSSStyleRule.cpp', 649 'css/CSSStyleRule.cpp',
648 'css/CSSStyleRule.h', 650 'css/CSSStyleRule.h',
649 'css/CSSStyleSheet.cpp', 651 'css/CSSStyleSheet.cpp',
650 'css/CSSStyleSheet.h', 652 'css/CSSStyleSheet.h',
651 'css/CSSSupportsRule.cpp', 653 'css/CSSSupportsRule.cpp',
652 'css/CSSSupportsRule.h', 654 'css/CSSSupportsRule.h',
653 'css/CSSSVGDocumentValue.cpp', 655 'css/CSSSVGDocumentValue.cpp',
654 'css/CSSSVGDocumentValue.h', 656 'css/CSSSVGDocumentValue.h',
655 'css/CSSTimingFunctionValue.cpp', 657 'css/CSSTimingFunctionValue.cpp',
656 'css/CSSTimingFunctionValue.h', 658 'css/CSSTimingFunctionValue.h',
657 'css/CSSToStyleMap.cpp', 659 'css/CSSToStyleMap.cpp',
658 'css/CSSToStyleMap.h', 660 'css/CSSToStyleMap.h',
659 'css/CSSTransformValue.cpp', 661 'css/CSSTransformValue.cpp',
660 'css/CSSUnicodeRangeValue.cpp', 662 'css/CSSUnicodeRangeValue.cpp',
661 'css/CSSUnicodeRangeValue.h', 663 'css/CSSUnicodeRangeValue.h',
662 'css/CSSUnknownRule.h', 664 'css/CSSUnknownRule.h',
663 'css/CSSValue.cpp', 665 'css/CSSValue.cpp',
664 'css/CSSValueList.cpp', 666 'css/CSSValueList.cpp',
665 'css/CSSValuePool.cpp', 667 'css/CSSValuePool.cpp',
666 'css/CSSValuePool.h', 668 'css/CSSValuePool.h',
669 'css/CSSVariablesMap.cpp',
670 'css/CSSVariablesMap.h',
667 'css/CSSVariableValue.h', 671 'css/CSSVariableValue.h',
668 'css/CSSViewportRule.h', 672 'css/CSSViewportRule.h',
669 'css/CSSViewportRule.cpp', 673 'css/CSSViewportRule.cpp',
670 'css/Counter.h', 674 'css/Counter.h',
671 'css/DOMWindowCSS.cpp', 675 'css/DOMWindowCSS.cpp',
672 'css/DOMWindowCSS.h', 676 'css/DOMWindowCSS.h',
673 'css/DocumentRuleSets.cpp', 677 'css/DocumentRuleSets.cpp',
674 'css/DocumentRuleSets.h', 678 'css/DocumentRuleSets.h',
675 'css/ElementRuleCollector.cpp', 679 'css/ElementRuleCollector.cpp',
676 'css/ElementRuleCollector.h', 680 'css/ElementRuleCollector.h',
(...skipping 3099 matching lines...) Expand 10 before | Expand all | Expand 10 after
3776 'bison_exe': 'bison', 3780 'bison_exe': 'bison',
3777 # We specify a preprocess so it happens locally and won't get 3781 # We specify a preprocess so it happens locally and won't get
3778 # distributed to goma. 3782 # distributed to goma.
3779 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3783 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3780 # use /usr/bin/clang once we require Xcode 4.x. 3784 # use /usr/bin/clang once we require Xcode 4.x.
3781 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3785 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3782 }], 3786 }],
3783 ], 3787 ],
3784 } 3788 }
3785 } 3789 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698