diff options
4 files changed, 9 insertions, 3 deletions
diff --git a/chrome/browser/sync/notifier/DEPS b/chrome/browser/sync/notifier/DEPS new file mode 100644 index 0000000..42e481e --- /dev/null +++ b/chrome/browser/sync/notifier/DEPS @@ -0,0 +1,9 @@ +include_rules = [ + # notifier depends on libjingle. + "+talk/base", + "+talk/xmpp", + "+talk/xmllite", + "+talk/p2p/base", # TODO(ncarter): Determine if this is necessary/proper. + + "+third_party/smartany", +] diff --git a/chrome/browser/sync/notifier/base/string_unittest.cc b/chrome/browser/sync/notifier/base/string_unittest.cc index 954315a..9e89f5a 100644 --- a/chrome/browser/sync/notifier/base/string_unittest.cc +++ b/chrome/browser/sync/notifier/base/string_unittest.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "chrome/browser/sync/notifier/base/string.h" -#include "notifier/testing/notifier/unittest.h" namespace notifier { diff --git a/chrome/browser/sync/notifier/base/time_unittest.cc b/chrome/browser/sync/notifier/base/time_unittest.cc index 0a34b0a..0c440f9 100644 --- a/chrome/browser/sync/notifier/base/time_unittest.cc +++ b/chrome/browser/sync/notifier/base/time_unittest.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "chrome/browser/sync/notifier/base/time.h" -#include "notifier/testing/notifier/unittest.h" namespace notifier { diff --git a/chrome/browser/sync/notifier/communicator/mailbox_unittest.cc b/chrome/browser/sync/notifier/communicator/mailbox_unittest.cc index 1d498d1..a705033 100644 --- a/chrome/browser/sync/notifier/communicator/mailbox_unittest.cc +++ b/chrome/browser/sync/notifier/communicator/mailbox_unittest.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "chrome/browser/sync/notifier/communicator/mailbox.h" -#include "notifier/testing/notifier/unittest.h" namespace notifier { TEST_NOTIFIER_F(MailBoxTest); |