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

Unified Diff: components/BUILD.gn

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased to ToT 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
« no previous file with comments | « chromeos/chromeos.gyp ('k') | components/arc.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index a1ec4d79bba3fb41dc28a7267b045797bb5335b0..742e51574ee881ada78c0cdbe8ca29e57ec09c2f 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -217,6 +217,10 @@ group("all_components") {
"//components/wifi_sync",
]
}
+
+ if (is_chromeos && enable_arc) {
+ deps += [ "//components/arc" ]
+ }
} else {
deps += [
"//components/autofill/ios/browser",
@@ -483,6 +487,9 @@ test("components_unittests") {
if (is_chromeos) {
deps += [ "//components/ownership:unit_tests" ]
}
+ if (is_chromeos && enable_arc) {
+ deps += [ "//components/arc:unit_tests" ]
+ }
# TODO(GYP) need this target.
#'breakpad/app/crash_keys_win_unittest.cc',
« no previous file with comments | « chromeos/chromeos.gyp ('k') | components/arc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698