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

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: 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/html/StableState.h » ('j') | Source/core/html/StableState.h » ('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 2389 matching lines...) Expand 10 before | Expand all | Expand 10 after
2400 'html/MediaKeyEvent.cpp', 2400 'html/MediaKeyEvent.cpp',
2401 'html/MediaKeyEvent.h', 2401 'html/MediaKeyEvent.h',
2402 'html/HTMLMediaSource.cpp', 2402 'html/HTMLMediaSource.cpp',
2403 'html/HTMLMediaSource.h', 2403 'html/HTMLMediaSource.h',
2404 'html/PluginDocument.cpp', 2404 'html/PluginDocument.cpp',
2405 'html/PluginDocument.h', 2405 'html/PluginDocument.h',
2406 'html/PublicURLManager.h', 2406 'html/PublicURLManager.h',
2407 'html/PublicURLManager.cpp', 2407 'html/PublicURLManager.cpp',
2408 'html/RadioNodeList.cpp', 2408 'html/RadioNodeList.cpp',
2409 'html/RadioNodeList.h', 2409 'html/RadioNodeList.h',
2410 'html/StableState.cpp',
2411 'html/StableState.h',
2410 'html/TextDocument.cpp', 2412 'html/TextDocument.cpp',
2411 'html/TextDocument.h', 2413 'html/TextDocument.h',
2412 'html/TextMetrics.h', 2414 'html/TextMetrics.h',
2413 'html/TimeRanges.cpp', 2415 'html/TimeRanges.cpp',
2414 'html/TimeRanges.h', 2416 'html/TimeRanges.h',
2415 'html/URLRegistry.h', 2417 'html/URLRegistry.h',
2416 'html/ValidityState.cpp', 2418 'html/ValidityState.cpp',
2417 'html/ValidityState.h', 2419 'html/ValidityState.h',
2418 'html/canvas/ANGLEInstancedArrays.cpp', 2420 'html/canvas/ANGLEInstancedArrays.cpp',
2419 'html/canvas/ANGLEInstancedArrays.h', 2421 'html/canvas/ANGLEInstancedArrays.h',
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
3263 'dom/MainThreadTaskRunnerTest.cpp', 3265 'dom/MainThreadTaskRunnerTest.cpp',
3264 'editing/TextIteratorTest.cpp', 3266 'editing/TextIteratorTest.cpp',
3265 'fetch/CachingCorrectnessTest.cpp', 3267 'fetch/CachingCorrectnessTest.cpp',
3266 'fetch/ImageResourceTest.cpp', 3268 'fetch/ImageResourceTest.cpp',
3267 'fetch/MemoryCacheTest.cpp', 3269 'fetch/MemoryCacheTest.cpp',
3268 'fetch/RawResourceTest.cpp', 3270 'fetch/RawResourceTest.cpp',
3269 'fetch/ResourceFetcherTest.cpp', 3271 'fetch/ResourceFetcherTest.cpp',
3270 'frame/ImageBitmapTest.cpp', 3272 'frame/ImageBitmapTest.cpp',
3271 'html/HTMLDimensionTest.cpp', 3273 'html/HTMLDimensionTest.cpp',
3272 'html/LinkRelAttributeTest.cpp', 3274 'html/LinkRelAttributeTest.cpp',
3275 'html/StableStateTest.cpp',
3273 'html/TimeRangesTest.cpp', 3276 'html/TimeRangesTest.cpp',
3274 'html/parser/HTMLParserThreadTest.cpp', 3277 'html/parser/HTMLParserThreadTest.cpp',
3275 'html/track/vtt/BufferedLineReaderTest.cpp', 3278 'html/track/vtt/BufferedLineReaderTest.cpp',
3276 'html/track/vtt/VTTScannerTest.cpp', 3279 'html/track/vtt/VTTScannerTest.cpp',
3277 'rendering/RenderOverflowTest.cpp', 3280 'rendering/RenderOverflowTest.cpp',
3278 'rendering/shapes/BoxShapeTest.cpp', 3281 'rendering/shapes/BoxShapeTest.cpp',
3279 'testing/UnitTestHelpers.cpp', 3282 'testing/UnitTestHelpers.cpp',
3280 'testing/UnitTestHelpers.h', 3283 'testing/UnitTestHelpers.h',
3281 ], 3284 ],
3282 } 3285 }
3283 } 3286 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/StableState.h » ('j') | Source/core/html/StableState.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698