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

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

Issue 2823063002: Consolidate canvas color params into a single class (Closed)
Patch Set: Fix compile Created 3 years, 8 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 "graphics/AcceleratedStaticBitmapImage.h", 766 "graphics/AcceleratedStaticBitmapImage.h",
767 "graphics/BitmapImage.cpp", 767 "graphics/BitmapImage.cpp",
768 "graphics/BitmapImage.h", 768 "graphics/BitmapImage.h",
769 "graphics/BitmapImageMetrics.cpp", 769 "graphics/BitmapImageMetrics.cpp",
770 "graphics/BitmapImageMetrics.h", 770 "graphics/BitmapImageMetrics.h",
771 "graphics/BoxReflection.cpp", 771 "graphics/BoxReflection.cpp",
772 "graphics/BoxReflection.h", 772 "graphics/BoxReflection.h",
773 "graphics/Canvas2DImageBufferSurface.h", 773 "graphics/Canvas2DImageBufferSurface.h",
774 "graphics/Canvas2DLayerBridge.cpp", 774 "graphics/Canvas2DLayerBridge.cpp",
775 "graphics/Canvas2DLayerBridge.h", 775 "graphics/Canvas2DLayerBridge.h",
776 "graphics/CanvasColorParams.cpp",
777 "graphics/CanvasColorParams.h",
776 "graphics/CanvasMetrics.cpp", 778 "graphics/CanvasMetrics.cpp",
777 "graphics/CanvasMetrics.h", 779 "graphics/CanvasMetrics.h",
778 "graphics/CanvasSurfaceLayerBridge.cpp", 780 "graphics/CanvasSurfaceLayerBridge.cpp",
779 "graphics/CanvasSurfaceLayerBridge.h", 781 "graphics/CanvasSurfaceLayerBridge.h",
780 "graphics/Color.cpp", 782 "graphics/Color.cpp",
781 "graphics/Color.h", 783 "graphics/Color.h",
782 "graphics/ColorBehavior.cpp", 784 "graphics/ColorBehavior.cpp",
783 "graphics/ColorBehavior.h", 785 "graphics/ColorBehavior.h",
784 "graphics/ColorSpace.cpp", 786 "graphics/ColorSpace.cpp",
785 "graphics/ColorSpace.h", 787 "graphics/ColorSpace.h",
(...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2162 "//third_party/WebKit/Source:config", 2164 "//third_party/WebKit/Source:config",
2163 "//third_party/WebKit/Source:inside_blink", 2165 "//third_party/WebKit/Source:inside_blink",
2164 ] 2166 ]
2165 2167
2166 deps = [ 2168 deps = [
2167 ":test_support", 2169 ":test_support",
2168 "//testing/gmock", 2170 "//testing/gmock",
2169 "//testing/gtest", 2171 "//testing/gtest",
2170 ] 2172 ]
2171 } 2173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698