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

Unified Diff: chrome/version.gni

Issue 1310513006: Adding components to dependencies on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 5 years, 3 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/version.gni
diff --git a/chrome/version.gni b/chrome/version.gni
index 453a8d8abeb79696a6c262d7d4f4cf0ae2b87286..e165d20bdc897c170d189f5a4b587202ce40fc0b 100644
--- a/chrome/version.gni
+++ b/chrome/version.gni
@@ -82,6 +82,9 @@ template("process_version") {
lastchange_path,
branding_path,
]
+ if (defined(invoker.inputs)) {
+ inputs += invoker.inputs
+ }
if (defined(invoker.template_file)) {
inputs += [ invoker.template_file ]
}
« no previous file with comments | « build/config/features.gni ('k') | components/BUILD.gn » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698