diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 01:17:07 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 01:17:07 +0000 |
commit | 2b01b170dcb5ff1e454c7334c23926fa4c058ca2 (patch) | |
tree | 102c3a0a5dd5112274cd490e24e09d96ef578ca4 /chrome/chrome_exe.gypi | |
parent | 8d0f8b3cc25ed2214deb17c02ca6c596c3dd69d7 (diff) | |
download | chromium_src-2b01b170dcb5ff1e454c7334c23926fa4c058ca2.zip chromium_src-2b01b170dcb5ff1e454c7334c23926fa4c058ca2.tar.gz chromium_src-2b01b170dcb5ff1e454c7334c23926fa4c058ca2.tar.bz2 |
Add chrome_nacl_win64 as a dependency of chrome.
I didn't put this behind disable_nacl==0 since there's an empty target in that case.
Review URL: https://codereview.chromium.org/11348249
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 68fb3e6..fd95e83 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -462,6 +462,7 @@ ['OS=="win"', { 'dependencies': [ 'chrome_dll', + 'chrome_nacl_win64', 'chrome_version_resources', 'installer_util', 'image_pre_reader', |