From 8156dfec0f8ada9d61492b25ae39e4190c5b032d Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Fri, 5 Nov 2010 21:04:34 +0000 Subject: Add DEPS files in remoting subdirectories. This is to avoid unwanted dependencies between remoting modules. Also fixed libjingle includes to use full path, and removed some old includes. TEST=checkdeps BUG=None Review URL: http://codereview.chromium.org/4562002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65251 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/base/DEPS | 6 ++++++ remoting/base/decoder_vp8_unittest.cc | 2 -- remoting/base/encode_decode_unittest.cc | 1 - 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 remoting/base/DEPS (limited to 'remoting/base') diff --git a/remoting/base/DEPS b/remoting/base/DEPS new file mode 100644 index 0000000..b375023 --- /dev/null +++ b/remoting/base/DEPS @@ -0,0 +1,6 @@ +include_rules = [ + "+gfx", + "+google/protobuf", + "+net", + "+third_party/zlib", +] diff --git a/remoting/base/decoder_vp8_unittest.cc b/remoting/base/decoder_vp8_unittest.cc index 25ff6ac..4cdb573 100644 --- a/remoting/base/decoder_vp8_unittest.cc +++ b/remoting/base/decoder_vp8_unittest.cc @@ -6,10 +6,8 @@ #include "remoting/base/codec_test.h" #include "remoting/base/decoder_vp8.h" #include "remoting/base/encoder_vp8.h" -#include "remoting/client/mock_objects.h" #include "testing/gtest/include/gtest/gtest.h" - namespace remoting { TEST(DecoderVp8Test, EncodeAndDecode) { diff --git a/remoting/base/encode_decode_unittest.cc b/remoting/base/encode_decode_unittest.cc index f1357fa..4e859a6 100644 --- a/remoting/base/encode_decode_unittest.cc +++ b/remoting/base/encode_decode_unittest.cc @@ -6,7 +6,6 @@ #include "remoting/base/codec_test.h" #include "remoting/base/decoder_row_based.h" #include "remoting/base/encoder_zlib.h" -#include "remoting/client/mock_objects.h" #include "testing/gtest/include/gtest/gtest.h" namespace remoting { -- cgit v1.1