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

Side by Side Diff: content/shell/DEPS

Issue 848613003: bluetooth: Shutdown BluetoothAdapter before DBus on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: unit test Created 5 years, 11 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 "+v8/include", 2 "+v8/include",
3 3
4 # For chromeos build config 4 # For chromeos build config
5 "+chromeos/dbus", 5 "+chromeos/dbus",
6 "+device/bluetooth", # BluetoothAdapterFactory::OnDBusThreadManagerShutdown.
6 7
7 # The content_shell is the canonical sample embedder, so it only uses 8 # The content_shell is the canonical sample embedder, so it only uses
8 # content's public API. 9 # content's public API.
9 "+content/app/strings/grit", # For generated headers 10 "+content/app/strings/grit", # For generated headers
10 "+content/public", 11 "+content/public",
11 12
12 # The content_shell is an embedder so it must work with resource bundles. 13 # The content_shell is an embedder so it must work with resource bundles.
13 "+ui/base/l10n", 14 "+ui/base/l10n",
14 "+ui/base/resource", 15 "+ui/base/resource",
15 16
(...skipping 16 matching lines...) Expand all
32 ], 33 ],
33 "content_browser_tests_android\.cc": [ 34 "content_browser_tests_android\.cc": [
34 "+media/base" 35 "+media/base"
35 ], 36 ],
36 # Test hook. 37 # Test hook.
37 "shell_mojo_test_utils_android\.cc": [ 38 "shell_mojo_test_utils_android\.cc": [
38 "+content/browser/mojo", 39 "+content/browser/mojo",
39 "+content/common/mojo", 40 "+content/common/mojo",
40 ], 41 ],
41 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698