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

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

Issue 18467003: Refactoring: Introduce HTMLImport interface to form import tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing 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
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/dom/Document.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2088 matching lines...) Expand 10 before | Expand all | Expand 10 after
2099 'html/HTMLHeadElement.cpp', 2099 'html/HTMLHeadElement.cpp',
2100 'html/HTMLHeadingElement.cpp', 2100 'html/HTMLHeadingElement.cpp',
2101 'html/HTMLHeadingElement.h', 2101 'html/HTMLHeadingElement.h',
2102 'html/HTMLHtmlElement.cpp', 2102 'html/HTMLHtmlElement.cpp',
2103 'html/HTMLHtmlElement.h', 2103 'html/HTMLHtmlElement.h',
2104 'html/HTMLIFrameElement.cpp', 2104 'html/HTMLIFrameElement.cpp',
2105 'html/HTMLImageElement.cpp', 2105 'html/HTMLImageElement.cpp',
2106 'html/HTMLImageElement.h', 2106 'html/HTMLImageElement.h',
2107 'html/HTMLImageLoader.cpp', 2107 'html/HTMLImageLoader.cpp',
2108 'html/HTMLImageLoader.h', 2108 'html/HTMLImageLoader.h',
2109 'html/HTMLImport.cpp',
2110 'html/HTMLImport.h',
2109 'html/HTMLImportsController.cpp', 2111 'html/HTMLImportsController.cpp',
2110 'html/HTMLImportsController.h', 2112 'html/HTMLImportsController.h',
2111 'html/HTMLInputElement.cpp', 2113 'html/HTMLInputElement.cpp',
2112 'html/HTMLKeygenElement.cpp', 2114 'html/HTMLKeygenElement.cpp',
2113 'html/HTMLKeygenElement.h', 2115 'html/HTMLKeygenElement.h',
2114 'html/HTMLLIElement.cpp', 2116 'html/HTMLLIElement.cpp',
2115 'html/HTMLLIElement.h', 2117 'html/HTMLLIElement.h',
2116 'html/HTMLLabelElement.cpp', 2118 'html/HTMLLabelElement.cpp',
2117 'html/HTMLLabelElement.h', 2119 'html/HTMLLabelElement.h',
2118 'html/HTMLLegendElement.cpp', 2120 'html/HTMLLegendElement.cpp',
(...skipping 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after
3770 'bison_exe': 'bison', 3772 'bison_exe': 'bison',
3771 # We specify a preprocess so it happens locally and won't get 3773 # We specify a preprocess so it happens locally and won't get
3772 # distributed to goma. 3774 # distributed to goma.
3773 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3775 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3774 # use /usr/bin/clang once we require Xcode 4.x. 3776 # use /usr/bin/clang once we require Xcode 4.x.
3775 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3777 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3776 }], 3778 }],
3777 ], 3779 ],
3778 } 3780 }
3779 } 3781 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/dom/Document.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698