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

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, 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 | 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/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2357 matching lines...) Expand 10 before | Expand all | Expand 10 after
2368 'html/HTMLHRElement.cpp', 2368 'html/HTMLHRElement.cpp',
2369 'html/HTMLHRElement.h', 2369 'html/HTMLHRElement.h',
2370 'html/HTMLHeadElement.cpp', 2370 'html/HTMLHeadElement.cpp',
2371 'html/HTMLHeadingElement.cpp', 2371 'html/HTMLHeadingElement.cpp',
2372 'html/HTMLHeadingElement.h', 2372 'html/HTMLHeadingElement.h',
2373 'html/HTMLHtmlElement.cpp', 2373 'html/HTMLHtmlElement.cpp',
2374 'html/HTMLHtmlElement.h', 2374 'html/HTMLHtmlElement.h',
2375 'html/HTMLIFrameElement.cpp', 2375 'html/HTMLIFrameElement.cpp',
2376 'html/HTMLImageElement.cpp', 2376 'html/HTMLImageElement.cpp',
2377 'html/HTMLImageElement.h', 2377 'html/HTMLImageElement.h',
2378 'html/HTMLImageFallbackHelper.h',
2378 'html/HTMLImageLoader.cpp', 2379 'html/HTMLImageLoader.cpp',
2379 'html/HTMLImageLoader.h', 2380 'html/HTMLImageLoader.h',
2380 'html/HTMLInputElement.cpp', 2381 'html/HTMLInputElement.cpp',
2381 'html/HTMLKeygenElement.cpp', 2382 'html/HTMLKeygenElement.cpp',
2382 'html/HTMLKeygenElement.h', 2383 'html/HTMLKeygenElement.h',
2383 'html/HTMLLIElement.cpp', 2384 'html/HTMLLIElement.cpp',
2384 'html/HTMLLIElement.h', 2385 'html/HTMLLIElement.h',
2385 'html/HTMLLabelElement.cpp', 2386 'html/HTMLLabelElement.cpp',
2386 'html/HTMLLabelElement.h', 2387 'html/HTMLLabelElement.h',
2387 'html/HTMLLegendElement.cpp', 2388 'html/HTMLLegendElement.cpp',
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
3501 'rendering/shapes/BoxShapeTest.cpp', 3502 'rendering/shapes/BoxShapeTest.cpp',
3502 'rendering/style/OutlineValueTest.cpp', 3503 'rendering/style/OutlineValueTest.cpp',
3503 'testing/PrivateScriptTestTest.cpp', 3504 'testing/PrivateScriptTestTest.cpp',
3504 'streams/ReadableStreamTest.cpp', 3505 'streams/ReadableStreamTest.cpp',
3505 'testing/UnitTestHelpers.cpp', 3506 'testing/UnitTestHelpers.cpp',
3506 'testing/UnitTestHelpers.h', 3507 'testing/UnitTestHelpers.h',
3507 'xml/parser/SharedBufferReaderTest.cpp', 3508 'xml/parser/SharedBufferReaderTest.cpp',
3508 ], 3509 ],
3509 } 3510 }
3510 } 3511 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698