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

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: 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/html/HTMLImportsController.cpp » ('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 '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/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 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after
2081 'html/HTMLHeadElement.cpp', 2081 'html/HTMLHeadElement.cpp',
2082 'html/HTMLHeadingElement.cpp', 2082 'html/HTMLHeadingElement.cpp',
2083 'html/HTMLHeadingElement.h', 2083 'html/HTMLHeadingElement.h',
2084 'html/HTMLHtmlElement.cpp', 2084 'html/HTMLHtmlElement.cpp',
2085 'html/HTMLHtmlElement.h', 2085 'html/HTMLHtmlElement.h',
2086 'html/HTMLIFrameElement.cpp', 2086 'html/HTMLIFrameElement.cpp',
2087 'html/HTMLImageElement.cpp', 2087 'html/HTMLImageElement.cpp',
2088 'html/HTMLImageElement.h', 2088 'html/HTMLImageElement.h',
2089 'html/HTMLImageLoader.cpp', 2089 'html/HTMLImageLoader.cpp',
2090 'html/HTMLImageLoader.h', 2090 'html/HTMLImageLoader.h',
2091 'html/HTMLImport.cpp',
2092 'html/HTMLImport.h',
2091 'html/HTMLImportsController.cpp', 2093 'html/HTMLImportsController.cpp',
2092 'html/HTMLImportsController.h', 2094 'html/HTMLImportsController.h',
2093 'html/HTMLInputElement.cpp', 2095 'html/HTMLInputElement.cpp',
2094 'html/HTMLKeygenElement.cpp', 2096 'html/HTMLKeygenElement.cpp',
2095 'html/HTMLKeygenElement.h', 2097 'html/HTMLKeygenElement.h',
2096 'html/HTMLLIElement.cpp', 2098 'html/HTMLLIElement.cpp',
2097 'html/HTMLLIElement.h', 2099 'html/HTMLLIElement.h',
2098 'html/HTMLLabelElement.cpp', 2100 'html/HTMLLabelElement.cpp',
2099 'html/HTMLLabelElement.h', 2101 'html/HTMLLabelElement.h',
2100 'html/HTMLLegendElement.cpp', 2102 'html/HTMLLegendElement.cpp',
(...skipping 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after
3744 'bison_exe': 'bison', 3746 'bison_exe': 'bison',
3745 # We specify a preprocess so it happens locally and won't get 3747 # We specify a preprocess so it happens locally and won't get
3746 # distributed to goma. 3748 # distributed to goma.
3747 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3749 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3748 # use /usr/bin/clang once we require Xcode 4.x. 3750 # use /usr/bin/clang once we require Xcode 4.x.
3749 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3751 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3750 }], 3752 }],
3751 ], 3753 ],
3752 } 3754 }
3753 } 3755 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | Source/core/html/HTMLImportsController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698