summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 20:26:38 +0000
committerhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-19 20:26:38 +0000
commitfc9023fa5d45af40509a20263142ad7191620e00 (patch)
tree57e7cda3d2a78b68eba260a4d98f221e4c151c79 /chrome/chrome.gyp
parent7541206c7a5160f3489d563b97f1c841c853dc22 (diff)
downloadchromium_src-fc9023fa5d45af40509a20263142ad7191620e00.zip
chromium_src-fc9023fa5d45af40509a20263142ad7191620e00.tar.gz
chromium_src-fc9023fa5d45af40509a20263142ad7191620e00.tar.bz2
Fixing Default User Data Directory for SxS install.
TEST=SxS install can run together with normal install. BUG=35574 Review URL: http://codereview.chromium.org/639002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index dbb2eb9..14e6be9 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -37,6 +37,7 @@
'nacl_win64_dependencies': [
'common_nacl_win64',
'common_constants_win64',
+ 'installer/installer.gyp:installer_util_nacl_win64',
],
'allocator_target': '../base/allocator/allocator.gyp:allocator',
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
@@ -1464,6 +1465,7 @@
'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC',
'dependencies': [
'common_constants',
+ 'installer/installer.gyp:installer_util',
'../base/base.gyp:base',
'../breakpad/breakpad.gyp:breakpad_handler',
'../breakpad/breakpad.gyp:breakpad_sender',