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

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

Issue 233213003: Extend srcset's syntax to include 'w' descriptors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed nits and modified multiple descriptor layout test Created 6 years, 8 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 3346 matching lines...) Expand 10 before | Expand all | Expand 10 after
3357 'fetch/ImageResourceTest.cpp', 3357 'fetch/ImageResourceTest.cpp',
3358 'fetch/MemoryCacheTest.cpp', 3358 'fetch/MemoryCacheTest.cpp',
3359 'fetch/RawResourceTest.cpp', 3359 'fetch/RawResourceTest.cpp',
3360 'fetch/ResourceFetcherTest.cpp', 3360 'fetch/ResourceFetcherTest.cpp',
3361 'frame/ImageBitmapTest.cpp', 3361 'frame/ImageBitmapTest.cpp',
3362 'html/HTMLDimensionTest.cpp', 3362 'html/HTMLDimensionTest.cpp',
3363 'html/HTMLLinkElementSizesAttributeTest.cpp', 3363 'html/HTMLLinkElementSizesAttributeTest.cpp',
3364 'html/LinkRelAttributeTest.cpp', 3364 'html/LinkRelAttributeTest.cpp',
3365 'html/TimeRangesTest.cpp', 3365 'html/TimeRangesTest.cpp',
3366 'html/parser/HTMLParserThreadTest.cpp', 3366 'html/parser/HTMLParserThreadTest.cpp',
3367 'html/parser/HTMLSrcsetParserTest.cpp',
3367 'html/track/vtt/BufferedLineReaderTest.cpp', 3368 'html/track/vtt/BufferedLineReaderTest.cpp',
3368 'html/track/vtt/VTTScannerTest.cpp', 3369 'html/track/vtt/VTTScannerTest.cpp',
3369 'rendering/RenderOverflowTest.cpp', 3370 'rendering/RenderOverflowTest.cpp',
3370 'rendering/shapes/BoxShapeTest.cpp', 3371 'rendering/shapes/BoxShapeTest.cpp',
3371 'testing/UnitTestHelpers.cpp', 3372 'testing/UnitTestHelpers.cpp',
3372 'testing/UnitTestHelpers.h', 3373 'testing/UnitTestHelpers.h',
3373 'xml/parser/SharedBufferReaderTest.cpp', 3374 'xml/parser/SharedBufferReaderTest.cpp',
3374 ], 3375 ],
3375 } 3376 }
3376 } 3377 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/hidpi/image-srcset-viewport-modifiers-expected.txt ('k') | Source/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698