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

Unified Diff: chrome/chrome.isolate

Issue 99893005: swarming: Support branded mac builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « build/isolate.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index 263a82c2e94a1197c86559caa79c472e10a823b3..49831e7373774243fd7cb90ffcb7a60b14db949a 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -39,11 +39,11 @@
['OS=="mac"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/Chromium.app/Contents/MacOS/Chromium',
+ '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_name)',
],
'isolate_dependency_untracked': [
- '<(PRODUCT_DIR)/Chromium Framework.framework/',
- '<(PRODUCT_DIR)/Chromium.app/',
+ '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
+ '<(PRODUCT_DIR)/<(mac_product_name).app/',
],
},
}],
« no previous file with comments | « build/isolate.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698