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

Unified Diff: remoting/host/installer/chromoting.wxs

Issue 10081026: Chromoting Host installation should take into account both buildtype% and branding%. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/chromoting.wxs
diff --git a/remoting/host/installer/chromoting.wxs b/remoting/host/installer/chromoting.wxs
index 4fc1c89b90fd89988fd636440388bc532b13d5cd..87665864207c9b87e313e739c65ece9f9c626b67 100644
--- a/remoting/host/installer/chromoting.wxs
+++ b/remoting/host/installer/chromoting.wxs
@@ -4,7 +4,7 @@
<?define EventSourceName = "chromoting" ?>
<?define ServiceName = "chromoting" ?>
- <?ifdef OfficialBuild ?>
+ <?if $(var.Branding) ~= Chrome ?>
<?define ChromotingHost = "Chrome Remote Desktop Host" ?>
<?define FirewallName = "Chrome Remote Desktop Host" ?>
<?define Manufacturer = "Google Inc." ?>
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698