Chromium Code Reviews

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

Issue 7904021: [Sync] Rework SharedValue<T> into Immutable<T> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/sync/api/sync_change_unittest.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 "-chrome", 2 "-chrome",
3 3
4 "+chrome/browser/sync/api", 4 "+chrome/browser/sync/api",
5 "+chrome/browser/sync/protocol", 5 "+chrome/browser/sync/protocol",
6 "+chrome/browser/sync/syncable/model_type.h", 6 "+chrome/browser/sync/syncable/model_type.h",
7 "+chrome/browser/sync/util/immutable.h",
7 ] 8 ]
8 9
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/api/sync_change_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine