Commit 85f07ece authored by nick@chromium.org's avatar nick@chromium.org

Fix checkdeps by removing some include paths

and adding a DEPS rule to allow "talk/".

This code is not yet compiled,
but it is still subject to checkdeps.

TEST=ran checkdeps.py
BUG=none

Review URL: http://codereview.chromium.org/201077

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25851 0039d316-1c4b-4281-b951-d872f2087c98
parent 5852edc1
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",
]
......@@ -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 {
......
......@@ -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 {
......
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment