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

Unified Diff: chrome/browser/BUILD.gn

Issue 1212163011: Componentize chrome/browser/rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation with gn Created 5 years, 6 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 | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/rlz/chrome_rlz_tracker_delegate_unittest.cc » ('J')
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 f82b78a881e6d20be60fdbb4d1b96f6688af3532..774b8f38656695eca99499cf87180820a4547c83 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -685,7 +685,10 @@ source_set("browser") {
if (enable_rlz) {
sources +=
rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
- deps += [ "//rlz:rlz_lib" ]
+ deps += [
+ "//components/rlz",
+ "//rlz:rlz_lib",
+ ]
}
# TODO(GYP)
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | chrome/browser/rlz/chrome_rlz_tracker_delegate_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698