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

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

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
« no previous file with comments | « extensions/browser/null_app_sorting.cc ('k') | ios/chrome/browser/BUILD.gn » ('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/devtools_discovery", 3 "+components/devtools_discovery",
4 "+components/devtools_http_handler", 4 "+components/devtools_http_handler",
5 "+components/keyed_service", 5 "+components/keyed_service",
6 "+components/nacl/browser", 6 "+components/nacl/browser",
7 "+components/nacl/common", 7 "+components/nacl/common",
8 "+components/pref_registry", 8 "+components/pref_registry",
9 "+components/sync/api",
9 "+components/update_client", 10 "+components/update_client",
10 "+components/user_prefs", 11 "+components/user_prefs",
11 "+components/web_modal", 12 "+components/web_modal",
12 "+content/public/browser", 13 "+content/public/browser",
13 14
14 # Pieces of content_shell reused in app_shell. 15 # Pieces of content_shell reused in app_shell.
15 # TODO(jamescook): Eliminate these. http://crbug.com/438283 16 # TODO(jamescook): Eliminate these. http://crbug.com/438283
16 "+content/shell/browser/shell_application_mac.h", 17 "+content/shell/browser/shell_application_mac.h",
17 "+content/shell/browser/shell_browser_context.h", 18 "+content/shell/browser/shell_browser_context.h",
18 "+content/shell/browser/shell_devtools_manager_delegate.h", 19 "+content/shell/browser/shell_devtools_manager_delegate.h",
19 "+content/shell/browser/shell_url_request_context_getter.h", 20 "+content/shell/browser/shell_url_request_context_getter.h",
20 21
21 # For device backend support. 22 # For device backend support.
22 "+device/bluetooth", 23 "+device/bluetooth",
23 "+device/core", 24 "+device/core",
24 "+device/hid", 25 "+device/hid",
25 "+device/usb", 26 "+device/usb",
26 27
27 "+gin", 28 "+gin",
28 29
29 "+google_apis/gaia", 30 "+google_apis/gaia",
30 31
31 "+net", 32 "+net",
32 33
33 "+ppapi", 34 "+ppapi",
34 "+storage/browser/quota", 35 "+storage/browser/quota",
35 "+sync/api",
36 "+third_party/skia/include", 36 "+third_party/skia/include",
37 37
38 # Additional UI dependencies for app_shell. Note that no particular UI toolkit 38 # Additional UI dependencies for app_shell. Note that no particular UI toolkit
39 # is supported; only Aura and some necessary bits to set up display surfaces. 39 # is supported; only Aura and some necessary bits to set up display surfaces.
40 "+ui/aura", 40 "+ui/aura",
41 "+ui/chromeos", 41 "+ui/chromeos",
42 "+ui/display", 42 "+ui/display",
43 "+ui/ozone/public", 43 "+ui/ozone/public",
44 "+ui/wm", 44 "+ui/wm",
45 45
46 "+third_party/cros_system_api", 46 "+third_party/cros_system_api",
47 47
48 "-webkit", 48 "-webkit",
49 ] 49 ]
OLDNEW
« no previous file with comments | « extensions/browser/null_app_sorting.cc ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698