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

Unified Diff: chrome/browser/BUILD.gn

Issue 1229933005: Revert "Componentize chrome/browser/rlz" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/features.gni ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 43c90b3b0ad3e81a85392e347f29917c4af6c15d..353cc37d5d3b01c2222638626c32c9443ab45755 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -685,7 +685,9 @@ source_set("browser") {
}
if (enable_rlz) {
- deps += [ ":rlz" ]
+ sources +=
+ rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
+ deps += [ "//rlz:rlz_lib" ]
}
# TODO(GYP)
@@ -1195,17 +1197,3 @@ source_set("test_support") {
]
}
}
-
-if (enable_rlz_support) {
- source_set("rlz") {
- sources =
- rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
- deps = [
- "//components/google/core/browser",
- "//components/omnibox/browser",
- "//components/rlz",
- "//components/search_engines",
- "//rlz:rlz_lib",
- ]
- }
-}
« no previous file with comments | « build/config/features.gni ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698