diff options
author | robertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 20:00:59 +0000 |
---|---|---|
committer | robertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 20:00:59 +0000 |
commit | 4ed4ec64a3ac63c865f7ccfeed4abb64e251bd62 (patch) | |
tree | 2002d9d64b8ab7979000b59478ce90b522d6f67b | |
parent | c1c79bdf27ecd2424de780fe4869b3750dea601a (diff) | |
download | chromium_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.gyp | 2 |
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 |