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

Unified Diff: cc/BUILD.gn

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Re-add ios changes Created 3 years, 11 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/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 3a5f4d8714f780fd8995772065261006799dc6cd..4d677aad3a1dac03bd2134a34bd4b2a4b1b3068a 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -521,6 +521,7 @@ cc_component("cc") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+ "//cc/paint",
"//cc/surfaces:surface_id",
"//gpu",
"//gpu/command_buffer/client:gles2_implementation",
@@ -709,6 +710,7 @@ cc_static_library("test_support") {
"//base",
"//base/test:test_support",
"//base/third_party/dynamic_annotations",
+ "//cc/paint",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//gpu/command_buffer/client:gles2_c_lib",
@@ -912,6 +914,7 @@ cc_test("cc_unittests") {
"//base/test:test_support",
"//cc/ipc",
"//cc/ipc:test_interfaces",
+ "//cc/paint",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//cc/surfaces:surfaces",

Powered by Google App Engine
This is Rietveld 408576698