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

Unified Diff: components/version_info/BUILD.gn

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: components/version_info/BUILD.gn
diff --git a/components/version_info/BUILD.gn b/components/version_info/BUILD.gn
index 0c228dfec6af400525c9feff03b1c26b3939762e..57245fb1261d46f24fb5867e4b6800593f205251 100644
--- a/components/version_info/BUILD.gn
+++ b/components/version_info/BUILD.gn
@@ -37,7 +37,9 @@ process_version("generate_version_info") {
# to the version.py script, so it cannot be added to the sources variable
# and instead need to be managed manually.
- inputs += [ ios_extra_version_path ]
+ inputs = [
+ ios_extra_version_path,
+ ]
extra_args = [
"-f",
rebase_path(ios_extra_version_path, root_build_dir),
« components/favicon/core/BUILD.gn ('K') | « components/signin/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698