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

Unified Diff: ui/native_theme/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 | « ui/gfx/skia_util.h ('k') | ui/native_theme/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/BUILD.gn
diff --git a/ui/native_theme/BUILD.gn b/ui/native_theme/BUILD.gn
index b1ee9e48d98e2fa0240c7d1ae4702a77d18ee6f6..174e477e9dcbe7258f083ac792a6c6109a90ba2e 100644
--- a/ui/native_theme/BUILD.gn
+++ b/ui/native_theme/BUILD.gn
@@ -38,6 +38,7 @@ component("native_theme") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+ "//cc/paint",
"//skia",
"//ui/base",
"//ui/display",
@@ -67,6 +68,7 @@ if (is_win) {
deps = [
":native_theme",
"//base",
+ "//cc/paint",
"//ui/base",
"//ui/display",
"//ui/gfx",
@@ -92,7 +94,7 @@ test("native_theme_unittests") {
":native_theme",
"//base/test:run_all_unittests",
"//base/test:test_support",
- "//skia:skia",
+ "//skia",
"//testing/gtest",
"//ui/base",
"//ui/gfx/geometry:geometry",
« no previous file with comments | « ui/gfx/skia_util.h ('k') | ui/native_theme/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698