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

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

Issue 249633002: Detect <link rel='manifest'> and notify embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: error 500 Created 6 years, 7 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
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/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 2447 matching lines...) Expand 10 before | Expand all | Expand 10 after
2458 'html/HTMLViewSourceDocument.h', 2458 'html/HTMLViewSourceDocument.h',
2459 'html/HTMLWBRElement.cpp', 2459 'html/HTMLWBRElement.cpp',
2460 'html/HTMLWBRElement.h', 2460 'html/HTMLWBRElement.h',
2461 'html/ImageData.cpp', 2461 'html/ImageData.cpp',
2462 'html/ImageData.h', 2462 'html/ImageData.h',
2463 'html/ImageDocument.cpp', 2463 'html/ImageDocument.cpp',
2464 'html/ImageDocument.h', 2464 'html/ImageDocument.h',
2465 'html/LabelableElement.cpp', 2465 'html/LabelableElement.cpp',
2466 'html/LabelsNodeList.cpp', 2466 'html/LabelsNodeList.cpp',
2467 'html/LabelsNodeList.h', 2467 'html/LabelsNodeList.h',
2468 'html/LinkManifest.cpp',
2469 'html/LinkManifest.h',
2468 'html/LinkRelAttribute.cpp', 2470 'html/LinkRelAttribute.cpp',
2469 'html/LinkRelAttribute.h', 2471 'html/LinkRelAttribute.h',
2470 'html/LinkResource.cpp', 2472 'html/LinkResource.cpp',
2471 'html/LinkResource.h', 2473 'html/LinkResource.h',
2472 'html/MediaController.cpp', 2474 'html/MediaController.cpp',
2473 'html/MediaController.h', 2475 'html/MediaController.h',
2474 'html/MediaDocument.cpp', 2476 'html/MediaDocument.cpp',
2475 'html/MediaDocument.h', 2477 'html/MediaDocument.h',
2476 'html/MediaError.h', 2478 'html/MediaError.h',
2477 'html/MediaFragmentURIParser.cpp', 2479 'html/MediaFragmentURIParser.cpp',
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
3395 'html/track/vtt/VTTScannerTest.cpp', 3397 'html/track/vtt/VTTScannerTest.cpp',
3396 'loader/MixedContentCheckerTest.cpp', 3398 'loader/MixedContentCheckerTest.cpp',
3397 'rendering/RenderOverflowTest.cpp', 3399 'rendering/RenderOverflowTest.cpp',
3398 'rendering/shapes/BoxShapeTest.cpp', 3400 'rendering/shapes/BoxShapeTest.cpp',
3399 'testing/UnitTestHelpers.cpp', 3401 'testing/UnitTestHelpers.cpp',
3400 'testing/UnitTestHelpers.h', 3402 'testing/UnitTestHelpers.h',
3401 'xml/parser/SharedBufferReaderTest.cpp', 3403 'xml/parser/SharedBufferReaderTest.cpp',
3402 ], 3404 ],
3403 } 3405 }
3404 } 3406 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698