summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 20:00:59 +0000
committerrobertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 20:00:59 +0000
commit4ed4ec64a3ac63c865f7ccfeed4abb64e251bd62 (patch)
tree2002d9d64b8ab7979000b59478ce90b522d6f67b
parentc1c79bdf27ecd2424de780fe4869b3750dea601a (diff)
downloadchromium_src-4ed4ec64a3ac63c865f7ccfeed4abb64e251bd62.zip
chromium_src-4ed4ec64a3ac63c865f7ccfeed4abb64e251bd62.tar.gz
chromium_src-4ed4ec64a3ac63c865f7ccfeed4abb64e251bd62.tar.bz2
Correct the output-dir parameter passed to scan_server_dlls.py - it is supposed to point at the build output directory, not the intermediate obj directory.
TBR=slightlyoff, stoyan Review URL: http://codereview.chromium.org/155436 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20515 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/installer/installer.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
index 6992aa0..a741764 100644
--- a/chrome/installer/installer.gyp
+++ b/chrome/installer/installer.gyp
@@ -427,7 +427,7 @@
'action': [
'python',
'<(scan_server_dlls_py)',
- '--output_dir=<(INTERMEDIATE_DIR)',
+ '--output_dir=<(PRODUCT_DIR)',
'--input_file=<(RULE_INPUT_PATH)',
'--header_output_dir=<(INTERMEDIATE_DIR)',
# TODO(sgk): may just use environment variables