| OLD | NEW |
| 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 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 "+media/mojo/services", | 38 "+media/mojo/services", |
| 39 ] | 39 ] |
| 40 | 40 |
| 41 specific_include_rules = { | 41 specific_include_rules = { |
| 42 "shell_views\.cc": [ | 42 "shell_views\.cc": [ |
| 43 "+ui/wm/test" | 43 "+ui/wm/test" |
| 44 ], | 44 ], |
| 45 "content_browser_tests_android\.cc": [ | 45 "content_browser_tests_android\.cc": [ |
| 46 "+media/base" | 46 "+media/base" |
| 47 ], | 47 ], |
| 48 # Test hook. | |
| 49 "shell_mojo_test_utils_android\.cc": [ | |
| 50 "+content/browser/mojo", | |
| 51 "+content/common/mojo", | |
| 52 ], | |
| 53 } | 48 } |
| OLD | NEW |