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

Unified Diff: components/BUILD.gn

Issue 387163002: Move Chrome OS pairing interface to chrome/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Leave chromeos/pairing intact for try jobs Created 6 years, 5 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/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index b2a9fdc75b6987cd011f9c1740819126015342c7..54cc499ab700162346a377887ad39177216c0bd9 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -85,6 +85,12 @@ group("all_components") {
]
}
+ if (is_chromeos) {
+ deps += [
+ "//components/pairing",
+ ]
+ }
+
if (!is_ios) {
deps += [ "//components/keyed_service/content" ]
}

Powered by Google App Engine
This is Rietveld 408576698