| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+gin/public", |
| 2 "+v8/include", | 3 "+v8/include", |
| 3 | 4 |
| 4 # For chromeos build config | 5 # For chromeos build config |
| 5 "+chromeos/dbus", | 6 "+chromeos/dbus", |
| 6 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. | 7 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. |
| 7 | 8 |
| 8 # The content_shell is the canonical sample embedder, so it only uses | 9 # The content_shell is the canonical sample embedder, so it only uses |
| 9 # content's public API. | 10 # content's public API. |
| 10 "+content/app/strings/grit", # For generated headers | 11 "+content/app/strings/grit", # For generated headers |
| 11 "+content/public", | 12 "+content/public", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 33 ], | 34 ], |
| 34 "content_browser_tests_android\.cc": [ | 35 "content_browser_tests_android\.cc": [ |
| 35 "+media/base" | 36 "+media/base" |
| 36 ], | 37 ], |
| 37 # Test hook. | 38 # Test hook. |
| 38 "shell_mojo_test_utils_android\.cc": [ | 39 "shell_mojo_test_utils_android\.cc": [ |
| 39 "+content/browser/mojo", | 40 "+content/browser/mojo", |
| 40 "+content/common/mojo", | 41 "+content/common/mojo", |
| 41 ], | 42 ], |
| 42 } | 43 } |
| OLD | NEW |