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

Unified Diff: components/BUILD.gn

Issue 675993005: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: remove stub wifi_credential_syncable_service Created 6 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
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 3ba3272710098fbe454b5b748c5d83b212aa4b72..e701f2825c1e2dc3312c9ef8831058b7e8a1d91f 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -107,6 +107,7 @@ group("all_components") {
"//components/web_modal",
"//components/webdata/common",
"//components/wifi",
+ "//components/wifi_sync",
]
if (!is_win && !is_mac) {
@@ -237,6 +238,7 @@ test("components_unittests") {
"//components/ownership:unit_tests",
"//components/proximity_auth:unit_tests",
"//components/variations:unit_tests",
+ "//components/wifi_sync:unit_tests",
]
# TODO(GYP) need this target.

Powered by Google App Engine
This is Rietveld 408576698