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

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: rebase 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('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 ca08f6ee9d95e9805e4cdafc0923b5d1841fb9a6..d6bc5880d344e9151412426e7a27ddd14498432f 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) {
@@ -241,6 +242,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.
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698