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

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

Issue 2764633002: cc/paint: Remove cc::PaintSurface. (Closed)
Patch Set: fix for relanding 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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 "graphics/paint/PaintChunker.cpp", 1024 "graphics/paint/PaintChunker.cpp",
1025 "graphics/paint/PaintChunker.h", 1025 "graphics/paint/PaintChunker.h",
1026 "graphics/paint/PaintController.cpp", 1026 "graphics/paint/PaintController.cpp",
1027 "graphics/paint/PaintController.h", 1027 "graphics/paint/PaintController.h",
1028 "graphics/paint/PaintFlags.h", 1028 "graphics/paint/PaintFlags.h",
1029 "graphics/paint/PaintRecord.h", 1029 "graphics/paint/PaintRecord.h",
1030 "graphics/paint/PaintRecordBuilder.cpp", 1030 "graphics/paint/PaintRecordBuilder.cpp",
1031 "graphics/paint/PaintRecordBuilder.h", 1031 "graphics/paint/PaintRecordBuilder.h",
1032 "graphics/paint/PaintRecorder.h", 1032 "graphics/paint/PaintRecorder.h",
1033 "graphics/paint/PaintShader.h", 1033 "graphics/paint/PaintShader.h",
1034 "graphics/paint/PaintSurface.h",
1035 "graphics/paint/PropertyTreeState.cpp", 1034 "graphics/paint/PropertyTreeState.cpp",
1036 "graphics/paint/PropertyTreeState.h", 1035 "graphics/paint/PropertyTreeState.h",
1037 "graphics/paint/RasterInvalidationTracking.cpp", 1036 "graphics/paint/RasterInvalidationTracking.cpp",
1038 "graphics/paint/RasterInvalidationTracking.h", 1037 "graphics/paint/RasterInvalidationTracking.h",
1039 "graphics/paint/ScopedPaintChunkProperties.h", 1038 "graphics/paint/ScopedPaintChunkProperties.h",
1040 "graphics/paint/ScrollDisplayItem.cpp", 1039 "graphics/paint/ScrollDisplayItem.cpp",
1041 "graphics/paint/ScrollDisplayItem.h", 1040 "graphics/paint/ScrollDisplayItem.h",
1042 "graphics/paint/ScrollPaintPropertyNode.cpp", 1041 "graphics/paint/ScrollPaintPropertyNode.cpp",
1043 "graphics/paint/ScrollPaintPropertyNode.h", 1042 "graphics/paint/ScrollPaintPropertyNode.h",
1044 "graphics/paint/SubsequenceDisplayItem.h", 1043 "graphics/paint/SubsequenceDisplayItem.h",
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2146 "//third_party/WebKit/Source:config", 2145 "//third_party/WebKit/Source:config",
2147 "//third_party/WebKit/Source:inside_blink", 2146 "//third_party/WebKit/Source:inside_blink",
2148 ] 2147 ]
2149 2148
2150 deps = [ 2149 deps = [
2151 ":test_support", 2150 ":test_support",
2152 "//testing/gmock", 2151 "//testing/gmock",
2153 "//testing/gtest", 2152 "//testing/gtest",
2154 ] 2153 ]
2155 } 2154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698