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

Side by Side Diff: chrome/browser/sync/glue/DEPS

Issue 1853913002: Clean up and sort chrome/ DEPS entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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
« no previous file with comments | « chrome/browser/sync/DEPS ('k') | chrome/browser/sync/test/DEPS » ('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 "-sync/engine", 2 "-sync/engine",
3 "-sync/sessions", 3 "-sync/sessions",
4 "-sync/syncable", 4 "-sync/syncable",
5
6 "+sync/internal_api/public",
7 "+sync/util", 5 "+sync/util",
8 "+sync/test",
9
10 # TODO(zea): SessionModelAssociator shouldn't need this.
11 # TODO(sync): Also need to fix crbug.com/123674.
12 "+sync/syncable",
13
14 # TODO(tim): This shouldn't be needed.
15 "+sync/util/cryptographer.h"
16
17 ] 6 ]
OLDNEW
« no previous file with comments | « chrome/browser/sync/DEPS ('k') | chrome/browser/sync/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698