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

Unified Diff: components/BUILD.gn

Issue 709683004: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-1-security-class
Patch Set: fix android_aosp build Created 6 years 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/test/BUILD.gn ('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 ca0a8c265d0536339e93c6d35a0bb8bc683d187d..5e0a01cefbdf7865aeec0f50e1b683239c0fc305 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -110,13 +110,17 @@ group("all_components") {
"//components/webdata/common",
"//components/web_resource",
"//components/wifi",
+ "//components/wifi_sync",
]
if (!is_win && !is_mac) {
deps -= [ "//components/wifi" ]
}
if (!is_chromeos) {
- deps -= [ "//components/pairing" ]
+ deps -= [
+ "//components/pairing",
+ "//components/wifi_sync",
+ ]
}
if (is_ios) {
deps -= [
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698