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

Unified Diff: components/wifi_sync/BUILD.gn

Issue 1491273003: Revert of Add all components to "gn check". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/version_info/version_info.cc ('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 72ac120899b62cc0950d9305fd831c31a837c38a..034442895505a764e4ede950a14911a4ffb7e689 100644
--- a/components/wifi_sync/BUILD.gn
+++ b/components/wifi_sync/BUILD.gn
@@ -22,21 +22,20 @@
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",
@@ -45,14 +44,4 @@
"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/version_info/version_info.cc ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698