Commit e74f9bf8 authored by vchigrin's avatar vchigrin Committed by Commit bot

Fix errors causing GN fail during processing remoting .gni file.

Review URL: https://codereview.chromium.org/797813003

Cr-Commit-Position: refs/heads/master@{#308474}
parent e59a1613
...@@ -73,7 +73,7 @@ prefpane_bundle_name = exec_script(_version_py_abspath, ...@@ -73,7 +73,7 @@ prefpane_bundle_name = exec_script(_version_py_abspath,
_remoting_branding_path, _remoting_branding_path,
"-t \"@MAC_PREFPANE_BUNDLE_NAME@\"", "-t \"@MAC_PREFPANE_BUNDLE_NAME@\"",
], ],
"value", "string",
_script_deps) _script_deps)
host_bundle_name = exec_script(_version_py_abspath, host_bundle_name = exec_script(_version_py_abspath,
...@@ -82,5 +82,5 @@ host_bundle_name = exec_script(_version_py_abspath, ...@@ -82,5 +82,5 @@ host_bundle_name = exec_script(_version_py_abspath,
_remoting_branding_path, _remoting_branding_path,
"-t \"@MAC_HOST_BUNDLE_NAME@\"", "-t \"@MAC_HOST_BUNDLE_NAME@\"",
], ],
"value", "string",
_script_deps) _script_deps)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment