Commit 640565b4 authored by thakis@chromium.org's avatar thakis@chromium.org

mac: Add pkg-dmg as input to the build_app_dmg action.

That way, the action reruns if pkg-dmg (called from the
build_app_dmg shell script) is touched.

BUG=none
TEST=none


Review URL: http://codereview.chromium.org/10073026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132426 0039d316-1c4b-4281-b951-d872f2087c98
parent fba59d04
...@@ -712,6 +712,7 @@ ...@@ -712,6 +712,7 @@
], ],
'variables': { 'variables': {
'build_app_dmg_script_path': 'tools/build/mac/build_app_dmg', 'build_app_dmg_script_path': 'tools/build/mac/build_app_dmg',
'pkg_dmg_script_path': 'installer/mac/pkg-dmg',
'conditions': [ 'conditions': [
# This duplicates the output path from build_app_dmg. # This duplicates the output path from build_app_dmg.
...@@ -726,6 +727,7 @@ ...@@ -726,6 +727,7 @@
{ {
'inputs': [ 'inputs': [
'<(build_app_dmg_script_path)', '<(build_app_dmg_script_path)',
'<(pkg_dmg_script_path)',
'<(PRODUCT_DIR)/<(mac_product_name).app', '<(PRODUCT_DIR)/<(mac_product_name).app',
], ],
'outputs': [ 'outputs': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment