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

Unified Diff: components/arc/BUILD.gn

Issue 2877883002: Consolidate two IsArcWindow functions to reduce code duplication (Closed)
Patch Set: Fix BUILD.gn 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
« no previous file with comments | « chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc ('k') | components/arc/DEPS » ('j') | 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 a78e3e625d6ddbc22c237fbd1c46da520f48522e..2599e4a105f05a05b560421c9a5c30212f0a4ae2 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -116,10 +116,12 @@ static_library("arc_base") {
]
deps = [
+ "//ash/shared:app_types",
"//base",
"//chromeos",
"//components/user_manager",
"//mojo/edk/system",
+ "//ui/aura",
sadrul 2017/05/16 18:21:51 I don't really know what the difference is between
Yusuke Sato 2017/05/16 21:57:58 Thanks. Chatted with lhchavez@ and moved them to "
]
public_deps = [
@@ -225,6 +227,7 @@ source_set("unit_tests") {
deps = [
":arc_test_support",
+ "//ash/shared:app_types",
"//base",
"//base/test:test_support",
"//chromeos",
« no previous file with comments | « chrome/browser/memory/tab_manager_delegate_chromeos_unittest.cc ('k') | components/arc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698