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

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: Now uses Functional. 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'html/HTMLTableElement.idl', 210 'html/HTMLTableElement.idl',
211 'html/HTMLTableRowElement.idl', 211 'html/HTMLTableRowElement.idl',
212 'html/HTMLTableSectionElement.idl', 212 'html/HTMLTableSectionElement.idl',
213 'html/HTMLTemplateElement.idl', 213 'html/HTMLTemplateElement.idl',
214 'html/HTMLTextAreaElement.idl', 214 'html/HTMLTextAreaElement.idl',
215 'html/HTMLTitleElement.idl', 215 'html/HTMLTitleElement.idl',
216 'html/HTMLTrackElement.idl', 216 'html/HTMLTrackElement.idl',
217 'html/HTMLUListElement.idl', 217 'html/HTMLUListElement.idl',
218 'html/HTMLUnknownElement.idl', 218 'html/HTMLUnknownElement.idl',
219 'html/HTMLVideoElement.idl', 219 'html/HTMLVideoElement.idl',
220 'html/ImageData.idl', 220 'html/ImageData.idl',
perkj_chrome 2014/09/12 08:22:19 todo fix...
perkj_chrome 2014/09/17 19:26:12 Done.
221 'html/MediaController.idl', 221 'html/MediaController.idl',
222 'html/MediaError.idl', 222 'html/MediaError.idl',
223 'html/MediaKeyError.idl', 223 'html/MediaKeyError.idl',
224 'html/MediaKeyEvent.idl', 224 'html/MediaKeyEvent.idl',
225 'html/RadioNodeList.idl', 225 'html/RadioNodeList.idl',
226 'html/TextMetrics.idl', 226 'html/TextMetrics.idl',
227 'html/TimeRanges.idl', 227 'html/TimeRanges.idl',
228 'html/ValidityState.idl', 228 'html/ValidityState.idl',
229 'html/VoidCallback.idl', 229 'html/VoidCallback.idl',
230 'html/canvas/ANGLEInstancedArrays.idl', 230 'html/canvas/ANGLEInstancedArrays.idl',
(...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2385 'html/HTMLLIElement.h', 2385 'html/HTMLLIElement.h',
2386 'html/HTMLLabelElement.cpp', 2386 'html/HTMLLabelElement.cpp',
2387 'html/HTMLLabelElement.h', 2387 'html/HTMLLabelElement.h',
2388 'html/HTMLLegendElement.cpp', 2388 'html/HTMLLegendElement.cpp',
2389 'html/HTMLLegendElement.h', 2389 'html/HTMLLegendElement.h',
2390 'html/HTMLLinkElement.cpp', 2390 'html/HTMLLinkElement.cpp',
2391 'html/HTMLLinkElement.h', 2391 'html/HTMLLinkElement.h',
2392 'html/HTMLMapElement.cpp', 2392 'html/HTMLMapElement.cpp',
2393 'html/HTMLMapElement.h', 2393 'html/HTMLMapElement.h',
2394 'html/HTMLMarqueeElement.cpp', 2394 'html/HTMLMarqueeElement.cpp',
2395 'html/HTMLMarqueeElement.h', 2395 'html/HTMLMarqueeElement.h',
2396 'html/HTMLMediaElement.cpp', 2396 'html/HTMLMediaElement.cpp',
2397 'html/HTMLMediaSource.cpp', 2397 'html/HTMLMediaSource.cpp',
2398 'html/HTMLMediaSource.h', 2398 'html/HTMLMediaSource.h',
2399 'html/HTMLMenuElement.cpp', 2399 'html/HTMLMenuElement.cpp',
2400 'html/HTMLMenuElement.h', 2400 'html/HTMLMenuElement.h',
2401 'html/HTMLMenuItemElement.cpp', 2401 'html/HTMLMenuItemElement.cpp',
2402 'html/HTMLMenuItemElement.h', 2402 'html/HTMLMenuItemElement.h',
2403 'html/HTMLMetaElement.h', 2403 'html/HTMLMetaElement.h',
2404 'html/HTMLMeterElement.cpp', 2404 'html/HTMLMeterElement.cpp',
2405 'html/HTMLMeterElement.h', 2405 'html/HTMLMeterElement.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
2493 'html/ImageDocument.h', 2493 'html/ImageDocument.h',
2494 'html/LabelableElement.cpp', 2494 'html/LabelableElement.cpp',
2495 'html/LabelsNodeList.cpp', 2495 'html/LabelsNodeList.cpp',
2496 'html/LabelsNodeList.h', 2496 'html/LabelsNodeList.h',
2497 'html/LinkManifest.cpp', 2497 'html/LinkManifest.cpp',
2498 'html/LinkManifest.h', 2498 'html/LinkManifest.h',
2499 'html/LinkRelAttribute.cpp', 2499 'html/LinkRelAttribute.cpp',
2500 'html/LinkRelAttribute.h', 2500 'html/LinkRelAttribute.h',
2501 'html/LinkResource.cpp', 2501 'html/LinkResource.cpp',
2502 'html/LinkResource.h', 2502 'html/LinkResource.h',
2503 'html/MediaProvider.cpp',
2504 'html/MediaProvider.h',
2503 'html/MediaController.cpp', 2505 'html/MediaController.cpp',
2504 'html/MediaController.h', 2506 'html/MediaController.h',
2505 'html/MediaDocument.cpp', 2507 'html/MediaDocument.cpp',
2506 'html/MediaDocument.h', 2508 'html/MediaDocument.h',
2507 'html/MediaError.h', 2509 'html/MediaError.h',
2508 'html/MediaFragmentURIParser.cpp', 2510 'html/MediaFragmentURIParser.cpp',
2509 'html/MediaFragmentURIParser.h', 2511 'html/MediaFragmentURIParser.h',
2510 'html/MediaKeyError.h', 2512 'html/MediaKeyError.h',
2511 'html/MediaKeyEvent.cpp', 2513 'html/MediaKeyEvent.cpp',
2512 'html/MediaKeyEvent.h', 2514 'html/MediaKeyEvent.h',
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
3502 'rendering/shapes/BoxShapeTest.cpp', 3504 'rendering/shapes/BoxShapeTest.cpp',
3503 'rendering/style/OutlineValueTest.cpp', 3505 'rendering/style/OutlineValueTest.cpp',
3504 'testing/PrivateScriptTestTest.cpp', 3506 'testing/PrivateScriptTestTest.cpp',
3505 'streams/ReadableStreamTest.cpp', 3507 'streams/ReadableStreamTest.cpp',
3506 'testing/UnitTestHelpers.cpp', 3508 'testing/UnitTestHelpers.cpp',
3507 'testing/UnitTestHelpers.h', 3509 'testing/UnitTestHelpers.h',
3508 'xml/parser/SharedBufferReaderTest.cpp', 3510 'xml/parser/SharedBufferReaderTest.cpp',
3509 ], 3511 ],
3510 } 3512 }
3511 } 3513 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698