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

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

Issue 472753002: Remove unused class CSSArrayFunctionValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pp3
Patch Set: Created 6 years, 4 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'clipboard/DataTransfer.h', 710 'clipboard/DataTransfer.h',
711 'clipboard/DataTransferItem.cpp', 711 'clipboard/DataTransferItem.cpp',
712 'clipboard/DataTransferItem.h', 712 'clipboard/DataTransferItem.h',
713 'clipboard/DataTransferItemList.cpp', 713 'clipboard/DataTransferItemList.cpp',
714 'clipboard/DataTransferItemList.h', 714 'clipboard/DataTransferItemList.h',
715 'clipboard/Pasteboard.cpp', 715 'clipboard/Pasteboard.cpp',
716 'clipboard/Pasteboard.h', 716 'clipboard/Pasteboard.h',
717 'css/BasicShapeFunctions.cpp', 717 'css/BasicShapeFunctions.cpp',
718 'css/BinaryDataFontFaceSource.cpp', 718 'css/BinaryDataFontFaceSource.cpp',
719 'css/BinaryDataFontFaceSource.h', 719 'css/BinaryDataFontFaceSource.h',
720 'css/CSSArrayFunctionValue.cpp',
721 'css/CSSArrayFunctionValue.h',
722 'css/CSSAspectRatioValue.cpp', 720 'css/CSSAspectRatioValue.cpp',
723 'css/CSSAspectRatioValue.h', 721 'css/CSSAspectRatioValue.h',
724 'css/CSSBasicShapes.cpp', 722 'css/CSSBasicShapes.cpp',
725 'css/CSSBorderImage.cpp', 723 'css/CSSBorderImage.cpp',
726 'css/CSSBorderImage.h', 724 'css/CSSBorderImage.h',
727 'css/CSSBorderImageSliceValue.cpp', 725 'css/CSSBorderImageSliceValue.cpp',
728 'css/CSSBorderImageSliceValue.h', 726 'css/CSSBorderImageSliceValue.h',
729 'css/CSSCalculationValue.cpp', 727 'css/CSSCalculationValue.cpp',
730 'css/CSSCalculationValue.h', 728 'css/CSSCalculationValue.h',
731 'css/CSSCanvasValue.cpp', 729 'css/CSSCanvasValue.cpp',
(...skipping 2733 matching lines...) Expand 10 before | Expand all | Expand 10 after
3465 'rendering/shapes/BoxShapeTest.cpp', 3463 'rendering/shapes/BoxShapeTest.cpp',
3466 'rendering/style/OutlineValueTest.cpp', 3464 'rendering/style/OutlineValueTest.cpp',
3467 'testing/PrivateScriptTestTest.cpp', 3465 'testing/PrivateScriptTestTest.cpp',
3468 'streams/ReadableStreamTest.cpp', 3466 'streams/ReadableStreamTest.cpp',
3469 'testing/UnitTestHelpers.cpp', 3467 'testing/UnitTestHelpers.cpp',
3470 'testing/UnitTestHelpers.h', 3468 'testing/UnitTestHelpers.h',
3471 'xml/parser/SharedBufferReaderTest.cpp', 3469 'xml/parser/SharedBufferReaderTest.cpp',
3472 ], 3470 ],
3473 } 3471 }
3474 } 3472 }
OLDNEW
« no previous file with comments | « Source/core/animation/animatable/AnimatableUnknownTest.cpp ('k') | Source/core/css/CSSArrayFunctionValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698