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

Unified Diff: cc/BUILD.gn

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem 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
« no previous file with comments | « ash/utility/screenshot_controller.cc ('k') | cc/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index e611f47f8c2606affafc37f3d11353a90c2603b6..b397075ec5d7e1fc76d699df2e75a10c5b7a020e 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -518,6 +518,7 @@ cc_component("cc") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+ "//cc/paint",
"//cc/surfaces:surface_id",
"//gpu",
"//gpu/command_buffer/client:gles2_implementation",
@@ -707,6 +708,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",
@@ -911,6 +913,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",
« no previous file with comments | « ash/utility/screenshot_controller.cc ('k') | cc/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698