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

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

Issue 2729243002: Improve performance of GeometryMapper cache. (Closed)
Patch Set: none Created 3 years, 9 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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 "graphics/paint/EffectPaintPropertyNode.h", 965 "graphics/paint/EffectPaintPropertyNode.h",
966 "graphics/paint/FilterDisplayItem.cpp", 966 "graphics/paint/FilterDisplayItem.cpp",
967 "graphics/paint/FilterDisplayItem.h", 967 "graphics/paint/FilterDisplayItem.h",
968 "graphics/paint/FloatClipDisplayItem.cpp", 968 "graphics/paint/FloatClipDisplayItem.cpp",
969 "graphics/paint/FloatClipDisplayItem.h", 969 "graphics/paint/FloatClipDisplayItem.h",
970 "graphics/paint/FloatClipRect.h", 970 "graphics/paint/FloatClipRect.h",
971 "graphics/paint/ForeignLayerDisplayItem.cpp", 971 "graphics/paint/ForeignLayerDisplayItem.cpp",
972 "graphics/paint/ForeignLayerDisplayItem.h", 972 "graphics/paint/ForeignLayerDisplayItem.h",
973 "graphics/paint/GeometryMapper.cpp", 973 "graphics/paint/GeometryMapper.cpp",
974 "graphics/paint/GeometryMapper.h", 974 "graphics/paint/GeometryMapper.h",
975 "graphics/paint/GeometryMapperClipCache.cpp",
976 "graphics/paint/GeometryMapperClipCache.h",
977 "graphics/paint/GeometryMapperTransformCache.cpp",
978 "graphics/paint/GeometryMapperTransformCache.h",
975 "graphics/paint/PaintArtifact.cpp", 979 "graphics/paint/PaintArtifact.cpp",
976 "graphics/paint/PaintArtifact.h", 980 "graphics/paint/PaintArtifact.h",
977 "graphics/paint/PaintCanvas.h", 981 "graphics/paint/PaintCanvas.h",
978 "graphics/paint/PaintChunk.h", 982 "graphics/paint/PaintChunk.h",
979 "graphics/paint/PaintChunkProperties.h", 983 "graphics/paint/PaintChunkProperties.h",
980 "graphics/paint/PaintChunker.cpp", 984 "graphics/paint/PaintChunker.cpp",
981 "graphics/paint/PaintChunker.h", 985 "graphics/paint/PaintChunker.h",
982 "graphics/paint/PaintController.cpp", 986 "graphics/paint/PaintController.cpp",
983 "graphics/paint/PaintController.h", 987 "graphics/paint/PaintController.h",
984 "graphics/paint/PaintFlags.h", 988 "graphics/paint/PaintFlags.h",
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 "//third_party/WebKit/Source:config", 2071 "//third_party/WebKit/Source:config",
2068 "//third_party/WebKit/Source:inside_blink", 2072 "//third_party/WebKit/Source:inside_blink",
2069 ] 2073 ]
2070 2074
2071 deps = [ 2075 deps = [
2072 ":test_support", 2076 ":test_support",
2073 "//testing/gmock", 2077 "//testing/gmock",
2074 "//testing/gtest", 2078 "//testing/gtest",
2075 ] 2079 ]
2076 } 2080 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698