OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+gin/public", | 2 "+gin/public", |
| 3 "+gin/v8_initializer.h", |
3 "+v8/include", | 4 "+v8/include", |
4 | 5 |
5 # For chromeos build config | 6 # For chromeos build config |
6 "+chromeos/dbus", | 7 "+chromeos/dbus", |
7 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. | 8 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. |
8 | 9 |
9 # 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 |
10 # content's public API. | 11 # content's public API. |
11 "+content/app/strings/grit", # For generated headers | 12 "+content/app/strings/grit", # For generated headers |
12 "+content/public", | 13 "+content/public", |
(...skipping 21 matching lines...) Expand all Loading... |
34 ], | 35 ], |
35 "content_browser_tests_android\.cc": [ | 36 "content_browser_tests_android\.cc": [ |
36 "+media/base" | 37 "+media/base" |
37 ], | 38 ], |
38 # Test hook. | 39 # Test hook. |
39 "shell_mojo_test_utils_android\.cc": [ | 40 "shell_mojo_test_utils_android\.cc": [ |
40 "+content/browser/mojo", | 41 "+content/browser/mojo", |
41 "+content/common/mojo", | 42 "+content/common/mojo", |
42 ], | 43 ], |
43 } | 44 } |
OLD | NEW |