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

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

Issue 20061003: Move isValid/isCurrentColor from Color to StyleColor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'css/SVGCSSParser.cpp', 711 'css/SVGCSSParser.cpp',
712 'css/SelectorChecker.cpp', 712 'css/SelectorChecker.cpp',
713 'css/SelectorChecker.h', 713 'css/SelectorChecker.h',
714 'css/SelectorCheckerFastPath.cpp', 714 'css/SelectorCheckerFastPath.cpp',
715 'css/SelectorCheckerFastPath.h', 715 'css/SelectorCheckerFastPath.h',
716 'css/SelectorFilter.cpp', 716 'css/SelectorFilter.cpp',
717 'css/SelectorFilter.h', 717 'css/SelectorFilter.h',
718 'css/ShadowValue.cpp', 718 'css/ShadowValue.cpp',
719 'css/ShadowValue.h', 719 'css/ShadowValue.h',
720 'css/SiblingTraversalStrategies.h', 720 'css/SiblingTraversalStrategies.h',
721 'css/StyleColor.cpp',
721 'css/StyleColor.h', 722 'css/StyleColor.h',
722 'css/StyleInvalidationAnalysis.cpp', 723 'css/StyleInvalidationAnalysis.cpp',
723 'css/StyleInvalidationAnalysis.h', 724 'css/StyleInvalidationAnalysis.h',
724 'css/StyleMedia.cpp', 725 'css/StyleMedia.cpp',
725 'css/StyleMedia.h', 726 'css/StyleMedia.h',
726 'css/StylePropertySerializer.cpp', 727 'css/StylePropertySerializer.cpp',
727 'css/StylePropertySerializer.h', 728 'css/StylePropertySerializer.h',
728 'css/StylePropertySet.cpp', 729 'css/StylePropertySet.cpp',
729 'css/StylePropertySet.h', 730 'css/StylePropertySet.h',
730 'css/StylePropertyShorthandCustom.cpp', 731 'css/StylePropertyShorthandCustom.cpp',
(...skipping 3050 matching lines...) Expand 10 before | Expand all | Expand 10 after
3781 'bison_exe': 'bison', 3782 'bison_exe': 'bison',
3782 # We specify a preprocess so it happens locally and won't get 3783 # We specify a preprocess so it happens locally and won't get
3783 # distributed to goma. 3784 # distributed to goma.
3784 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3785 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3785 # use /usr/bin/clang once we require Xcode 4.x. 3786 # use /usr/bin/clang once we require Xcode 4.x.
3786 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3787 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3787 }], 3788 }],
3788 ], 3789 ],
3789 } 3790 }
3790 } 3791 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698