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

Unified Diff: components/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 | « build/config/ios/BUILD.gn ('k') | components/sessions/BUILD.gn » ('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 2627e12b5ccb5e16a2e83c83f0cffc6be27df449..7dbcc52db07378e461a797d19ce219607b0529a0 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -30,6 +30,7 @@ group("all_components") {
"//components/google/core/browser",
"//components/search",
"//components/search_engines",
+ "//components/sessions",
"//components/sync_bookmarks",
"//components/undo",
"//components/strings",
@@ -121,7 +122,6 @@ group("all_components") {
"//components/resources:components_resources",
"//components/search_provider_logos",
"//components/security_interstitials/core",
- "//components/sessions",
"//components/signin/core/browser",
"//components/ssl_config",
"//components/startup_metric_utils",
@@ -474,6 +474,8 @@ test("components_unittests") {
"//components/policy/core/common:unit_tests",
]
}
+ } else {
+ deps += [ "//components/sessions:unit_tests" ]
}
if (toolkit_views) {
« no previous file with comments | « build/config/ios/BUILD.gn ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698