summaryrefslogtreecommitdiffstats
path: root/remoting/base
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base')
-rw-r--r--remoting/base/DEPS6
-rw-r--r--remoting/base/decoder_vp8_unittest.cc2
-rw-r--r--remoting/base/encode_decode_unittest.cc1
3 files changed, 6 insertions, 3 deletions
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 {