diff options
author | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 19:35:34 +0000 |
---|---|---|
committer | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 19:35:34 +0000 |
commit | dd59d5c59810495630c5fa5cd7a92eceac24bc9a (patch) | |
tree | d53a487e47137b33b9dd4191e415b582347a23fc /build | |
parent | fab3b4106f1f4c7fc2955cdf46a3cda29ff6fbd9 (diff) | |
download | chromium_src-dd59d5c59810495630c5fa5cd7a92eceac24bc9a.zip chromium_src-dd59d5c59810495630c5fa5cd7a92eceac24bc9a.tar.gz chromium_src-dd59d5c59810495630c5fa5cd7a92eceac24bc9a.tar.bz2 |
add new test targets in chromium_builder_dbg_drmemory_win for DrMemory build
- add gpu_unittests
R=bruening@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/233393005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 028d926..f53cf01 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1068,6 +1068,7 @@ '../media/media.gyp:media_unittests', '../net/net.gyp:net_unittests', '../google_apis/gcm/gcm.gyp:gcm_unit_tests', + '../gpu/gpu.gyp:gpu_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../sql/sql.gyp:sql_unittests', |