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

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

Issue 7634027: sync: fix checkdeps failures (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | 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
1 include_rules = [ 1 include_rules = [
2 "-chrome", 2 "-chrome",
3 3
4 "+chrome/browser/sync/protocol", 4 "+chrome/browser/sync/protocol",
5 "+chrome/browser/sync/sessions", 5 "+chrome/browser/sync/sessions",
6 "+chrome/browser/sync/syncable", 6 "+chrome/browser/sync/syncable",
7 "+chrome/browser/sync/util", 7 "+chrome/browser/sync/util",
8 8
9 # this file is weird. 9 # this file is weird.
10 "+chrome/browser/sync/engine/syncproto.h", 10 "+chrome/browser/sync/engine/syncproto.h",
11 11
12 # unittests need this for mac osx keychain overriding 12 # unittests need this for mac osx keychain overriding
13 "+chrome/browser/password_manager/encryptor.h", 13 "+chrome/browser/password_manager/encryptor.h",
14 14
15 # ExtensionsActivityMonitor 15 # ExtensionsActivityMonitor
16 "+chrome/browser/extensions", 16 "+chrome/browser/extensions",
17 "+chrome/common/extensions", 17 "+chrome/common/extensions",
18 "+chrome/common/chrome_notification_types.h", 18 "+chrome/common/chrome_notification_types.h",
19 19
20 "+chrome/common/chrome_switches.h",
21 "+chrome/common/net/gaia/gaia_constants.h",
20 "+chrome/common/random.h", 22 "+chrome/common/random.h",
21 ] 23 ]
22 24
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698