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

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

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move device/common to device/core. Created 6 years, 3 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/shell/app_shell.gyp ('k') | extensions/shell/browser/shell_browser_main_parts.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/omaha_query_params", 6 "+components/omaha_query_params",
7 "+components/pref_registry", 7 "+components/pref_registry",
8 "+components/user_prefs", 8 "+components/user_prefs",
9 "+content/public/browser", 9 "+content/public/browser",
10 10
11 # Pieces of content_shell reused in app_shell. 11 # Pieces of content_shell reused in app_shell.
12 "+content/shell/browser/shell_browser_context.h", 12 "+content/shell/browser/shell_browser_context.h",
13 "+content/shell/browser/shell_devtools_delegate.h", 13 "+content/shell/browser/shell_devtools_delegate.h",
14 "+content/shell/browser/shell_net_log.h", 14 "+content/shell/browser/shell_net_log.h",
15 15
16 # For device backend support. 16 # For device backend support.
17 "+components/usb_service",
18 "+device/core",
17 "+device/hid", 19 "+device/hid",
18 20
19 # Only used in API tests that should be moved to extensions/browser/api/... 21 # Only used in API tests that should be moved to extensions/browser/api/...
20 "+net", 22 "+net",
21 23
22 "+ppapi", 24 "+ppapi",
23 "+sync/api", 25 "+sync/api",
24 26
25 # Disallow views to keep the binary size down. 27 # Disallow views to keep the binary size down.
26 "-ui/views", 28 "-ui/views",
27 29
28 "+third_party/cros_system_api", 30 "+third_party/cros_system_api",
29 31
30 "-webkit", 32 "-webkit",
31 "+webkit/browser/quota", 33 "+webkit/browser/quota",
32 ] 34 ]
OLDNEW
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | extensions/shell/browser/shell_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698