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

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

Issue 363133003: [CSS Grid Layout] Adapting align-self, align-items and justify-self to the last CSS 3 spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 '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 3385 matching lines...) Expand 10 before | Expand all | Expand 10 after
3396 'html/HTMLLinkElementSizesAttributeTest.cpp', 3396 'html/HTMLLinkElementSizesAttributeTest.cpp',
3397 'html/HTMLTextFormControlElementTest.cpp', 3397 'html/HTMLTextFormControlElementTest.cpp',
3398 'html/LinkRelAttributeTest.cpp', 3398 'html/LinkRelAttributeTest.cpp',
3399 'html/TimeRangesTest.cpp', 3399 'html/TimeRangesTest.cpp',
3400 'html/parser/HTMLParserThreadTest.cpp', 3400 'html/parser/HTMLParserThreadTest.cpp',
3401 'html/parser/HTMLSrcsetParserTest.cpp', 3401 'html/parser/HTMLSrcsetParserTest.cpp',
3402 'html/track/vtt/BufferedLineReaderTest.cpp', 3402 'html/track/vtt/BufferedLineReaderTest.cpp',
3403 'html/track/vtt/VTTScannerTest.cpp', 3403 'html/track/vtt/VTTScannerTest.cpp',
3404 'loader/MixedContentCheckerTest.cpp', 3404 'loader/MixedContentCheckerTest.cpp',
3405 'page/NetworkStateNotifierTest.cpp', 3405 'page/NetworkStateNotifierTest.cpp',
3406 'rendering/RenderGridTest.cpp',
3406 'rendering/RenderOverflowTest.cpp', 3407 'rendering/RenderOverflowTest.cpp',
3407 'rendering/RenderTableCellTest.cpp', 3408 'rendering/RenderTableCellTest.cpp',
3408 'rendering/RenderTableRowTest.cpp', 3409 'rendering/RenderTableRowTest.cpp',
3409 'rendering/shapes/BoxShapeTest.cpp', 3410 'rendering/shapes/BoxShapeTest.cpp',
3410 'testing/UnitTestHelpers.cpp', 3411 'testing/UnitTestHelpers.cpp',
3411 'testing/UnitTestHelpers.h', 3412 'testing/UnitTestHelpers.h',
3412 'xml/parser/SharedBufferReaderTest.cpp', 3413 'xml/parser/SharedBufferReaderTest.cpp',
3413 ], 3414 ],
3414 } 3415 }
3415 } 3416 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698