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

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

Issue 212483003: CSS Transforms: Implement transform-origin (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 6 years, 9 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 '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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'animation/AnimatableImage.cpp', 543 'animation/AnimatableImage.cpp',
544 'animation/AnimatableImage.h', 544 'animation/AnimatableImage.h',
545 'animation/AnimatableLength.cpp', 545 'animation/AnimatableLength.cpp',
546 'animation/AnimatableLength.h', 546 'animation/AnimatableLength.h',
547 'animation/AnimatableLengthBox.cpp', 547 'animation/AnimatableLengthBox.cpp',
548 'animation/AnimatableLengthBox.h', 548 'animation/AnimatableLengthBox.h',
549 'animation/AnimatableLengthBoxAndBool.cpp', 549 'animation/AnimatableLengthBoxAndBool.cpp',
550 'animation/AnimatableLengthBoxAndBool.h', 550 'animation/AnimatableLengthBoxAndBool.h',
551 'animation/AnimatableLengthPoint.cpp', 551 'animation/AnimatableLengthPoint.cpp',
552 'animation/AnimatableLengthPoint.h', 552 'animation/AnimatableLengthPoint.h',
553 'animation/AnimatableLengthPoint3D.cpp',
554 'animation/AnimatableLengthPoint3D.h',
553 'animation/AnimatableLengthSize.cpp', 555 'animation/AnimatableLengthSize.cpp',
554 'animation/AnimatableLengthSize.h', 556 'animation/AnimatableLengthSize.h',
555 'animation/AnimatableNeutral.h', 557 'animation/AnimatableNeutral.h',
556 'animation/AnimatableRepeatable.cpp', 558 'animation/AnimatableRepeatable.cpp',
557 'animation/AnimatableRepeatable.h', 559 'animation/AnimatableRepeatable.h',
558 'animation/AnimatableSVGLength.cpp', 560 'animation/AnimatableSVGLength.cpp',
559 'animation/AnimatableSVGLength.h', 561 'animation/AnimatableSVGLength.h',
560 'animation/AnimatableSVGPaint.cpp', 562 'animation/AnimatableSVGPaint.cpp',
561 'animation/AnimatableSVGPaint.h', 563 'animation/AnimatableSVGPaint.h',
562 'animation/AnimatableShadow.cpp', 564 'animation/AnimatableShadow.cpp',
(...skipping 2758 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 'html/track/vtt/BufferedLineReaderTest.cpp', 3323 'html/track/vtt/BufferedLineReaderTest.cpp',
3322 'html/track/vtt/VTTScannerTest.cpp', 3324 'html/track/vtt/VTTScannerTest.cpp',
3323 'rendering/RenderOverflowTest.cpp', 3325 'rendering/RenderOverflowTest.cpp',
3324 'rendering/shapes/BoxShapeTest.cpp', 3326 'rendering/shapes/BoxShapeTest.cpp',
3325 'testing/UnitTestHelpers.cpp', 3327 'testing/UnitTestHelpers.cpp',
3326 'testing/UnitTestHelpers.h', 3328 'testing/UnitTestHelpers.h',
3327 'xml/parser/SharedBufferReaderTest.cpp', 3329 'xml/parser/SharedBufferReaderTest.cpp',
3328 ], 3330 ],
3329 } 3331 }
3330 } 3332 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698