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

Unified Diff: remoting/remoting_version.gni

Issue 797813003: Fix errors causing GN fail during processing remoting .gni file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_version.gni
diff --git a/remoting/remoting_version.gni b/remoting/remoting_version.gni
index 8f1bbc075a1f2bd167bb8f7a29d737655427e79b..f8f6276d9e1265e81eae392274a853cd49f16af5 100644
--- a/remoting/remoting_version.gni
+++ b/remoting/remoting_version.gni
@@ -73,7 +73,7 @@ prefpane_bundle_name = exec_script(_version_py_abspath,
_remoting_branding_path,
"-t \"@MAC_PREFPANE_BUNDLE_NAME@\"",
],
- "value",
Slava Chigrin 2014/12/15 19:25:08 Seems, there was a problem handling values, contai
+ "string",
_script_deps)
host_bundle_name = exec_script(_version_py_abspath,
@@ -82,5 +82,5 @@ host_bundle_name = exec_script(_version_py_abspath,
_remoting_branding_path,
"-t \"@MAC_HOST_BUNDLE_NAME@\"",
],
- "value",
+ "string",
_script_deps)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698