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

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 2415 matching lines...) Expand 10 before | Expand all | Expand 10 after
2426 'html/HTMLHRElement.cpp', 2426 'html/HTMLHRElement.cpp',
2427 'html/HTMLHRElement.h', 2427 'html/HTMLHRElement.h',
2428 'html/HTMLHeadElement.cpp', 2428 'html/HTMLHeadElement.cpp',
2429 'html/HTMLHeadingElement.cpp', 2429 'html/HTMLHeadingElement.cpp',
2430 'html/HTMLHeadingElement.h', 2430 'html/HTMLHeadingElement.h',
2431 'html/HTMLHtmlElement.cpp', 2431 'html/HTMLHtmlElement.cpp',
2432 'html/HTMLHtmlElement.h', 2432 'html/HTMLHtmlElement.h',
2433 'html/HTMLIFrameElement.cpp', 2433 'html/HTMLIFrameElement.cpp',
2434 'html/HTMLImageElement.cpp', 2434 'html/HTMLImageElement.cpp',
2435 'html/HTMLImageElement.h', 2435 'html/HTMLImageElement.h',
2436 'html/HTMLImageFallbackHelper.h',
2437 'html/HTMLImageFallbackHelper.cpp',
2436 'html/HTMLImageLoader.cpp', 2438 'html/HTMLImageLoader.cpp',
2437 'html/HTMLImageLoader.h', 2439 'html/HTMLImageLoader.h',
2438 'html/HTMLInputElement.cpp', 2440 'html/HTMLInputElement.cpp',
2439 'html/HTMLKeygenElement.cpp', 2441 'html/HTMLKeygenElement.cpp',
2440 'html/HTMLKeygenElement.h', 2442 'html/HTMLKeygenElement.h',
2441 'html/HTMLLIElement.cpp', 2443 'html/HTMLLIElement.cpp',
2442 'html/HTMLLIElement.h', 2444 'html/HTMLLIElement.h',
2443 'html/HTMLLabelElement.cpp', 2445 'html/HTMLLabelElement.cpp',
2444 'html/HTMLLabelElement.h', 2446 'html/HTMLLabelElement.h',
2445 'html/HTMLLegendElement.cpp', 2447 'html/HTMLLegendElement.cpp',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3557 'rendering/style/OutlineValueTest.cpp', 3559 'rendering/style/OutlineValueTest.cpp',
3558 'rendering/style/RenderStyleTest.cpp', 3560 'rendering/style/RenderStyleTest.cpp',
3559 'testing/PrivateScriptTestTest.cpp', 3561 'testing/PrivateScriptTestTest.cpp',
3560 'streams/ReadableStreamTest.cpp', 3562 'streams/ReadableStreamTest.cpp',
3561 'testing/UnitTestHelpers.cpp', 3563 'testing/UnitTestHelpers.cpp',
3562 'testing/UnitTestHelpers.h', 3564 'testing/UnitTestHelpers.h',
3563 'xml/parser/SharedBufferReaderTest.cpp', 3565 'xml/parser/SharedBufferReaderTest.cpp',
3564 ], 3566 ],
3565 } 3567 }
3566 } 3568 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698