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

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

Issue 15856002: First step of HTMLImports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Mac build Created 7 years, 6 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 '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/CSSFilterRule.idl', 6 'css/CSSFilterRule.idl',
7 'css/CSSFilterValue.idl', 7 'css/CSSFilterValue.idl',
8 'css/CSSFontFaceLoadEvent.idl', 8 'css/CSSFontFaceLoadEvent.idl',
9 'css/CSSFontFaceRule.idl', 9 'css/CSSFontFaceRule.idl',
10 'css/CSSHostRule.idl', 10 'css/CSSHostRule.idl',
(...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 'html/HTMLHeadElement.cpp', 2035 'html/HTMLHeadElement.cpp',
2036 'html/HTMLHeadingElement.cpp', 2036 'html/HTMLHeadingElement.cpp',
2037 'html/HTMLHeadingElement.h', 2037 'html/HTMLHeadingElement.h',
2038 'html/HTMLHtmlElement.cpp', 2038 'html/HTMLHtmlElement.cpp',
2039 'html/HTMLHtmlElement.h', 2039 'html/HTMLHtmlElement.h',
2040 'html/HTMLIFrameElement.cpp', 2040 'html/HTMLIFrameElement.cpp',
2041 'html/HTMLImageElement.cpp', 2041 'html/HTMLImageElement.cpp',
2042 'html/HTMLImageElement.h', 2042 'html/HTMLImageElement.h',
2043 'html/HTMLImageLoader.cpp', 2043 'html/HTMLImageLoader.cpp',
2044 'html/HTMLImageLoader.h', 2044 'html/HTMLImageLoader.h',
2045 'html/HTMLImportsController.cpp',
2046 'html/HTMLImportsController.h',
2045 'html/HTMLInputElement.cpp', 2047 'html/HTMLInputElement.cpp',
2046 'html/HTMLKeygenElement.cpp', 2048 'html/HTMLKeygenElement.cpp',
2047 'html/HTMLKeygenElement.h', 2049 'html/HTMLKeygenElement.h',
2048 'html/HTMLLIElement.cpp', 2050 'html/HTMLLIElement.cpp',
2049 'html/HTMLLIElement.h', 2051 'html/HTMLLIElement.h',
2050 'html/HTMLLabelElement.cpp', 2052 'html/HTMLLabelElement.cpp',
2051 'html/HTMLLabelElement.h', 2053 'html/HTMLLabelElement.h',
2052 'html/HTMLLegendElement.cpp', 2054 'html/HTMLLegendElement.cpp',
2053 'html/HTMLLegendElement.h', 2055 'html/HTMLLegendElement.h',
2054 'html/HTMLLinkElement.cpp', 2056 'html/HTMLLinkElement.cpp',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 'html/ImageInputType.cpp', 2145 'html/ImageInputType.cpp',
2144 'html/ImageInputType.h', 2146 'html/ImageInputType.h',
2145 'html/InputType.cpp', 2147 'html/InputType.cpp',
2146 'html/InputTypeNames.cpp', 2148 'html/InputTypeNames.cpp',
2147 'html/InputTypeNames.h', 2149 'html/InputTypeNames.h',
2148 'html/LabelableElement.cpp', 2150 'html/LabelableElement.cpp',
2149 'html/LabelsNodeList.cpp', 2151 'html/LabelsNodeList.cpp',
2150 'html/LabelsNodeList.h', 2152 'html/LabelsNodeList.h',
2151 'html/LinkRelAttribute.cpp', 2153 'html/LinkRelAttribute.cpp',
2152 'html/LinkRelAttribute.h', 2154 'html/LinkRelAttribute.h',
2155 'html/LinkResource.cpp',
2156 'html/LinkResource.h',
2153 'html/MediaController.cpp', 2157 'html/MediaController.cpp',
2154 'html/MediaController.h', 2158 'html/MediaController.h',
2155 'html/MediaDocument.cpp', 2159 'html/MediaDocument.cpp',
2156 'html/MediaDocument.h', 2160 'html/MediaDocument.h',
2157 'html/MediaError.h', 2161 'html/MediaError.h',
2158 'html/MediaFragmentURIParser.cpp', 2162 'html/MediaFragmentURIParser.cpp',
2159 'html/MediaFragmentURIParser.h', 2163 'html/MediaFragmentURIParser.h',
2160 'html/MediaKeyError.h', 2164 'html/MediaKeyError.h',
2161 'html/MediaKeyEvent.cpp', 2165 'html/MediaKeyEvent.cpp',
2162 'html/MediaKeyEvent.h', 2166 'html/MediaKeyEvent.h',
(...skipping 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after
3679 'bison_exe': 'bison', 3683 'bison_exe': 'bison',
3680 # We specify a preprocess so it happens locally and won't get 3684 # We specify a preprocess so it happens locally and won't get
3681 # distributed to goma. 3685 # distributed to goma.
3682 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3686 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3683 # use /usr/bin/clang once we require Xcode 4.x. 3687 # use /usr/bin/clang once we require Xcode 4.x.
3684 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3688 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3685 }], 3689 }],
3686 ], 3690 ],
3687 } 3691 }
3688 } 3692 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/htmlimports/same-origin-expected.txt ('k') | Source/core/css/StyleSheetContents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698