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

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: compoent -> source set 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
« no previous file with comments | « chromeos/pairing/host_pairing_controller.cc ('k') | components/components.gyp » ('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 6d5203d3af8f85ce435a5e8c927c46e881d1445f..8ad71a1c37473f960bd222f266ce277fa63ac9d9 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" ]
}
« no previous file with comments | « chromeos/pairing/host_pairing_controller.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698