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

Side by Side Diff: content/shell/DEPS

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 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 | « content/shell/BUILD.gn ('k') | content/shell/browser/shell_javascript_dialog_manager.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 "+gin/public", 2 "+gin/public",
3 "+gin/v8_initializer.h", 3 "+gin/v8_initializer.h",
4 "+v8/include", 4 "+v8/include",
5 5
6 # For chromeos build config 6 # For chromeos build config
7 "+chromeos/dbus", 7 "+chromeos/dbus",
8 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. 8 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown.
9 9
10 # The content_shell is the canonical sample embedder, so it only uses 10 # The content_shell is the canonical sample embedder, so it only uses
11 # content's public API. 11 # content's public API.
12 "+content/app/strings/grit", # For generated headers 12 "+content/app/strings/grit", # For generated headers
13 "+content/public", 13 "+content/public",
14 14
15 # The content_shell is an embedder so it must work with resource bundles. 15 # The content_shell is an embedder so it must work with resource bundles.
16 "+ui/base/l10n", 16 "+ui/base/l10n",
17 "+ui/base/resource", 17 "+ui/base/resource",
18 18
19 # Shell resources 19 # Shell resources
20 "+grit/shell_resources.h", 20 "+grit/shell_resources.h",
21 21
22 # The content_shell for aura must work with the views and aura 22 # The content_shell for aura must work with the views and aura
23 "+ui/aura", 23 "+ui/aura",
24 "+ui/views", 24 "+ui/views",
25 25
26 "+components/crash", 26 "+components/crash",
27 "+components/devtools_discovery", 27 "+components/devtools_discovery",
28 "+components/devtools_http_handler", 28 "+components/devtools_http_handler",
29 "+components/url_formatter",
29 30
30 # For enabling media related features. 31 # For enabling media related features.
31 "+media/base/media_switches.h", 32 "+media/base/media_switches.h",
32 33
33 # For media::RemoveProprietaryMediaTypesAndCodecsForTests. 34 # For media::RemoveProprietaryMediaTypesAndCodecsForTests.
34 "+media/base/mime_util.h", 35 "+media/base/mime_util.h",
35 ] 36 ]
36 37
37 specific_include_rules = { 38 specific_include_rules = {
38 "shell_views\.cc": [ 39 "shell_views\.cc": [
39 "+ui/wm/test" 40 "+ui/wm/test"
40 ], 41 ],
41 "content_browser_tests_android\.cc": [ 42 "content_browser_tests_android\.cc": [
42 "+media/base" 43 "+media/base"
43 ], 44 ],
44 # Test hook. 45 # Test hook.
45 "shell_mojo_test_utils_android\.cc": [ 46 "shell_mojo_test_utils_android\.cc": [
46 "+content/browser/mojo", 47 "+content/browser/mojo",
47 "+content/common/mojo", 48 "+content/common/mojo",
48 ], 49 ],
49 } 50 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/shell_javascript_dialog_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698