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

Unified Diff: ui/views/BUILD.gn

Issue 1461923002: Change name of NativeTheme::instance() to make it clear it's web only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index dd376098cb0618bae2443bafe0594bbe058ec3f3..d38c9b2aad1561704dfe13ac4bd1ab51e464131e 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -34,7 +34,6 @@ component("views") {
"//skia",
"//third_party/icu",
"//ui/accessibility",
- "//ui/native_theme",
"//ui/resources",
"//ui/strings",
"//ui/views/resources",
@@ -52,6 +51,7 @@ component("views") {
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/native_theme",
"//ui/views/resources",
]

Powered by Google App Engine
This is Rietveld 408576698