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

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

Issue 15834008: Auto-generate V8CSSStyleDeclaration::namedPropertyGetter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 7 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
OLDNEW
1 1
2 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSHostRule.idl', 9 'css/CSSHostRule.idl',
10 'css/CSSImportRule.idl', 10 'css/CSSImportRule.idl',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 'css/CSSReflectValue.cpp', 594 'css/CSSReflectValue.cpp',
595 'css/CSSRule.cpp', 595 'css/CSSRule.cpp',
596 'css/CSSRule.h', 596 'css/CSSRule.h',
597 'css/CSSRuleList.cpp', 597 'css/CSSRuleList.cpp',
598 'css/CSSRuleList.h', 598 'css/CSSRuleList.h',
599 'css/CSSSegmentedFontFace.cpp', 599 'css/CSSSegmentedFontFace.cpp',
600 'css/CSSSegmentedFontFace.h', 600 'css/CSSSegmentedFontFace.h',
601 'css/CSSSelector.cpp', 601 'css/CSSSelector.cpp',
602 'css/CSSSelectorList.cpp', 602 'css/CSSSelectorList.cpp',
603 'css/CSSSelectorList.h', 603 'css/CSSSelectorList.h',
604 'css/CSSStyleDeclaration.h',
605 'css/CSSStyleDeclaration.cpp',
604 'css/CSSStyleRule.cpp', 606 'css/CSSStyleRule.cpp',
605 'css/CSSStyleRule.h', 607 'css/CSSStyleRule.h',
606 'css/CSSStyleSheet.cpp', 608 'css/CSSStyleSheet.cpp',
607 'css/CSSStyleSheet.h', 609 'css/CSSStyleSheet.h',
608 'css/CSSSupportsRule.cpp', 610 'css/CSSSupportsRule.cpp',
609 'css/CSSSupportsRule.h', 611 'css/CSSSupportsRule.h',
610 'css/CSSTimingFunctionValue.cpp', 612 'css/CSSTimingFunctionValue.cpp',
611 'css/CSSTimingFunctionValue.h', 613 'css/CSSTimingFunctionValue.h',
612 'css/CSSToStyleMap.cpp', 614 'css/CSSToStyleMap.cpp',
613 'css/CSSToStyleMap.h', 615 'css/CSSToStyleMap.h',
(...skipping 3061 matching lines...) Expand 10 before | Expand all | Expand 10 after
3675 'bison_exe': 'bison', 3677 'bison_exe': 'bison',
3676 # We specify a preprocess so it happens locally and won't get 3678 # We specify a preprocess so it happens locally and won't get
3677 # distributed to goma. 3679 # distributed to goma.
3678 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3680 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3679 # use /usr/bin/clang once we require Xcode 4.x. 3681 # use /usr/bin/clang once we require Xcode 4.x.
3680 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3682 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3681 }], 3683 }],
3682 ], 3684 ],
3683 } 3685 }
3684 } 3686 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp ('k') | Source/core/css/CSSStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698