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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2884313002: color: Rename blink::ColorSpace to blink::InterpolationSpace (Closed)
Patch Set: Incorporate review feedback Created 3 years, 7 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 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 "graphics/CanvasColorParams.cpp", 827 "graphics/CanvasColorParams.cpp",
828 "graphics/CanvasColorParams.h", 828 "graphics/CanvasColorParams.h",
829 "graphics/CanvasMetrics.cpp", 829 "graphics/CanvasMetrics.cpp",
830 "graphics/CanvasMetrics.h", 830 "graphics/CanvasMetrics.h",
831 "graphics/CanvasSurfaceLayerBridge.cpp", 831 "graphics/CanvasSurfaceLayerBridge.cpp",
832 "graphics/CanvasSurfaceLayerBridge.h", 832 "graphics/CanvasSurfaceLayerBridge.h",
833 "graphics/Color.cpp", 833 "graphics/Color.cpp",
834 "graphics/Color.h", 834 "graphics/Color.h",
835 "graphics/ColorBehavior.cpp", 835 "graphics/ColorBehavior.cpp",
836 "graphics/ColorBehavior.h", 836 "graphics/ColorBehavior.h",
837 "graphics/ColorSpace.cpp", 837 "graphics/ColorSpaceGamut.cpp",
838 "graphics/ColorSpace.h", 838 "graphics/ColorSpaceGamut.h",
839 "graphics/ColorSpaceProfileData.cpp", 839 "graphics/ColorSpaceProfileData.cpp",
840 "graphics/ColorSpaceProfileData.h", 840 "graphics/ColorSpaceProfileData.h",
841 "graphics/CompositingReasons.cpp", 841 "graphics/CompositingReasons.cpp",
842 "graphics/CompositingReasons.h", 842 "graphics/CompositingReasons.h",
843 "graphics/CompositorElementId.cpp", 843 "graphics/CompositorElementId.cpp",
844 "graphics/CompositorElementId.h", 844 "graphics/CompositorElementId.h",
845 "graphics/CompositorFilterOperations.cpp", 845 "graphics/CompositorFilterOperations.cpp",
846 "graphics/CompositorFilterOperations.h", 846 "graphics/CompositorFilterOperations.h",
847 "graphics/CompositorMutableProperties.h", 847 "graphics/CompositorMutableProperties.h",
848 "graphics/CompositorMutableState.cpp", 848 "graphics/CompositorMutableState.cpp",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 "graphics/ImageObserver.cpp", 906 "graphics/ImageObserver.cpp",
907 "graphics/ImageObserver.h", 907 "graphics/ImageObserver.h",
908 "graphics/ImageOrientation.cpp", 908 "graphics/ImageOrientation.cpp",
909 "graphics/ImageOrientation.h", 909 "graphics/ImageOrientation.h",
910 "graphics/ImagePattern.cpp", 910 "graphics/ImagePattern.cpp",
911 "graphics/ImagePattern.h", 911 "graphics/ImagePattern.h",
912 "graphics/ImageSource.cpp", 912 "graphics/ImageSource.cpp",
913 "graphics/ImageSource.h", 913 "graphics/ImageSource.h",
914 "graphics/InterceptingCanvas.cpp", 914 "graphics/InterceptingCanvas.cpp",
915 "graphics/InterceptingCanvas.h", 915 "graphics/InterceptingCanvas.h",
916 "graphics/InterpolationSpace.cpp",
917 "graphics/InterpolationSpace.h",
916 "graphics/LinkHighlight.h", 918 "graphics/LinkHighlight.h",
917 "graphics/LoggingCanvas.cpp", 919 "graphics/LoggingCanvas.cpp",
918 "graphics/LoggingCanvas.h", 920 "graphics/LoggingCanvas.h",
919 "graphics/MailboxTextureHolder.cpp", 921 "graphics/MailboxTextureHolder.cpp",
920 "graphics/MailboxTextureHolder.h", 922 "graphics/MailboxTextureHolder.h",
921 "graphics/OffscreenCanvasFrameDispatcher.h", 923 "graphics/OffscreenCanvasFrameDispatcher.h",
922 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp", 924 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp",
923 "graphics/OffscreenCanvasFrameDispatcherImpl.h", 925 "graphics/OffscreenCanvasFrameDispatcherImpl.h",
924 "graphics/OffscreenCanvasPlaceholder.cpp", 926 "graphics/OffscreenCanvasPlaceholder.cpp",
925 "graphics/OffscreenCanvasPlaceholder.h", 927 "graphics/OffscreenCanvasPlaceholder.h",
(...skipping 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after
2238 "//third_party/WebKit/Source:config", 2240 "//third_party/WebKit/Source:config",
2239 "//third_party/WebKit/Source:inside_blink", 2241 "//third_party/WebKit/Source:inside_blink",
2240 ] 2242 ]
2241 2243
2242 deps = [ 2244 deps = [
2243 ":test_support", 2245 ":test_support",
2244 "//testing/gmock", 2246 "//testing/gmock",
2245 "//testing/gtest", 2247 "//testing/gtest",
2246 ] 2248 ]
2247 } 2249 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698