summaryrefslogtreecommitdiffstats
path: root/sandbox/mac/sandbox_mac.gypi
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-18 10:20:04 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-18 10:20:04 +0000
commitea3e171f4715b84d1fd42bfd954c66ceac5717fc (patch)
treecb36ffe5a2029af9eff231f603a6e47e129177fc /sandbox/mac/sandbox_mac.gypi
parente3da5f90272f3064bb6b440989aba38ea29d35a9 (diff)
downloadchromium_src-ea3e171f4715b84d1fd42bfd954c66ceac5717fc.zip
chromium_src-ea3e171f4715b84d1fd42bfd954c66ceac5717fc.tar.gz
chromium_src-ea3e171f4715b84d1fd42bfd954c66ceac5717fc.tar.bz2
Fix no-op builds, caused by an incorrect output in //sandbox/mac:generate_stubs.
BUG=382931 TEST=Build sandbox twice. The second time it says "no work to do". Review URL: https://codereview.chromium.org/332403005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/mac/sandbox_mac.gypi')
-rw-r--r--sandbox/mac/sandbox_mac.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/mac/sandbox_mac.gypi b/sandbox/mac/sandbox_mac.gypi
index bf9e29d..36d6901 100644
--- a/sandbox/mac/sandbox_mac.gypi
+++ b/sandbox/mac/sandbox_mac.gypi
@@ -54,7 +54,7 @@
],
'outputs': [
'<(INTERMEDIATE_DIR)/<(generate_stubs_output_stem).cc',
- '<(INTERMEDIATE_DIR)/<(generate_stubs_project)/<(generate_stubs_output_stem).h',
+ '<(SHARED_INTERMEDIATE_DIR)/<(generate_stubs_project)/<(generate_stubs_output_stem).h',
],
'action': [
'python',