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

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

Issue 2713673005: client-goodbye
Patch Set: Created 3 years, 10 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 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 "graphics/paint/PaintChunker.cpp", 980 "graphics/paint/PaintChunker.cpp",
981 "graphics/paint/PaintChunker.h", 981 "graphics/paint/PaintChunker.h",
982 "graphics/paint/PaintController.cpp", 982 "graphics/paint/PaintController.cpp",
983 "graphics/paint/PaintController.h", 983 "graphics/paint/PaintController.h",
984 "graphics/paint/PaintFlags.h", 984 "graphics/paint/PaintFlags.h",
985 "graphics/paint/PaintRecord.h", 985 "graphics/paint/PaintRecord.h",
986 "graphics/paint/PaintRecordBuilder.cpp", 986 "graphics/paint/PaintRecordBuilder.cpp",
987 "graphics/paint/PaintRecordBuilder.h", 987 "graphics/paint/PaintRecordBuilder.h",
988 "graphics/paint/PaintRecorder.h", 988 "graphics/paint/PaintRecorder.h",
989 "graphics/paint/PaintShader.h", 989 "graphics/paint/PaintShader.h",
990 "graphics/paint/PaintStash.cpp",
991 "graphics/paint/PaintStash.h",
990 "graphics/paint/PaintSurface.h", 992 "graphics/paint/PaintSurface.h",
991 "graphics/paint/PropertyTreeState.cpp", 993 "graphics/paint/PropertyTreeState.cpp",
992 "graphics/paint/PropertyTreeState.h", 994 "graphics/paint/PropertyTreeState.h",
993 "graphics/paint/RasterInvalidationTracking.cpp", 995 "graphics/paint/RasterInvalidationTracking.cpp",
994 "graphics/paint/RasterInvalidationTracking.h", 996 "graphics/paint/RasterInvalidationTracking.h",
995 "graphics/paint/ScopedPaintChunkProperties.h", 997 "graphics/paint/ScopedPaintChunkProperties.h",
996 "graphics/paint/ScrollDisplayItem.cpp", 998 "graphics/paint/ScrollDisplayItem.cpp",
997 "graphics/paint/ScrollDisplayItem.h", 999 "graphics/paint/ScrollDisplayItem.h",
998 "graphics/paint/ScrollPaintPropertyNode.cpp", 1000 "graphics/paint/ScrollPaintPropertyNode.cpp",
999 "graphics/paint/ScrollPaintPropertyNode.h", 1001 "graphics/paint/ScrollPaintPropertyNode.h",
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
2069 "//third_party/WebKit/Source:config", 2071 "//third_party/WebKit/Source:config",
2070 "//third_party/WebKit/Source:inside_blink", 2072 "//third_party/WebKit/Source:inside_blink",
2071 ] 2073 ]
2072 2074
2073 deps = [ 2075 deps = [
2074 ":test_support", 2076 ":test_support",
2075 "//testing/gmock", 2077 "//testing/gmock",
2076 "//testing/gtest", 2078 "//testing/gtest",
2077 ] 2079 ]
2078 } 2080 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698