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

Unified Diff: components/arc/BUILD.gn

Issue 2877883002: Consolidate two IsArcWindow functions to reduce code duplication (Closed)
Patch Set: review Created 3 years, 7 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: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index a78e3e625d6ddbc22c237fbd1c46da520f48522e..1fed84123cc47f8b6dcabd2eddcb750fadc01c91 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -116,6 +116,8 @@ static_library("arc_base") {
]
deps = [
+ "//ash:ash",
+ "//ash/shared:app_types",
"//base",
"//chromeos",
"//components/user_manager",
@@ -225,6 +227,8 @@ source_set("unit_tests") {
deps = [
":arc_test_support",
+ "//ash:ash",
+ "//ash/shared:app_types",
"//base",
"//base/test:test_support",
"//chromeos",

Powered by Google App Engine
This is Rietveld 408576698