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

Side by Side Diff: build/util/process_version_rc_template.gni

Issue 2945763003: Move process_version_rc_template.gni to build/util (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « build/util/process_version.gni ('k') | chrome/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « build/util/process_version.gni ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698