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

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: assert more 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/frame/DOMWindow.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 'clipboard/Clipboard.idl', 8 'clipboard/Clipboard.idl',
9 'clipboard/DataTransferItem.idl', 9 'clipboard/DataTransferItem.idl',
10 'clipboard/DataTransferItemList.idl', 10 'clipboard/DataTransferItemList.idl',
(...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after
2406 'html/MediaKeyEvent.cpp', 2406 'html/MediaKeyEvent.cpp',
2407 'html/MediaKeyEvent.h', 2407 'html/MediaKeyEvent.h',
2408 'html/HTMLMediaSource.cpp', 2408 'html/HTMLMediaSource.cpp',
2409 'html/HTMLMediaSource.h', 2409 'html/HTMLMediaSource.h',
2410 'html/PluginDocument.cpp', 2410 'html/PluginDocument.cpp',
2411 'html/PluginDocument.h', 2411 'html/PluginDocument.h',
2412 'html/PublicURLManager.h', 2412 'html/PublicURLManager.h',
2413 'html/PublicURLManager.cpp', 2413 'html/PublicURLManager.cpp',
2414 'html/RadioNodeList.cpp', 2414 'html/RadioNodeList.cpp',
2415 'html/RadioNodeList.h', 2415 'html/RadioNodeList.h',
2416 'html/StableState.cpp',
2417 'html/StableState.h',
2416 'html/TextDocument.cpp', 2418 'html/TextDocument.cpp',
2417 'html/TextDocument.h', 2419 'html/TextDocument.h',
2418 'html/TextMetrics.h', 2420 'html/TextMetrics.h',
2419 'html/TimeRanges.cpp', 2421 'html/TimeRanges.cpp',
2420 'html/TimeRanges.h', 2422 'html/TimeRanges.h',
2421 'html/URLRegistry.h', 2423 'html/URLRegistry.h',
2422 'html/ValidityState.cpp', 2424 'html/ValidityState.cpp',
2423 'html/ValidityState.h', 2425 'html/ValidityState.h',
2424 'html/canvas/ANGLEInstancedArrays.cpp', 2426 'html/canvas/ANGLEInstancedArrays.cpp',
2425 'html/canvas/ANGLEInstancedArrays.h', 2427 'html/canvas/ANGLEInstancedArrays.h',
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 'dom/MainThreadTaskRunnerTest.cpp', 3271 'dom/MainThreadTaskRunnerTest.cpp',
3270 'editing/TextIteratorTest.cpp', 3272 'editing/TextIteratorTest.cpp',
3271 'fetch/CachingCorrectnessTest.cpp', 3273 'fetch/CachingCorrectnessTest.cpp',
3272 'fetch/ImageResourceTest.cpp', 3274 'fetch/ImageResourceTest.cpp',
3273 'fetch/MemoryCacheTest.cpp', 3275 'fetch/MemoryCacheTest.cpp',
3274 'fetch/RawResourceTest.cpp', 3276 'fetch/RawResourceTest.cpp',
3275 'fetch/ResourceFetcherTest.cpp', 3277 'fetch/ResourceFetcherTest.cpp',
3276 'frame/ImageBitmapTest.cpp', 3278 'frame/ImageBitmapTest.cpp',
3277 'html/HTMLDimensionTest.cpp', 3279 'html/HTMLDimensionTest.cpp',
3278 'html/LinkRelAttributeTest.cpp', 3280 'html/LinkRelAttributeTest.cpp',
3281 'html/StableStateTest.cpp',
3279 'html/TimeRangesTest.cpp', 3282 'html/TimeRangesTest.cpp',
3280 'html/parser/HTMLParserThreadTest.cpp', 3283 'html/parser/HTMLParserThreadTest.cpp',
3281 'html/track/vtt/BufferedLineReaderTest.cpp', 3284 'html/track/vtt/BufferedLineReaderTest.cpp',
3282 'html/track/vtt/VTTScannerTest.cpp', 3285 'html/track/vtt/VTTScannerTest.cpp',
3283 'rendering/RenderOverflowTest.cpp', 3286 'rendering/RenderOverflowTest.cpp',
3284 'rendering/shapes/BoxShapeTest.cpp', 3287 'rendering/shapes/BoxShapeTest.cpp',
3285 'testing/UnitTestHelpers.cpp', 3288 'testing/UnitTestHelpers.cpp',
3286 'testing/UnitTestHelpers.h', 3289 'testing/UnitTestHelpers.h',
3287 ], 3290 ],
3288 } 3291 }
3289 } 3292 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/frame/DOMWindow.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698