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

Side by Side Diff: sync/util/DEPS

Issue 10534080: sync: move internal_api components used by chrome/browser into internal_api/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test 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/test/null_transaction_observer.h ('k') | sync/util/experiments.h » ('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 "+crypto", 2 "+crypto",
3 "+sync/internal_api/public/syncable", 3 "+sync/internal_api/public/syncable",
4 "+sync/internal_api/public/util",
4 "+sync/protocol", 5 "+sync/protocol",
5 "+sync/test/fake_encryptor.h", 6 "+sync/test/fake_encryptor.h",
6 7
7 # TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc 8 # TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc
8 # is gone. 9 # is gone.
9 "+chrome/browser/chromeos/system", 10 "+chrome/browser/chromeos/system",
10 ] 11 ]
OLDNEW
« no previous file with comments | « sync/test/null_transaction_observer.h ('k') | sync/util/experiments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698