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

Unified Diff: components/arc/BUILD.gn

Issue 2354633002: Add //chrome/browser/ui to "gn check". (Closed)
Patch Set: cast_shell_android and chromeos_ozone Created 4 years, 3 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 | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 0ecfdb5bd53b36338ff43de3664dc5e57d93d5a9..a99b32925ac86e0bceac64985b0b62893e72acda 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -63,8 +63,12 @@ static_library("arc") {
"user_data/arc_user_data_service.h",
]
- deps = [
+ public_deps = [
":arc_base",
+ ":arc_bindings",
+ ]
+
+ deps = [
"//ash:ash",
"//base",
"//chromeos",
@@ -91,10 +95,6 @@ static_library("arc") {
"//ui/keyboard:keyboard",
"//url:url",
]
-
- public_deps = [
- ":arc_bindings",
- ]
}
static_library("arc_base") {
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698