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

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

Issue 98663004: Add support for unprefixed CSS Transforms (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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'animation/AnimatableImage.cpp', 546 'animation/AnimatableImage.cpp',
547 'animation/AnimatableImage.h', 547 'animation/AnimatableImage.h',
548 'animation/AnimatableLength.cpp', 548 'animation/AnimatableLength.cpp',
549 'animation/AnimatableLength.h', 549 'animation/AnimatableLength.h',
550 'animation/AnimatableLengthBox.cpp', 550 'animation/AnimatableLengthBox.cpp',
551 'animation/AnimatableLengthBox.h', 551 'animation/AnimatableLengthBox.h',
552 'animation/AnimatableLengthBoxAndBool.cpp', 552 'animation/AnimatableLengthBoxAndBool.cpp',
553 'animation/AnimatableLengthBoxAndBool.h', 553 'animation/AnimatableLengthBoxAndBool.h',
554 'animation/AnimatableLengthPoint.cpp', 554 'animation/AnimatableLengthPoint.cpp',
555 'animation/AnimatableLengthPoint.h', 555 'animation/AnimatableLengthPoint.h',
556 'animation/AnimatableLengthPoint3D.cpp',
557 'animation/AnimatableLengthPoint3D.h',
556 'animation/AnimatableLengthSize.cpp', 558 'animation/AnimatableLengthSize.cpp',
557 'animation/AnimatableLengthSize.h', 559 'animation/AnimatableLengthSize.h',
558 'animation/AnimatableNeutral.h', 560 'animation/AnimatableNeutral.h',
559 'animation/AnimatableRepeatable.cpp', 561 'animation/AnimatableRepeatable.cpp',
560 'animation/AnimatableRepeatable.h', 562 'animation/AnimatableRepeatable.h',
561 'animation/AnimatableSVGLength.cpp', 563 'animation/AnimatableSVGLength.cpp',
562 'animation/AnimatableSVGLength.h', 564 'animation/AnimatableSVGLength.h',
563 'animation/AnimatableSVGPaint.cpp', 565 'animation/AnimatableSVGPaint.cpp',
564 'animation/AnimatableSVGPaint.h', 566 'animation/AnimatableSVGPaint.h',
565 'animation/AnimatableShadow.cpp', 567 'animation/AnimatableShadow.cpp',
(...skipping 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'html/track/vtt/BufferedLineReaderTest.cpp', 3325 'html/track/vtt/BufferedLineReaderTest.cpp',
3324 'html/track/vtt/VTTScannerTest.cpp', 3326 'html/track/vtt/VTTScannerTest.cpp',
3325 'rendering/RenderOverflowTest.cpp', 3327 'rendering/RenderOverflowTest.cpp',
3326 'rendering/shapes/BoxShapeTest.cpp', 3328 'rendering/shapes/BoxShapeTest.cpp',
3327 'testing/UnitTestHelpers.cpp', 3329 'testing/UnitTestHelpers.cpp',
3328 'testing/UnitTestHelpers.h', 3330 'testing/UnitTestHelpers.h',
3329 'xml/parser/SharedBufferReaderTest.cpp', 3331 'xml/parser/SharedBufferReaderTest.cpp',
3330 ], 3332 ],
3331 } 3333 }
3332 } 3334 }
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