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

Unified Diff: chrome/chrome.gyp

Issue 10073026: mac: Add pkg-dmg as input to the build_app_dmg action. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 7a4925388ae70b3d9eefd3b9d41d61bfa149d8b8..707c6a9e689cfe0447389ca30059c55a1e48f05a 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -712,6 +712,7 @@
],
'variables': {
'build_app_dmg_script_path': 'tools/build/mac/build_app_dmg',
+ 'pkg_dmg_script_path': 'installer/mac/pkg-dmg',
'conditions': [
# This duplicates the output path from build_app_dmg.
@@ -726,6 +727,7 @@
{
'inputs': [
'<(build_app_dmg_script_path)',
+ '<(pkg_dmg_script_path)',
'<(PRODUCT_DIR)/<(mac_product_name).app',
],
'outputs': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698