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

Unified Diff: chrome/common/BUILD.gn

Issue 2714853002: Remove kDistroDict from Preferences. (Closed)
Patch Set: fix compile: RLZ files are compiled outside of RLZ?! Created 3 years, 10 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index a4819a3dca4315dfb9d85e2fb123790670283518..d44ef5c3ab5547669137e3e9d7cd3907cdcef589 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -581,6 +581,7 @@ static_library("constants") {
"//content/public/common:result_codes",
"//extensions/features",
"//printing/features",
+ "//rlz/features",
sky 2017/03/01 03:52:09 Should this be conditional based on rlz being enab
gab 2017/03/01 04:28:02 I don't think so? It's there for rlz/features/feat
sky 2017/03/01 16:37:06 I thought it was the whole rlz. That makes sense,
]
deps = [
":version_header",

Powered by Google App Engine
This is Rietveld 408576698