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

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: Added a test 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 2262 matching lines...) Expand 10 before | Expand all | Expand 10 after
2273 'html/HTMLImportsController.cpp', 2273 'html/HTMLImportsController.cpp',
2274 'html/HTMLImportsController.h', 2274 'html/HTMLImportsController.h',
2275 'html/HTMLImportChild.cpp', 2275 'html/HTMLImportChild.cpp',
2276 'html/HTMLImportChild.h', 2276 'html/HTMLImportChild.h',
2277 'html/HTMLImportChildClient.h', 2277 'html/HTMLImportChildClient.h',
2278 'html/HTMLImportLoader.cpp', 2278 'html/HTMLImportLoader.cpp',
2279 'html/HTMLImportLoader.h', 2279 'html/HTMLImportLoader.h',
2280 'html/HTMLImportLoaderClient.h', 2280 'html/HTMLImportLoaderClient.h',
2281 'html/HTMLImportResourceOwner.cpp', 2281 'html/HTMLImportResourceOwner.cpp',
2282 'html/HTMLImportResourceOwner.h', 2282 'html/HTMLImportResourceOwner.h',
2283 'html/HTMLImportStateResolver.cpp',
2284 'html/HTMLImportStateResolver.h',
2283 'html/HTMLInputElement.cpp', 2285 'html/HTMLInputElement.cpp',
2284 'html/HTMLKeygenElement.cpp', 2286 'html/HTMLKeygenElement.cpp',
2285 'html/HTMLKeygenElement.h', 2287 'html/HTMLKeygenElement.h',
2286 'html/HTMLLIElement.cpp', 2288 'html/HTMLLIElement.cpp',
2287 'html/HTMLLIElement.h', 2289 'html/HTMLLIElement.h',
2288 'html/HTMLLabelElement.cpp', 2290 'html/HTMLLabelElement.cpp',
2289 'html/HTMLLabelElement.h', 2291 'html/HTMLLabelElement.h',
2290 'html/HTMLLegendElement.cpp', 2292 'html/HTMLLegendElement.cpp',
2291 'html/HTMLLegendElement.h', 2293 'html/HTMLLegendElement.h',
2292 'html/HTMLLinkElement.cpp', 2294 'html/HTMLLinkElement.cpp',
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
3268 'html/track/vtt/BufferedLineReaderTest.cpp', 3270 'html/track/vtt/BufferedLineReaderTest.cpp',
3269 'html/track/vtt/VTTScannerTest.cpp', 3271 'html/track/vtt/VTTScannerTest.cpp',
3270 'frame/ImageBitmapTest.cpp', 3272 'frame/ImageBitmapTest.cpp',
3271 'rendering/RenderOverflowTest.cpp', 3273 'rendering/RenderOverflowTest.cpp',
3272 'rendering/shapes/BoxShapeTest.cpp', 3274 'rendering/shapes/BoxShapeTest.cpp',
3273 'testing/UnitTestHelpers.h', 3275 'testing/UnitTestHelpers.h',
3274 'testing/UnitTestHelpers.cpp', 3276 'testing/UnitTestHelpers.cpp',
3275 ], 3277 ],
3276 } 3278 }
3277 } 3279 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698