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

Unified Diff: cc/base/BUILD.gn

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (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 side-by-side diff with in-line comments
Download patch
Index: cc/base/BUILD.gn
diff --git a/cc/base/BUILD.gn b/cc/base/BUILD.gn
index ee72bb2c69104b77405cf1b1b207608a715f1d13..bcf9db0662642b8eb7edbb782848a30c60727d12 100644
--- a/cc/base/BUILD.gn
+++ b/cc/base/BUILD.gn
@@ -4,10 +4,10 @@
import("//cc/cc.gni")
-cc_source_set("base") {
- visibility = [ "//cc" ]
-
+component("base") {
+ output_name = "cc_base"
sources = [
+ "base_export.h",
"completion_event.h",
"container_util.h",
"contiguous_container.cc",
@@ -53,9 +53,9 @@ cc_source_set("base") {
"//base",
"//base/third_party/dynamic_annotations",
"//skia",
- "//ui/gfx",
+ "//ui/gfx:geometry_skia",
"//ui/gfx/geometry",
]
- defines = [ "CC_IMPLEMENTATION=1" ]
+ defines = [ "CC_BASE_IMPLEMENTATION=1" ]
}
« cc/BUILD.gn ('K') | « cc/animation/element_animations.cc ('k') | cc/base/base_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698