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

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

Issue 481753002: Use Shadow DOM to display fallback content for images (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 1 month 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
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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 2478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2489 'html/HTMLHRElement.cpp', 2489 'html/HTMLHRElement.cpp',
2490 'html/HTMLHRElement.h', 2490 'html/HTMLHRElement.h',
2491 'html/HTMLHeadElement.cpp', 2491 'html/HTMLHeadElement.cpp',
2492 'html/HTMLHeadingElement.cpp', 2492 'html/HTMLHeadingElement.cpp',
2493 'html/HTMLHeadingElement.h', 2493 'html/HTMLHeadingElement.h',
2494 'html/HTMLHtmlElement.cpp', 2494 'html/HTMLHtmlElement.cpp',
2495 'html/HTMLHtmlElement.h', 2495 'html/HTMLHtmlElement.h',
2496 'html/HTMLIFrameElement.cpp', 2496 'html/HTMLIFrameElement.cpp',
2497 'html/HTMLImageElement.cpp', 2497 'html/HTMLImageElement.cpp',
2498 'html/HTMLImageElement.h', 2498 'html/HTMLImageElement.h',
2499 'html/HTMLImageFallbackHelper.h',
2500 'html/HTMLImageFallbackHelper.cpp',
2499 'html/HTMLImageLoader.cpp', 2501 'html/HTMLImageLoader.cpp',
2500 'html/HTMLImageLoader.h', 2502 'html/HTMLImageLoader.h',
2501 'html/HTMLInputElement.cpp', 2503 'html/HTMLInputElement.cpp',
2502 'html/HTMLKeygenElement.cpp', 2504 'html/HTMLKeygenElement.cpp',
2503 'html/HTMLKeygenElement.h', 2505 'html/HTMLKeygenElement.h',
2504 'html/HTMLLIElement.cpp', 2506 'html/HTMLLIElement.cpp',
2505 'html/HTMLLIElement.h', 2507 'html/HTMLLIElement.h',
2506 'html/HTMLLabelElement.cpp', 2508 'html/HTMLLabelElement.cpp',
2507 'html/HTMLLabelElement.h', 2509 'html/HTMLLabelElement.h',
2508 'html/HTMLLegendElement.cpp', 2510 'html/HTMLLegendElement.cpp',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3620 'rendering/style/OutlineValueTest.cpp', 3622 'rendering/style/OutlineValueTest.cpp',
3621 'rendering/style/RenderStyleTest.cpp', 3623 'rendering/style/RenderStyleTest.cpp',
3622 'testing/PrivateScriptTestTest.cpp', 3624 'testing/PrivateScriptTestTest.cpp',
3623 'streams/ReadableStreamTest.cpp', 3625 'streams/ReadableStreamTest.cpp',
3624 'testing/UnitTestHelpers.cpp', 3626 'testing/UnitTestHelpers.cpp',
3625 'testing/UnitTestHelpers.h', 3627 'testing/UnitTestHelpers.h',
3626 'xml/parser/SharedBufferReaderTest.cpp', 3628 'xml/parser/SharedBufferReaderTest.cpp',
3627 ], 3629 ],
3628 } 3630 }
3629 } 3631 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698