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

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

Issue 153813002: Support "await a stable state" and "provide a stable state" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: simplify, document, test Created 6 years, 10 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.cpp » ('j') | Source/core/dom/Document.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 # 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 2392 matching lines...) Expand 10 before | Expand all | Expand 10 after
2403 'html/MediaKeyEvent.cpp', 2403 'html/MediaKeyEvent.cpp',
2404 'html/MediaKeyEvent.h', 2404 'html/MediaKeyEvent.h',
2405 'html/HTMLMediaSource.cpp', 2405 'html/HTMLMediaSource.cpp',
2406 'html/HTMLMediaSource.h', 2406 'html/HTMLMediaSource.h',
2407 'html/PluginDocument.cpp', 2407 'html/PluginDocument.cpp',
2408 'html/PluginDocument.h', 2408 'html/PluginDocument.h',
2409 'html/PublicURLManager.h', 2409 'html/PublicURLManager.h',
2410 'html/PublicURLManager.cpp', 2410 'html/PublicURLManager.cpp',
2411 'html/RadioNodeList.cpp', 2411 'html/RadioNodeList.cpp',
2412 'html/RadioNodeList.h', 2412 'html/RadioNodeList.h',
2413 'html/StableState.cpp',
2414 'html/StableState.h',
2413 'html/TextDocument.cpp', 2415 'html/TextDocument.cpp',
2414 'html/TextDocument.h', 2416 'html/TextDocument.h',
2415 'html/TextMetrics.h', 2417 'html/TextMetrics.h',
2416 'html/TimeRanges.cpp', 2418 'html/TimeRanges.cpp',
2417 'html/TimeRanges.h', 2419 'html/TimeRanges.h',
2418 'html/URLRegistry.h', 2420 'html/URLRegistry.h',
2419 'html/ValidityState.cpp', 2421 'html/ValidityState.cpp',
2420 'html/ValidityState.h', 2422 'html/ValidityState.h',
2421 'html/canvas/ANGLEInstancedArrays.cpp', 2423 'html/canvas/ANGLEInstancedArrays.cpp',
2422 'html/canvas/ANGLEInstancedArrays.h', 2424 'html/canvas/ANGLEInstancedArrays.h',
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
3267 'dom/MainThreadTaskRunnerTest.cpp', 3269 'dom/MainThreadTaskRunnerTest.cpp',
3268 'editing/TextIteratorTest.cpp', 3270 'editing/TextIteratorTest.cpp',
3269 'fetch/CachingCorrectnessTest.cpp', 3271 'fetch/CachingCorrectnessTest.cpp',
3270 'fetch/ImageResourceTest.cpp', 3272 'fetch/ImageResourceTest.cpp',
3271 'fetch/MemoryCacheTest.cpp', 3273 'fetch/MemoryCacheTest.cpp',
3272 'fetch/RawResourceTest.cpp', 3274 'fetch/RawResourceTest.cpp',
3273 'fetch/ResourceFetcherTest.cpp', 3275 'fetch/ResourceFetcherTest.cpp',
3274 'frame/ImageBitmapTest.cpp', 3276 'frame/ImageBitmapTest.cpp',
3275 'html/HTMLDimensionTest.cpp', 3277 'html/HTMLDimensionTest.cpp',
3276 'html/LinkRelAttributeTest.cpp', 3278 'html/LinkRelAttributeTest.cpp',
3279 'html/StableStateTest.cpp',
3277 'html/TimeRangesTest.cpp', 3280 'html/TimeRangesTest.cpp',
3278 'html/parser/HTMLParserThreadTest.cpp', 3281 'html/parser/HTMLParserThreadTest.cpp',
3279 'html/track/vtt/BufferedLineReaderTest.cpp', 3282 'html/track/vtt/BufferedLineReaderTest.cpp',
3280 'html/track/vtt/VTTScannerTest.cpp', 3283 'html/track/vtt/VTTScannerTest.cpp',
3281 'rendering/RenderOverflowTest.cpp', 3284 'rendering/RenderOverflowTest.cpp',
3282 'rendering/shapes/BoxShapeTest.cpp', 3285 'rendering/shapes/BoxShapeTest.cpp',
3283 'testing/UnitTestHelpers.cpp', 3286 'testing/UnitTestHelpers.cpp',
3284 'testing/UnitTestHelpers.h', 3287 'testing/UnitTestHelpers.h',
3285 ], 3288 ],
3286 } 3289 }
3287 } 3290 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/dom/Document.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698