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

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

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 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/BUILD.gn ('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/devtools_discovery",
4 "+components/devtools_http_handler",
5 "+components/keyed_service", 3 "+components/keyed_service",
6 "+components/nacl/browser", 4 "+components/nacl/browser",
7 "+components/nacl/common", 5 "+components/nacl/common",
8 "+components/pref_registry", 6 "+components/pref_registry",
9 "+components/sync/api", 7 "+components/sync/api",
10 "+components/update_client", 8 "+components/update_client",
11 "+components/user_prefs", 9 "+components/user_prefs",
12 "+components/web_modal", 10 "+components/web_modal",
13 "+content/public/browser", 11 "+content/public/browser",
14 12
(...skipping 25 matching lines...) Expand all
40 "+ui/aura", 38 "+ui/aura",
41 "+ui/chromeos", 39 "+ui/chromeos",
42 "+ui/display", 40 "+ui/display",
43 "+ui/ozone/public", 41 "+ui/ozone/public",
44 "+ui/wm", 42 "+ui/wm",
45 43
46 "+third_party/cros_system_api", 44 "+third_party/cros_system_api",
47 45
48 "-webkit", 46 "-webkit",
49 ] 47 ]
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/browser/shell_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698