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

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

Issue 1692723002: Add Bluez initialize call to startup for app_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments. Created 4 years, 10 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 | « no previous file | extensions/shell/browser/shell_browser_main_parts.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 "+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/update_client", 9 "+components/update_client",
10 "+components/user_prefs", 10 "+components/user_prefs",
11 "+components/web_modal", 11 "+components/web_modal",
12 "+content/public/browser", 12 "+content/public/browser",
13 13
14 # Pieces of content_shell reused in app_shell. 14 # Pieces of content_shell reused in app_shell.
15 # TODO(jamescook): Eliminate these. http://crbug.com/438283 15 # TODO(jamescook): Eliminate these. http://crbug.com/438283
16 "+content/shell/browser/shell_application_mac.h", 16 "+content/shell/browser/shell_application_mac.h",
17 "+content/shell/browser/shell_browser_context.h", 17 "+content/shell/browser/shell_browser_context.h",
18 "+content/shell/browser/shell_devtools_manager_delegate.h", 18 "+content/shell/browser/shell_devtools_manager_delegate.h",
19 "+content/shell/browser/shell_url_request_context_getter.h", 19 "+content/shell/browser/shell_url_request_context_getter.h",
20 20
21 # For device backend support. 21 # For device backend support.
22 "+device/bluetooth",
22 "+device/core", 23 "+device/core",
23 "+device/hid", 24 "+device/hid",
24 "+device/usb", 25 "+device/usb",
25 26
26 "+gin", 27 "+gin",
27 28
28 "+google_apis/gaia", 29 "+google_apis/gaia",
29 30
30 "+net", 31 "+net",
31 32
32 "+ppapi", 33 "+ppapi",
33 "+storage/browser/quota", 34 "+storage/browser/quota",
34 "+sync/api", 35 "+sync/api",
35 "+third_party/skia/include", 36 "+third_party/skia/include",
36 37
37 # 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
38 # 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.
39 "+ui/aura", 40 "+ui/aura",
40 "+ui/chromeos", 41 "+ui/chromeos",
41 "+ui/display", 42 "+ui/display",
42 "+ui/wm", 43 "+ui/wm",
43 44
44 "+third_party/cros_system_api", 45 "+third_party/cros_system_api",
45 46
46 "-webkit", 47 "-webkit",
47 ] 48 ]
OLDNEW
« no previous file with comments | « no previous file | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698