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

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

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 years, 7 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/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/network_session_configurator/switches.h",
8 "+components/pref_registry", 9 "+components/pref_registry",
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",
(...skipping 22 matching lines...) Expand all
40 "+ui/aura", 41 "+ui/aura",
41 "+ui/chromeos", 42 "+ui/chromeos",
42 "+ui/display", 43 "+ui/display",
43 "+ui/ozone/public", 44 "+ui/ozone/public",
44 "+ui/wm", 45 "+ui/wm",
45 46
46 "+third_party/cros_system_api", 47 "+third_party/cros_system_api",
47 48
48 "-webkit", 49 "-webkit",
49 ] 50 ]
OLDNEW
« no previous file with comments | « content/shell/browser/shell_url_request_context_getter.cc ('k') | extensions/shell/browser/shell_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698