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

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

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (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 2096 matching lines...) Expand 10 before | Expand all | Expand 10 after
2107 'html/HTMLLegendElement.h', 2107 'html/HTMLLegendElement.h',
2108 'html/HTMLLinkElement.cpp', 2108 'html/HTMLLinkElement.cpp',
2109 'html/HTMLLinkElement.h', 2109 'html/HTMLLinkElement.h',
2110 'html/HTMLMapElement.cpp', 2110 'html/HTMLMapElement.cpp',
2111 'html/HTMLMapElement.h', 2111 'html/HTMLMapElement.h',
2112 'html/HTMLMarqueeElement.cpp', 2112 'html/HTMLMarqueeElement.cpp',
2113 'html/HTMLMarqueeElement.h', 2113 'html/HTMLMarqueeElement.h',
2114 'html/HTMLMediaElement.cpp', 2114 'html/HTMLMediaElement.cpp',
2115 'html/HTMLMenuElement.cpp', 2115 'html/HTMLMenuElement.cpp',
2116 'html/HTMLMenuElement.h', 2116 'html/HTMLMenuElement.h',
2117 'html/HTMLMetaElement.cpp',
2118 'html/HTMLMetaElement.h', 2117 'html/HTMLMetaElement.h',
2119 'html/HTMLMeterElement.cpp', 2118 'html/HTMLMeterElement.cpp',
2120 'html/HTMLMeterElement.h', 2119 'html/HTMLMeterElement.h',
2121 'html/HTMLModElement.cpp', 2120 'html/HTMLModElement.cpp',
2122 'html/HTMLModElement.h', 2121 'html/HTMLModElement.h',
2123 'html/HTMLNameCollection.cpp', 2122 'html/HTMLNameCollection.cpp',
2124 'html/HTMLNameCollection.h', 2123 'html/HTMLNameCollection.h',
2125 'html/HTMLOListElement.cpp', 2124 'html/HTMLOListElement.cpp',
2126 'html/HTMLOListElement.h', 2125 'html/HTMLOListElement.h',
2127 'html/HTMLObjectElement.cpp', 2126 'html/HTMLObjectElement.cpp',
(...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after
3778 'bison_exe': 'bison', 3777 'bison_exe': 'bison',
3779 # We specify a preprocess so it happens locally and won't get 3778 # We specify a preprocess so it happens locally and won't get
3780 # distributed to goma. 3779 # distributed to goma.
3781 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3780 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3782 # use /usr/bin/clang once we require Xcode 4.x. 3781 # use /usr/bin/clang once we require Xcode 4.x.
3783 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3782 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3784 }], 3783 }],
3785 ], 3784 ],
3786 } 3785 }
3787 } 3786 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698