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

Side by Side Diff: sync/internal_api/DEPS

Issue 10645004: [Sync] Move HttpBridge to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sync/engine/syncer_proto_util_unittest.cc ('k') | sync/internal_api/http_bridge.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+googleurl", 2 "+googleurl",
3 "+net/base/net_errors.h", 3 "+net",
4 "+net/base/network_change_notifier.h",
5 "+net/http/http_status_code.h",
6 "+sync/engine", 4 "+sync/engine",
7 "+sync/js", 5 "+sync/js",
8 "+sync/notifier", 6 "+sync/notifier",
9 "+sync/protocol", 7 "+sync/protocol",
10 "+sync/sessions", 8 "+sync/sessions",
11 "+sync/syncable", 9 "+sync/syncable",
12 "+sync/test", 10 "+sync/test",
13 "+sync/util", 11 "+sync/util",
14 ] 12 ]
OLDNEW
« no previous file with comments | « sync/engine/syncer_proto_util_unittest.cc ('k') | sync/internal_api/http_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698