diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-08 23:00:08 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-08 23:00:08 +0000 |
commit | 8f24b10db6cff64ce18943bceac9377e1037a9a2 (patch) | |
tree | 8f25e2874c65343b7a9fa2eeb3432f2e046c2b52 /chrome/chrome_exe.gypi | |
parent | 9f427328e5f5794d29b4b4fbf2439f0ba86daa0e (diff) | |
download | chromium_src-8f24b10db6cff64ce18943bceac9377e1037a9a2.zip chromium_src-8f24b10db6cff64ce18943bceac9377e1037a9a2.tar.gz chromium_src-8f24b10db6cff64ce18943bceac9377e1037a9a2.tar.bz2 |
Remove nacl win64 binary from chrome dependencies, add it to installer dependencies.
This will allow developers who don't have the 64-bit tools installed to build Chrome successfully (without the support for NaCl on Win64), while making sure all the binaries are in place when building the installer. To build Chrome with NaCl support for Win64 developers will have to build both 'chrome' and 'chrome_nacl_win64' targets.
Review URL: http://codereview.chromium.org/671017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index bdcd25f..0eac355 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -464,7 +464,6 @@ }], ['OS=="win"', { 'dependencies': [ - 'chrome_nacl_win64', 'installer/installer.gyp:installer_util', 'installer/installer.gyp:installer_util_strings', '../breakpad/breakpad.gyp:breakpad_handler', |