Skip to content

Commit

Permalink
Fix errors causing GN fail during processing remoting .gni file.
Browse files Browse the repository at this point in the history
Review URL: https://codereview.chromium.org/797813003

Cr-Commit-Position: refs/heads/master@{#308474}
  • Loading branch information
vchigrin authored and Commit bot committed Dec 16, 2014
1 parent e59a161 commit e74f9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remoting/remoting_version.gni
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ prefpane_bundle_name = exec_script(_version_py_abspath,
_remoting_branding_path,
"-t \"@MAC_PREFPANE_BUNDLE_NAME@\"",
],
"value",
"string",
_script_deps)

host_bundle_name = exec_script(_version_py_abspath,
Expand All @@ -82,5 +82,5 @@ host_bundle_name = exec_script(_version_py_abspath,
_remoting_branding_path,
"-t \"@MAC_HOST_BUNDLE_NAME@\"",
],
"value",
"string",
_script_deps)

0 comments on commit e74f9bf

Please sign in to comment.