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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1417743003: Lots of misc bug fixes to make the GN build of ios work again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert mac_deployment_target change Created 5 years, 2 months 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/sessions/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 50a620eb5f7d4bae85fa552cbd529c47eb0312f7..cbb142847b4a68fc4014064c36254069803962a4 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -231,8 +231,6 @@ source_set("unit_tests") {
"//base:prefs_test_support",
"//base/test:test_support",
"//components/os_crypt",
- "//components/policy",
- "//components/policy:policy_component",
"//components/pref_registry:test_support",
"//components/version_info",
"//net:test_support",
@@ -245,5 +243,9 @@ source_set("unit_tests") {
if (enable_configuration_policy) {
sources += [ "sync_policy_handler_unittest.cc" ]
+ deps += [
+ "//components/policy",
+ "//components/policy:policy_component",
+ ]
}
}
« no previous file with comments | « components/sessions/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698