Chromium Code Reviews| Index: build/config/chrome_build.gni |
| diff --git a/build/config/chrome_build.gni b/build/config/chrome_build.gni |
| index c649018a7a0aeb20caeb2bf37c60d57c48630f1b..165a3aea9819f17709b884ad4d0f58781bf569b7 100644 |
| --- a/build/config/chrome_build.gni |
| +++ b/build/config/chrome_build.gni |
| @@ -20,3 +20,6 @@ if (is_chrome_branded) { |
| } else { |
| branding_path_component = "chromium" |
| } |
| + |
| +# The path to the BRANDING file in chrome/app/theme. |
| +branding_file_path = "//chrome/app/theme/$branding_path_component/BRANDING" |
|
brettw
2016/09/13 17:59:15
Can you move this to the chrome process_versoin.gn
|