diff options
author | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-31 23:39:17 +0000 |
---|---|---|
committer | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-31 23:39:17 +0000 |
commit | 4d3e213b0c7e53d435b332289c93bbfdbe56bc0a (patch) | |
tree | 3c20ea864b4df2bcabc4d4e35cfeb44cb4688201 /remoting/remoting_host.gypi | |
parent | cb40265b0c3db421ff9da434284badee5e2992f0 (diff) | |
download | chromium_src-4d3e213b0c7e53d435b332289c93bbfdbe56bc0a.zip chromium_src-4d3e213b0c7e53d435b332289c93bbfdbe56bc0a.tar.gz chromium_src-4d3e213b0c7e53d435b332289c93bbfdbe56bc0a.tar.bz2 |
Pull the me2me host and prefpane bundle names from branding_chrom*.
BUG=
Review URL: https://codereview.chromium.org/210093006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260706 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r-- | remoting/remoting_host.gypi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi index 75069a3..3782fff 100644 --- a/remoting/remoting_host.gypi +++ b/remoting/remoting_host.gypi @@ -26,7 +26,11 @@ { 'target_name': 'remoting_host', 'type': 'static_library', - 'variables': { 'enable_wexit_time_destructors': 1, }, + 'variables': { + 'enable_wexit_time_destructors': 1, + 'host_bundle_name': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_HOST_BUNDLE_NAME@")', + 'prefpane_bundle_name': '<!(python <(version_py_path) -f <(branding_path) -t "@MAC_PREFPANE_BUNDLE_NAME@")', + }, 'dependencies': [ 'remoting_base', 'remoting_protocol', @@ -39,6 +43,8 @@ '../ui/events/events.gyp:dom4_keycode_converter', ], 'defines': [ + 'HOST_BUNDLE_NAME="<(host_bundle_name)"', + 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', 'VERSION=<(version_full)', ], 'sources': [ |