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

Side by Side Diff: extensions/shell/browser/DEPS

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 years, 2 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 | « extensions/browser/null_app_sorting.cc ('k') | ios/chrome/browser/sync/glue/sync_start_util.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 "+chromeos", 2 "+chromeos",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/nacl/browser", 4 "+components/nacl/browser",
5 "+components/nacl/common", 5 "+components/nacl/common",
6 "+components/pref_registry", 6 "+components/pref_registry",
7 "+components/sync/api",
8 "+components/update_client", 7 "+components/update_client",
9 "+components/user_prefs", 8 "+components/user_prefs",
10 "+components/web_modal", 9 "+components/web_modal",
11 "+content/public/browser", 10 "+content/public/browser",
12 11
13 # Pieces of content_shell reused in app_shell. 12 # Pieces of content_shell reused in app_shell.
14 # TODO(jamescook): Eliminate these. http://crbug.com/438283 13 # TODO(jamescook): Eliminate these. http://crbug.com/438283
15 "+content/shell/browser/shell_application_mac.h", 14 "+content/shell/browser/shell_application_mac.h",
16 "+content/shell/browser/shell_browser_context.h", 15 "+content/shell/browser/shell_browser_context.h",
17 "+content/shell/browser/shell_devtools_manager_delegate.h", 16 "+content/shell/browser/shell_devtools_manager_delegate.h",
(...skipping 20 matching lines...) Expand all
38 "+ui/aura", 37 "+ui/aura",
39 "+ui/chromeos", 38 "+ui/chromeos",
40 "+ui/display", 39 "+ui/display",
41 "+ui/ozone/public", 40 "+ui/ozone/public",
42 "+ui/wm", 41 "+ui/wm",
43 42
44 "+third_party/cros_system_api", 43 "+third_party/cros_system_api",
45 44
46 "-webkit", 45 "-webkit",
47 ] 46 ]
OLDNEW
« no previous file with comments | « extensions/browser/null_app_sorting.cc ('k') | ios/chrome/browser/sync/glue/sync_start_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698