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

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

Issue 545933002: Implement HTMLMediaElement::srcObject. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed sofs easy comments. Created 6 years, 3 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2388 matching lines...) Expand 10 before | Expand all | Expand 10 after
2399 'html/HTMLLIElement.h', 2399 'html/HTMLLIElement.h',
2400 'html/HTMLLabelElement.cpp', 2400 'html/HTMLLabelElement.cpp',
2401 'html/HTMLLabelElement.h', 2401 'html/HTMLLabelElement.h',
2402 'html/HTMLLegendElement.cpp', 2402 'html/HTMLLegendElement.cpp',
2403 'html/HTMLLegendElement.h', 2403 'html/HTMLLegendElement.h',
2404 'html/HTMLLinkElement.cpp', 2404 'html/HTMLLinkElement.cpp',
2405 'html/HTMLLinkElement.h', 2405 'html/HTMLLinkElement.h',
2406 'html/HTMLMapElement.cpp', 2406 'html/HTMLMapElement.cpp',
2407 'html/HTMLMapElement.h', 2407 'html/HTMLMapElement.h',
2408 'html/HTMLMarqueeElement.cpp', 2408 'html/HTMLMarqueeElement.cpp',
2409 'html/HTMLMarqueeElement.h', 2409 'html/HTMLMarqueeElement.h',
2410 'html/HTMLMediaElement.cpp', 2410 'html/HTMLMediaElement.cpp',
2411 'html/HTMLMediaSource.cpp', 2411 'html/HTMLMediaSource.cpp',
2412 'html/HTMLMediaSource.h', 2412 'html/HTMLMediaSource.h',
2413 'html/HTMLMenuElement.cpp', 2413 'html/HTMLMenuElement.cpp',
2414 'html/HTMLMenuElement.h', 2414 'html/HTMLMenuElement.h',
2415 'html/HTMLMenuItemElement.cpp', 2415 'html/HTMLMenuItemElement.cpp',
2416 'html/HTMLMenuItemElement.h', 2416 'html/HTMLMenuItemElement.h',
2417 'html/HTMLMetaElement.h', 2417 'html/HTMLMetaElement.h',
2418 'html/HTMLMeterElement.cpp', 2418 'html/HTMLMeterElement.cpp',
2419 'html/HTMLMeterElement.h', 2419 'html/HTMLMeterElement.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 'html/ImageDocument.h', 2507 'html/ImageDocument.h',
2508 'html/LabelableElement.cpp', 2508 'html/LabelableElement.cpp',
2509 'html/LabelsNodeList.cpp', 2509 'html/LabelsNodeList.cpp',
2510 'html/LabelsNodeList.h', 2510 'html/LabelsNodeList.h',
2511 'html/LinkManifest.cpp', 2511 'html/LinkManifest.cpp',
2512 'html/LinkManifest.h', 2512 'html/LinkManifest.h',
2513 'html/LinkRelAttribute.cpp', 2513 'html/LinkRelAttribute.cpp',
2514 'html/LinkRelAttribute.h', 2514 'html/LinkRelAttribute.h',
2515 'html/LinkResource.cpp', 2515 'html/LinkResource.cpp',
2516 'html/LinkResource.h', 2516 'html/LinkResource.h',
2517 'html/MediaProvider.cpp',
2518 'html/MediaProvider.h',
2517 'html/MediaController.cpp', 2519 'html/MediaController.cpp',
2518 'html/MediaController.h', 2520 'html/MediaController.h',
2519 'html/MediaDocument.cpp', 2521 'html/MediaDocument.cpp',
2520 'html/MediaDocument.h', 2522 'html/MediaDocument.h',
2521 'html/MediaError.h', 2523 'html/MediaError.h',
2522 'html/MediaFragmentURIParser.cpp', 2524 'html/MediaFragmentURIParser.cpp',
2523 'html/MediaFragmentURIParser.h', 2525 'html/MediaFragmentURIParser.h',
2524 'html/MediaKeyError.h', 2526 'html/MediaKeyError.h',
2525 'html/MediaKeyEvent.cpp', 2527 'html/MediaKeyEvent.cpp',
2526 'html/MediaKeyEvent.h', 2528 'html/MediaKeyEvent.h',
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
3521 'rendering/shapes/BoxShapeTest.cpp', 3523 'rendering/shapes/BoxShapeTest.cpp',
3522 'rendering/style/OutlineValueTest.cpp', 3524 'rendering/style/OutlineValueTest.cpp',
3523 'testing/PrivateScriptTestTest.cpp', 3525 'testing/PrivateScriptTestTest.cpp',
3524 'streams/ReadableStreamTest.cpp', 3526 'streams/ReadableStreamTest.cpp',
3525 'testing/UnitTestHelpers.cpp', 3527 'testing/UnitTestHelpers.cpp',
3526 'testing/UnitTestHelpers.h', 3528 'testing/UnitTestHelpers.h',
3527 'xml/parser/SharedBufferReaderTest.cpp', 3529 'xml/parser/SharedBufferReaderTest.cpp',
3528 ], 3530 ],
3529 } 3531 }
3530 } 3532 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698