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

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

Issue 28953005: Add support for <time> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'html/HTMLSpanElement.idl', 203 'html/HTMLSpanElement.idl',
204 'html/HTMLStyleElement.idl', 204 'html/HTMLStyleElement.idl',
205 'html/HTMLTableCaptionElement.idl', 205 'html/HTMLTableCaptionElement.idl',
206 'html/HTMLTableCellElement.idl', 206 'html/HTMLTableCellElement.idl',
207 'html/HTMLTableColElement.idl', 207 'html/HTMLTableColElement.idl',
208 'html/HTMLTableElement.idl', 208 'html/HTMLTableElement.idl',
209 'html/HTMLTableRowElement.idl', 209 'html/HTMLTableRowElement.idl',
210 'html/HTMLTableSectionElement.idl', 210 'html/HTMLTableSectionElement.idl',
211 'html/HTMLTemplateElement.idl', 211 'html/HTMLTemplateElement.idl',
212 'html/HTMLTextAreaElement.idl', 212 'html/HTMLTextAreaElement.idl',
213 'html/HTMLTimeElement.idl',
213 'html/HTMLTitleElement.idl', 214 'html/HTMLTitleElement.idl',
214 'html/HTMLTrackElement.idl', 215 'html/HTMLTrackElement.idl',
215 'html/HTMLUListElement.idl', 216 'html/HTMLUListElement.idl',
216 'html/HTMLUnknownElement.idl', 217 'html/HTMLUnknownElement.idl',
217 'html/HTMLVideoElement.idl', 218 'html/HTMLVideoElement.idl',
218 'html/ImageData.idl', 219 'html/ImageData.idl',
219 'html/MediaController.idl', 220 'html/MediaController.idl',
220 'html/MediaError.idl', 221 'html/MediaError.idl',
221 'html/MediaKeyError.idl', 222 'html/MediaKeyError.idl',
222 'html/MediaKeyEvent.idl', 223 'html/MediaKeyEvent.idl',
(...skipping 2023 matching lines...) Expand 10 before | Expand all | Expand 10 after
2246 'html/HTMLTableRowElement.cpp', 2247 'html/HTMLTableRowElement.cpp',
2247 'html/HTMLTableRowElement.h', 2248 'html/HTMLTableRowElement.h',
2248 'html/HTMLTableRowsCollection.cpp', 2249 'html/HTMLTableRowsCollection.cpp',
2249 'html/HTMLTableRowsCollection.h', 2250 'html/HTMLTableRowsCollection.h',
2250 'html/HTMLTableSectionElement.cpp', 2251 'html/HTMLTableSectionElement.cpp',
2251 'html/HTMLTableSectionElement.h', 2252 'html/HTMLTableSectionElement.h',
2252 'html/HTMLTemplateElement.cpp', 2253 'html/HTMLTemplateElement.cpp',
2253 'html/HTMLTemplateElement.h', 2254 'html/HTMLTemplateElement.h',
2254 'html/HTMLTextAreaElement.cpp', 2255 'html/HTMLTextAreaElement.cpp',
2255 'html/HTMLTextFormControlElement.cpp', 2256 'html/HTMLTextFormControlElement.cpp',
2257 'html/HTMLTimeElement.cpp',
2258 'html/HTMLTimeElement.h',
2256 'html/HTMLTitleElement.cpp', 2259 'html/HTMLTitleElement.cpp',
2257 'html/HTMLTitleElement.h', 2260 'html/HTMLTitleElement.h',
2258 'html/HTMLTrackElement.cpp', 2261 'html/HTMLTrackElement.cpp',
2259 'html/HTMLTrackElement.h', 2262 'html/HTMLTrackElement.h',
2260 'html/HTMLUListElement.cpp', 2263 'html/HTMLUListElement.cpp',
2261 'html/HTMLUListElement.h', 2264 'html/HTMLUListElement.h',
2262 'html/HTMLUnknownElement.h', 2265 'html/HTMLUnknownElement.h',
2263 'html/HTMLVideoElement.cpp', 2266 'html/HTMLVideoElement.cpp',
2264 'html/HTMLVideoElement.h', 2267 'html/HTMLVideoElement.h',
2265 'html/HTMLViewSourceDocument.cpp', 2268 'html/HTMLViewSourceDocument.cpp',
(...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after
3654 'bison_exe': 'bison', 3657 'bison_exe': 'bison',
3655 # We specify a preprocess so it happens locally and won't get 3658 # We specify a preprocess so it happens locally and won't get
3656 # distributed to goma. 3659 # distributed to goma.
3657 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3660 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3658 # use /usr/bin/clang once we require Xcode 4.x. 3661 # use /usr/bin/clang once we require Xcode 4.x.
3659 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3662 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3660 }], 3663 }],
3661 ], 3664 ],
3662 } 3665 }
3663 } 3666 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/HTMLTimeElement/time-expected.txt ('k') | Source/core/html/HTMLTagNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698