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

Unified Diff: components/wifi_sync/BUILD.gn

Issue 1491743002: Add all components to "gn check". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nacl
Patch Set: more chromeos Created 5 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 | « components/exo/wayland/BUILD.gn ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi_sync/BUILD.gn
diff --git a/components/wifi_sync/BUILD.gn b/components/wifi_sync/BUILD.gn
index 034442895505a764e4ede950a14911a4ffb7e689..72ac120899b62cc0950d9305fd831c31a837c38a 100644
--- a/components/wifi_sync/BUILD.gn
+++ b/components/wifi_sync/BUILD.gn
@@ -22,21 +22,22 @@ source_set("wifi_sync") {
deps = [
"//base",
+ "//base:i18n",
+ "//components/keyed_service/content",
+ "//components/keyed_service/core",
"//components/onc",
+ "//content/public/browser",
"//sync",
]
+
+ if (is_chromeos) {
+ deps += [ "//chromeos" ]
+ }
}
source_set("unit_tests") {
testonly = true
- deps = [
- ":wifi_sync",
- "//sync",
- "//testing/gmock",
- "//testing/gtest",
- ]
-
sources = [
"wifi_config_delegate_chromeos_unittest.cc",
"wifi_credential_syncable_service_unittest.cc",
@@ -44,4 +45,14 @@ source_set("unit_tests") {
"wifi_security_class_chromeos_unittest.cc",
"wifi_security_class_unittest.cc",
]
+
+ deps = [
+ ":wifi_sync",
+ "//base",
+ "//chromeos",
+ "//components/onc",
+ "//sync:test_support_sync_api",
+ "//testing/gmock",
+ "//testing/gtest",
+ ]
}
« no previous file with comments | « components/exo/wayland/BUILD.gn ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698