Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: sync/util/DEPS

Issue 10435007: [Sync] Fix sync_listen_notifications to use a real host resolver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/tools/sync_listen_notifications.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/DEPS
diff --git a/sync/util/DEPS b/sync/util/DEPS
index d72656b5e7b0e8c08a839b53c0c2cd769f3c44c5..f101c9be2cdf0123ce63bbbb947348f1a295b7d8 100644
--- a/sync/util/DEPS
+++ b/sync/util/DEPS
@@ -4,4 +4,8 @@ include_rules = [
"+sync/syncable/model_type.h",
"+sync/syncable/model_type_test_util.h",
"+sync/test/fake_encryptor.h",
+
+ # TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc
+ # is gone.
+ "+chrome/browser/chromeos/system",
]
« no previous file with comments | « sync/tools/sync_listen_notifications.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698