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

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

Issue 18532004: Implement 'grid-template' parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined and updated after Ojan's and Elliott's comments Created 7 years, 4 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'css/CSSFontFaceSource.cpp', 590 'css/CSSFontFaceSource.cpp',
591 'css/CSSFontFaceSource.h', 591 'css/CSSFontFaceSource.h',
592 'css/CSSFontFaceSrcValue.cpp', 592 'css/CSSFontFaceSrcValue.cpp',
593 'css/CSSFontFaceSrcValue.h', 593 'css/CSSFontFaceSrcValue.h',
594 'css/CSSFontSelector.cpp', 594 'css/CSSFontSelector.cpp',
595 'css/CSSFontSelector.h', 595 'css/CSSFontSelector.h',
596 'css/CSSFunctionValue.cpp', 596 'css/CSSFunctionValue.cpp',
597 'css/CSSFunctionValue.h', 597 'css/CSSFunctionValue.h',
598 'css/CSSGradientValue.cpp', 598 'css/CSSGradientValue.cpp',
599 'css/CSSGradientValue.h', 599 'css/CSSGradientValue.h',
600 'css/CSSGridTemplateValue.cpp',
601 'css/CSSGridTemplateValue.h',
600 'css/CSSGroupingRule.cpp', 602 'css/CSSGroupingRule.cpp',
601 'css/CSSGroupingRule.h', 603 'css/CSSGroupingRule.h',
602 'css/CSSHostRule.cpp', 604 'css/CSSHostRule.cpp',
603 'css/CSSHostRule.h', 605 'css/CSSHostRule.h',
604 'css/CSSImageGeneratorValue.cpp', 606 'css/CSSImageGeneratorValue.cpp',
605 'css/CSSImageSetValue.cpp', 607 'css/CSSImageSetValue.cpp',
606 'css/CSSImageValue.cpp', 608 'css/CSSImageValue.cpp',
607 'css/CSSImportRule.cpp', 609 'css/CSSImportRule.cpp',
608 'css/CSSImportRule.h', 610 'css/CSSImportRule.h',
609 'css/CSSInheritedValue.cpp', 611 'css/CSSInheritedValue.cpp',
(...skipping 3188 matching lines...) Expand 10 before | Expand all | Expand 10 after
3798 'bison_exe': 'bison', 3800 'bison_exe': 'bison',
3799 # We specify a preprocess so it happens locally and won't get 3801 # We specify a preprocess so it happens locally and won't get
3800 # distributed to goma. 3802 # distributed to goma.
3801 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3803 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3802 # use /usr/bin/clang once we require Xcode 4.x. 3804 # use /usr/bin/clang once we require Xcode 4.x.
3803 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3805 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3804 }], 3806 }],
3805 ], 3807 ],
3806 } 3808 }
3807 } 3809 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/css-properties-as-js-properties-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698