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

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

Issue 141143006: [import] Cleanup: get rid of ad-hoc state machine. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to ToT Created 6 years, 11 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 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after
2279 'html/HTMLImportsController.cpp', 2279 'html/HTMLImportsController.cpp',
2280 'html/HTMLImportsController.h', 2280 'html/HTMLImportsController.h',
2281 'html/HTMLImportChild.cpp', 2281 'html/HTMLImportChild.cpp',
2282 'html/HTMLImportChild.h', 2282 'html/HTMLImportChild.h',
2283 'html/HTMLImportChildClient.h', 2283 'html/HTMLImportChildClient.h',
2284 'html/HTMLImportLoader.cpp', 2284 'html/HTMLImportLoader.cpp',
2285 'html/HTMLImportLoader.h', 2285 'html/HTMLImportLoader.h',
2286 'html/HTMLImportLoaderClient.h', 2286 'html/HTMLImportLoaderClient.h',
2287 'html/HTMLImportResourceOwner.cpp', 2287 'html/HTMLImportResourceOwner.cpp',
2288 'html/HTMLImportResourceOwner.h', 2288 'html/HTMLImportResourceOwner.h',
2289 'html/HTMLImportStateResolver.cpp',
2290 'html/HTMLImportStateResolver.h',
2289 'html/HTMLInputElement.cpp', 2291 'html/HTMLInputElement.cpp',
2290 'html/HTMLKeygenElement.cpp', 2292 'html/HTMLKeygenElement.cpp',
2291 'html/HTMLKeygenElement.h', 2293 'html/HTMLKeygenElement.h',
2292 'html/HTMLLIElement.cpp', 2294 'html/HTMLLIElement.cpp',
2293 'html/HTMLLIElement.h', 2295 'html/HTMLLIElement.h',
2294 'html/HTMLLabelElement.cpp', 2296 'html/HTMLLabelElement.cpp',
2295 'html/HTMLLabelElement.h', 2297 'html/HTMLLabelElement.h',
2296 'html/HTMLLegendElement.cpp', 2298 'html/HTMLLegendElement.cpp',
2297 'html/HTMLLegendElement.h', 2299 'html/HTMLLegendElement.h',
2298 'html/HTMLLinkElement.cpp', 2300 'html/HTMLLinkElement.cpp',
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
3271 'html/track/vtt/BufferedLineReaderTest.cpp', 3273 'html/track/vtt/BufferedLineReaderTest.cpp',
3272 'html/track/vtt/VTTScannerTest.cpp', 3274 'html/track/vtt/VTTScannerTest.cpp',
3273 'frame/ImageBitmapTest.cpp', 3275 'frame/ImageBitmapTest.cpp',
3274 'rendering/RenderOverflowTest.cpp', 3276 'rendering/RenderOverflowTest.cpp',
3275 'rendering/shapes/BoxShapeTest.cpp', 3277 'rendering/shapes/BoxShapeTest.cpp',
3276 'testing/UnitTestHelpers.h', 3278 'testing/UnitTestHelpers.h',
3277 'testing/UnitTestHelpers.cpp', 3279 'testing/UnitTestHelpers.cpp',
3278 ], 3280 ],
3279 } 3281 }
3280 } 3282 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/imports/resources/shared-crash-root.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698