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

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

Issue 757583002: Revert of Use Shadow DOM to display fallback content for images (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 2432 matching lines...) Expand 10 before | Expand all | Expand 10 after
2443 'html/HTMLHRElement.cpp', 2443 'html/HTMLHRElement.cpp',
2444 'html/HTMLHRElement.h', 2444 'html/HTMLHRElement.h',
2445 'html/HTMLHeadElement.cpp', 2445 'html/HTMLHeadElement.cpp',
2446 'html/HTMLHeadingElement.cpp', 2446 'html/HTMLHeadingElement.cpp',
2447 'html/HTMLHeadingElement.h', 2447 'html/HTMLHeadingElement.h',
2448 'html/HTMLHtmlElement.cpp', 2448 'html/HTMLHtmlElement.cpp',
2449 'html/HTMLHtmlElement.h', 2449 'html/HTMLHtmlElement.h',
2450 'html/HTMLIFrameElement.cpp', 2450 'html/HTMLIFrameElement.cpp',
2451 'html/HTMLImageElement.cpp', 2451 'html/HTMLImageElement.cpp',
2452 'html/HTMLImageElement.h', 2452 'html/HTMLImageElement.h',
2453 'html/HTMLImageFallbackHelper.h',
2454 'html/HTMLImageFallbackHelper.cpp',
2455 'html/HTMLImageLoader.cpp', 2453 'html/HTMLImageLoader.cpp',
2456 'html/HTMLImageLoader.h', 2454 'html/HTMLImageLoader.h',
2457 'html/HTMLInputElement.cpp', 2455 'html/HTMLInputElement.cpp',
2458 'html/HTMLKeygenElement.cpp', 2456 'html/HTMLKeygenElement.cpp',
2459 'html/HTMLKeygenElement.h', 2457 'html/HTMLKeygenElement.h',
2460 'html/HTMLLIElement.cpp', 2458 'html/HTMLLIElement.cpp',
2461 'html/HTMLLIElement.h', 2459 'html/HTMLLIElement.h',
2462 'html/HTMLLabelElement.cpp', 2460 'html/HTMLLabelElement.cpp',
2463 'html/HTMLLabelElement.h', 2461 'html/HTMLLabelElement.h',
2464 'html/HTMLLegendElement.cpp', 2462 'html/HTMLLegendElement.cpp',
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
3581 'rendering/style/OutlineValueTest.cpp', 3579 'rendering/style/OutlineValueTest.cpp',
3582 'rendering/style/RenderStyleTest.cpp', 3580 'rendering/style/RenderStyleTest.cpp',
3583 'testing/PrivateScriptTestTest.cpp', 3581 'testing/PrivateScriptTestTest.cpp',
3584 'streams/ReadableStreamTest.cpp', 3582 'streams/ReadableStreamTest.cpp',
3585 'testing/UnitTestHelpers.cpp', 3583 'testing/UnitTestHelpers.cpp',
3586 'testing/UnitTestHelpers.h', 3584 'testing/UnitTestHelpers.h',
3587 'xml/parser/SharedBufferReaderTest.cpp', 3585 'xml/parser/SharedBufferReaderTest.cpp',
3588 ], 3586 ],
3589 } 3587 }
3590 } 3588 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698