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

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

Issue 22573005: [HTML Imports] Implement "load" and "error" events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 7 years, 4 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 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
2103 'html/HTMLImageElement.cpp', 2103 'html/HTMLImageElement.cpp',
2104 'html/HTMLImageElement.h', 2104 'html/HTMLImageElement.h',
2105 'html/HTMLImageLoader.cpp', 2105 'html/HTMLImageLoader.cpp',
2106 'html/HTMLImageLoader.h', 2106 'html/HTMLImageLoader.h',
2107 'html/HTMLImport.cpp', 2107 'html/HTMLImport.cpp',
2108 'html/HTMLImport.h', 2108 'html/HTMLImport.h',
2109 'html/HTMLImportsController.cpp', 2109 'html/HTMLImportsController.cpp',
2110 'html/HTMLImportsController.h', 2110 'html/HTMLImportsController.h',
2111 'html/HTMLImportLoader.cpp', 2111 'html/HTMLImportLoader.cpp',
2112 'html/HTMLImportLoader.h', 2112 'html/HTMLImportLoader.h',
2113 'html/HTMLImportLoaderClient.h',
2113 'html/HTMLInputElement.cpp', 2114 'html/HTMLInputElement.cpp',
2114 'html/HTMLKeygenElement.cpp', 2115 'html/HTMLKeygenElement.cpp',
2115 'html/HTMLKeygenElement.h', 2116 'html/HTMLKeygenElement.h',
2116 'html/HTMLLIElement.cpp', 2117 'html/HTMLLIElement.cpp',
2117 'html/HTMLLIElement.h', 2118 'html/HTMLLIElement.h',
2118 'html/HTMLLabelElement.cpp', 2119 'html/HTMLLabelElement.cpp',
2119 'html/HTMLLabelElement.h', 2120 'html/HTMLLabelElement.h',
2120 'html/HTMLLegendElement.cpp', 2121 'html/HTMLLegendElement.cpp',
2121 'html/HTMLLegendElement.h', 2122 'html/HTMLLegendElement.h',
2122 'html/HTMLLinkElement.cpp', 2123 'html/HTMLLinkElement.cpp',
(...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'bison_exe': 'bison', 3804 'bison_exe': 'bison',
3804 # We specify a preprocess so it happens locally and won't get 3805 # We specify a preprocess so it happens locally and won't get
3805 # distributed to goma. 3806 # distributed to goma.
3806 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3807 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3807 # use /usr/bin/clang once we require Xcode 4.x. 3808 # use /usr/bin/clang once we require Xcode 4.x.
3808 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3809 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3809 }], 3810 }],
3810 ], 3811 ],
3811 } 3812 }
3812 } 3813 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/imports/import-onload-expected.txt ('k') | Source/core/html/HTMLImportLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698