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

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

Issue 1019483002: Add support to extension_shell and ash_shell to use external V8 snapshot files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac and Win builds Created 5 years, 9 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
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/update_client", 7 "+components/update_client",
8 "+components/user_prefs", 8 "+components/user_prefs",
9 "+components/web_modal", 9 "+components/web_modal",
10 "+content/public/browser", 10 "+content/public/browser",
11 11
12 # Pieces of content_shell reused in app_shell. 12 # Pieces of content_shell reused in app_shell.
13 # TODO(jamescook): Eliminate these. http://crbug.com/438283 13 # TODO(jamescook): Eliminate these. http://crbug.com/438283
14 "+content/shell/browser/shell_application_mac.h", 14 "+content/shell/browser/shell_application_mac.h",
15 "+content/shell/browser/shell_browser_context.h", 15 "+content/shell/browser/shell_browser_context.h",
16 "+content/shell/browser/shell_devtools_manager_delegate.h", 16 "+content/shell/browser/shell_devtools_manager_delegate.h",
17 "+content/shell/browser/shell_url_request_context_getter.h", 17 "+content/shell/browser/shell_url_request_context_getter.h",
18 18
19 # For device backend support. 19 # For device backend support.
20 "+device/core", 20 "+device/core",
21 "+device/hid", 21 "+device/hid",
22 "+device/usb", 22 "+device/usb",
23 23
24 "+gin",
25
24 "+google_apis/gaia", 26 "+google_apis/gaia",
25 27
26 "+net", 28 "+net",
27 29
28 "+ppapi", 30 "+ppapi",
29 "+storage/browser/quota", 31 "+storage/browser/quota",
30 "+sync/api", 32 "+sync/api",
31 "+third_party/skia/include", 33 "+third_party/skia/include",
32 34
33 # Additional UI dependencies for app_shell. Note that no particular UI toolkit 35 # Additional UI dependencies for app_shell. Note that no particular UI toolkit
34 # is supported; only Aura and some necessary bits to set up display surfaces. 36 # is supported; only Aura and some necessary bits to set up display surfaces.
35 "+ui/aura", 37 "+ui/aura",
36 "+ui/chromeos", 38 "+ui/chromeos",
37 "+ui/display", 39 "+ui/display",
38 "+ui/wm", 40 "+ui/wm",
39 41
40 "+third_party/cros_system_api", 42 "+third_party/cros_system_api",
41 43
42 "-webkit", 44 "-webkit",
43 ] 45 ]
OLDNEW
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | extensions/shell/browser/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698