diff options
author | jvoung@google.com <jvoung@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 20:39:16 +0000 |
---|---|---|
committer | jvoung@google.com <jvoung@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 20:39:16 +0000 |
commit | 50eebaba158ff38144f10db66fb0cf9611b44805 (patch) | |
tree | b18ae7c941548e9a418e803344720eafe8d64977 /chrome | |
parent | b0b46f099d789c127f770f0102ee55b14268f289 (diff) | |
download | chromium_src-50eebaba158ff38144f10db66fb0cf9611b44805.zip chromium_src-50eebaba158ff38144f10db66fb0cf9611b44805.tar.gz chromium_src-50eebaba158ff38144f10db66fb0cf9611b44805.tar.bz2 |
Add missing dependency to nacl_sandbox_test. Win64 depends on a different dll.
BUG=50121
Review URL: http://codereview.chromium.org/5017002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 46762ff..dbebb62 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -828,6 +828,7 @@ 'chrome_nacl_win64', 'crash_service', # run time dependency 'nacl_security_tests', # run time dependency + 'nacl_security_tests64', # run time dependency 'test_support_common', '../google_update/google_update.gyp:google_update', '../views/views.gyp:views', |