OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |