diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-31 01:09:44 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-31 01:09:44 +0000 |
commit | a8e0ab9d8e47f6344ef4e28c88b0d76b0eb8aadc (patch) | |
tree | 4e197a13ac440b7dd1fc83d78a389116c0f69fc0 /remoting/remoting.gyp | |
parent | 5e027b2d0c6749b0181fa01156f9080dac10ad95 (diff) | |
download | chromium_src-a8e0ab9d8e47f6344ef4e28c88b0d76b0eb8aadc.zip chromium_src-a8e0ab9d8e47f6344ef4e28c88b0d76b0eb8aadc.tar.gz chromium_src-a8e0ab9d8e47f6344ef4e28c88b0d76b0eb8aadc.tar.bz2 |
Make all the things use cert_test_util.h.
BUG=none
TEST=trybots
Review URL: https://chromiumcodereview.appspot.com/9960002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 379a4ab..2b3cf7e 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -1236,6 +1236,7 @@ '../base/base.gyp:base_i18n', '../base/base.gyp:test_support_base', '../media/media.gyp:media', + '../net/net.gyp:net_test_support', '../ppapi/ppapi.gyp:ppapi_cpp', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', |