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

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

Issue 647723002: Remove -webkit-aspect-ratio. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Forgot to remove webkitAspectRatio from virtual/stable. :( Created 6 years, 2 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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'clipboard/DataTransfer.h', 714 'clipboard/DataTransfer.h',
715 'clipboard/DataTransferItem.cpp', 715 'clipboard/DataTransferItem.cpp',
716 'clipboard/DataTransferItem.h', 716 'clipboard/DataTransferItem.h',
717 'clipboard/DataTransferItemList.cpp', 717 'clipboard/DataTransferItemList.cpp',
718 'clipboard/DataTransferItemList.h', 718 'clipboard/DataTransferItemList.h',
719 'clipboard/Pasteboard.cpp', 719 'clipboard/Pasteboard.cpp',
720 'clipboard/Pasteboard.h', 720 'clipboard/Pasteboard.h',
721 'css/BasicShapeFunctions.cpp', 721 'css/BasicShapeFunctions.cpp',
722 'css/BinaryDataFontFaceSource.cpp', 722 'css/BinaryDataFontFaceSource.cpp',
723 'css/BinaryDataFontFaceSource.h', 723 'css/BinaryDataFontFaceSource.h',
724 'css/CSSAspectRatioValue.cpp',
725 'css/CSSAspectRatioValue.h',
726 'css/CSSBasicShapes.cpp', 724 'css/CSSBasicShapes.cpp',
727 'css/CSSBorderImage.cpp', 725 'css/CSSBorderImage.cpp',
728 'css/CSSBorderImage.h', 726 'css/CSSBorderImage.h',
729 'css/CSSBorderImageSliceValue.cpp', 727 'css/CSSBorderImageSliceValue.cpp',
730 'css/CSSBorderImageSliceValue.h', 728 'css/CSSBorderImageSliceValue.h',
731 'css/CSSCalculationValue.cpp', 729 'css/CSSCalculationValue.cpp',
732 'css/CSSCalculationValue.h', 730 'css/CSSCalculationValue.h',
733 'css/CSSCanvasValue.cpp', 731 'css/CSSCanvasValue.cpp',
734 'css/CSSCanvasValue.h', 732 'css/CSSCanvasValue.h',
735 'css/CSSCharsetRule.cpp', 733 'css/CSSCharsetRule.cpp',
(...skipping 2869 matching lines...) Expand 10 before | Expand all | Expand 10 after
3605 'rendering/shapes/BoxShapeTest.cpp', 3603 'rendering/shapes/BoxShapeTest.cpp',
3606 'rendering/style/OutlineValueTest.cpp', 3604 'rendering/style/OutlineValueTest.cpp',
3607 'testing/PrivateScriptTestTest.cpp', 3605 'testing/PrivateScriptTestTest.cpp',
3608 'streams/ReadableStreamTest.cpp', 3606 'streams/ReadableStreamTest.cpp',
3609 'testing/UnitTestHelpers.cpp', 3607 'testing/UnitTestHelpers.cpp',
3610 'testing/UnitTestHelpers.h', 3608 'testing/UnitTestHelpers.h',
3611 'xml/parser/SharedBufferReaderTest.cpp', 3609 'xml/parser/SharedBufferReaderTest.cpp',
3612 ], 3610 ],
3613 } 3611 }
3614 } 3612 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/css-properties-as-js-properties-expected.txt ('k') | Source/core/css/CSSAspectRatioValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698