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

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

Issue 696123002: 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, 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
« no previous file with comments | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/editing/TextIterator.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after
2488 'html/HTMLHRElement.cpp', 2488 'html/HTMLHRElement.cpp',
2489 'html/HTMLHRElement.h', 2489 'html/HTMLHRElement.h',
2490 'html/HTMLHeadElement.cpp', 2490 'html/HTMLHeadElement.cpp',
2491 'html/HTMLHeadingElement.cpp', 2491 'html/HTMLHeadingElement.cpp',
2492 'html/HTMLHeadingElement.h', 2492 'html/HTMLHeadingElement.h',
2493 'html/HTMLHtmlElement.cpp', 2493 'html/HTMLHtmlElement.cpp',
2494 'html/HTMLHtmlElement.h', 2494 'html/HTMLHtmlElement.h',
2495 'html/HTMLIFrameElement.cpp', 2495 'html/HTMLIFrameElement.cpp',
2496 'html/HTMLImageElement.cpp', 2496 'html/HTMLImageElement.cpp',
2497 'html/HTMLImageElement.h', 2497 'html/HTMLImageElement.h',
2498 'html/HTMLImageFallbackHelper.h',
2499 'html/HTMLImageFallbackHelper.cpp',
2500 'html/HTMLImageLoader.cpp', 2498 'html/HTMLImageLoader.cpp',
2501 'html/HTMLImageLoader.h', 2499 'html/HTMLImageLoader.h',
2502 'html/HTMLInputElement.cpp', 2500 'html/HTMLInputElement.cpp',
2503 'html/HTMLKeygenElement.cpp', 2501 'html/HTMLKeygenElement.cpp',
2504 'html/HTMLKeygenElement.h', 2502 'html/HTMLKeygenElement.h',
2505 'html/HTMLLIElement.cpp', 2503 'html/HTMLLIElement.cpp',
2506 'html/HTMLLIElement.h', 2504 'html/HTMLLIElement.h',
2507 'html/HTMLLabelElement.cpp', 2505 'html/HTMLLabelElement.cpp',
2508 'html/HTMLLabelElement.h', 2506 'html/HTMLLabelElement.h',
2509 'html/HTMLLegendElement.cpp', 2507 'html/HTMLLegendElement.cpp',
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after
3620 'rendering/style/OutlineValueTest.cpp', 3618 'rendering/style/OutlineValueTest.cpp',
3621 'rendering/style/RenderStyleTest.cpp', 3619 'rendering/style/RenderStyleTest.cpp',
3622 'testing/PrivateScriptTestTest.cpp', 3620 'testing/PrivateScriptTestTest.cpp',
3623 'streams/ReadableStreamTest.cpp', 3621 'streams/ReadableStreamTest.cpp',
3624 'testing/UnitTestHelpers.cpp', 3622 'testing/UnitTestHelpers.cpp',
3625 'testing/UnitTestHelpers.h', 3623 'testing/UnitTestHelpers.h',
3626 'xml/parser/SharedBufferReaderTest.cpp', 3624 'xml/parser/SharedBufferReaderTest.cpp',
3627 ], 3625 ],
3628 } 3626 }
3629 } 3627 }
OLDNEW
« no previous file with comments | « Source/core/accessibility/AXRenderObject.cpp ('k') | Source/core/editing/TextIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698