Chromium Code Reviews| 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", |