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

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

Issue 7634002: sync: more DEPS fun (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo Created 9 years, 4 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 | « chrome/browser/sync/syncable/DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "-chrome",
3
4 "+chrome/browser/sync/protocol",
5 "+chrome/browser/sync/sessions",
6 "+chrome/browser/sync/syncable",
7 "+chrome/browser/sync/util",
8
9 # this file is weird.
10 "+chrome/browser/sync/engine/syncproto.h",
11
12 # unittests need this for mac osx keychain overriding
13 "+chrome/browser/password_manager/encryptor.h",
14
15 # ExtensionsActivityMonitor
16 "+chrome/browser/extensions",
17 "+chrome/common/extensions",
18 "+chrome/common/chrome_notification_types.h",
19
20 "+chrome/common/random.h",
21 ]
22
OLDNEW
« no previous file with comments | « chrome/browser/sync/syncable/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698