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

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

Issue 2878573003: Initial skeleton of high-contrast mode. (Closed)
Patch Set: Move to CompositedLayerMapping::DoPaintTask and add unit test Created 3 years, 6 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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 "graphics/GraphicsContextState.h", 885 "graphics/GraphicsContextState.h",
886 "graphics/GraphicsContextStateSaver.h", 886 "graphics/GraphicsContextStateSaver.h",
887 "graphics/GraphicsLayer.cpp", 887 "graphics/GraphicsLayer.cpp",
888 "graphics/GraphicsLayer.h", 888 "graphics/GraphicsLayer.h",
889 "graphics/GraphicsLayerClient.h", 889 "graphics/GraphicsLayerClient.h",
890 "graphics/GraphicsLayerDebugInfo.cpp", 890 "graphics/GraphicsLayerDebugInfo.cpp",
891 "graphics/GraphicsLayerDebugInfo.h", 891 "graphics/GraphicsLayerDebugInfo.h",
892 "graphics/GraphicsTypes.cpp", 892 "graphics/GraphicsTypes.cpp",
893 "graphics/GraphicsTypes.h", 893 "graphics/GraphicsTypes.h",
894 "graphics/GraphicsTypes3D.h", 894 "graphics/GraphicsTypes3D.h",
895 "graphics/HighContrast.h",
895 "graphics/Image.cpp", 896 "graphics/Image.cpp",
896 "graphics/Image.h", 897 "graphics/Image.h",
897 "graphics/ImageAnimationPolicy.h", 898 "graphics/ImageAnimationPolicy.h",
898 "graphics/ImageBuffer.cpp", 899 "graphics/ImageBuffer.cpp",
899 "graphics/ImageBuffer.h", 900 "graphics/ImageBuffer.h",
900 "graphics/ImageBufferClient.h", 901 "graphics/ImageBufferClient.h",
901 "graphics/ImageBufferSurface.cpp", 902 "graphics/ImageBufferSurface.cpp",
902 "graphics/ImageBufferSurface.h", 903 "graphics/ImageBufferSurface.h",
903 "graphics/ImageDecodingStore.cpp", 904 "graphics/ImageDecodingStore.cpp",
904 "graphics/ImageDecodingStore.h", 905 "graphics/ImageDecodingStore.h",
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
2250 "//third_party/WebKit/Source:config", 2251 "//third_party/WebKit/Source:config",
2251 "//third_party/WebKit/Source:inside_blink", 2252 "//third_party/WebKit/Source:inside_blink",
2252 ] 2253 ]
2253 2254
2254 deps = [ 2255 deps = [
2255 ":test_support", 2256 ":test_support",
2256 "//testing/gmock", 2257 "//testing/gmock",
2257 "//testing/gtest", 2258 "//testing/gtest",
2258 ] 2259 ]
2259 } 2260 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698