| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/util/process_version.gni") | 6 import("//build/util/process_version.gni") |
| 7 | 7 |
| 8 # The path to the BRANDING file in chrome/app/theme. | 8 # The path to the BRANDING file in chrome/app/theme. |
| 9 branding_file_path = "//chrome/app/theme/$branding_path_component/BRANDING" | 9 branding_file_path = "//chrome/app/theme/$branding_path_component/BRANDING" |
| 10 | 10 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 template_file = _template_file | 56 template_file = _template_file |
| 57 sources = _sources | 57 sources = _sources |
| 58 forward_variables_from(invoker, | 58 forward_variables_from(invoker, |
| 59 "*", | 59 "*", |
| 60 [ | 60 [ |
| 61 "sources", | 61 "sources", |
| 62 "template_file", | 62 "template_file", |
| 63 ]) | 63 ]) |
| 64 } | 64 } |
| 65 } | 65 } |
| OLD | NEW |