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

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

Issue 26234003: Add *CSS* prefix to ShadowValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 '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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'css/CSSRuleList.h', 663 'css/CSSRuleList.h',
664 'css/CSSSegmentedFontFace.cpp', 664 'css/CSSSegmentedFontFace.cpp',
665 'css/CSSSegmentedFontFace.h', 665 'css/CSSSegmentedFontFace.h',
666 'css/CSSSegmentedFontFaceCache.cpp', 666 'css/CSSSegmentedFontFaceCache.cpp',
667 'css/CSSSegmentedFontFaceCache.h', 667 'css/CSSSegmentedFontFaceCache.h',
668 'css/CSSSelector.cpp', 668 'css/CSSSelector.cpp',
669 'css/CSSSelectorList.cpp', 669 'css/CSSSelectorList.cpp',
670 'css/CSSSelectorList.h', 670 'css/CSSSelectorList.h',
671 'css/CSSShaderValue.cpp', 671 'css/CSSShaderValue.cpp',
672 'css/CSSShaderValue.h', 672 'css/CSSShaderValue.h',
673 'css/CSSShadowValue.cpp',
674 'css/CSSShadowValue.h',
673 'css/CSSStyleDeclaration.cpp', 675 'css/CSSStyleDeclaration.cpp',
674 'css/CSSStyleDeclaration.h', 676 'css/CSSStyleDeclaration.h',
675 'css/CSSStyleRule.cpp', 677 'css/CSSStyleRule.cpp',
676 'css/CSSStyleRule.h', 678 'css/CSSStyleRule.h',
677 'css/CSSStyleSheet.cpp', 679 'css/CSSStyleSheet.cpp',
678 'css/CSSStyleSheet.h', 680 'css/CSSStyleSheet.h',
679 'css/CSSSupportsRule.cpp', 681 'css/CSSSupportsRule.cpp',
680 'css/CSSSupportsRule.h', 682 'css/CSSSupportsRule.h',
681 'css/CSSSVGDocumentValue.cpp', 683 'css/CSSSVGDocumentValue.cpp',
682 'css/CSSSVGDocumentValue.h', 684 'css/CSSSVGDocumentValue.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'css/RuleSet.cpp', 746 'css/RuleSet.cpp',
745 'css/RuleSet.h', 747 'css/RuleSet.h',
746 'css/SVGCSSComputedStyleDeclaration.cpp', 748 'css/SVGCSSComputedStyleDeclaration.cpp',
747 'css/SVGCSSParser.cpp', 749 'css/SVGCSSParser.cpp',
748 'css/SelectorChecker.cpp', 750 'css/SelectorChecker.cpp',
749 'css/SelectorChecker.h', 751 'css/SelectorChecker.h',
750 'css/SelectorCheckerFastPath.cpp', 752 'css/SelectorCheckerFastPath.cpp',
751 'css/SelectorCheckerFastPath.h', 753 'css/SelectorCheckerFastPath.h',
752 'css/SelectorFilter.cpp', 754 'css/SelectorFilter.cpp',
753 'css/SelectorFilter.h', 755 'css/SelectorFilter.h',
754 'css/ShadowValue.cpp',
755 'css/ShadowValue.h',
756 'css/SiblingTraversalStrategies.h', 756 'css/SiblingTraversalStrategies.h',
757 'css/StyleColor.h', 757 'css/StyleColor.h',
758 'css/StyleInvalidationAnalysis.cpp', 758 'css/StyleInvalidationAnalysis.cpp',
759 'css/StyleInvalidationAnalysis.h', 759 'css/StyleInvalidationAnalysis.h',
760 'css/StyleMedia.cpp', 760 'css/StyleMedia.cpp',
761 'css/StyleMedia.h', 761 'css/StyleMedia.h',
762 'css/StylePropertySerializer.cpp', 762 'css/StylePropertySerializer.cpp',
763 'css/StylePropertySerializer.h', 763 'css/StylePropertySerializer.h',
764 'css/StylePropertySet.cpp', 764 'css/StylePropertySet.cpp',
765 'css/StylePropertySet.h', 765 'css/StylePropertySet.h',
(...skipping 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after
3750 'bison_exe': 'bison', 3750 'bison_exe': 'bison',
3751 # We specify a preprocess so it happens locally and won't get 3751 # We specify a preprocess so it happens locally and won't get
3752 # distributed to goma. 3752 # distributed to goma.
3753 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3753 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3754 # use /usr/bin/clang once we require Xcode 4.x. 3754 # use /usr/bin/clang once we require Xcode 4.x.
3755 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3755 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3756 }], 3756 }],
3757 ], 3757 ],
3758 } 3758 }
3759 } 3759 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698