| 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 16 matching lines...) Expand all Loading... |
| 27 "+components/devtools_discovery", | 27 "+components/devtools_discovery", |
| 28 "+components/devtools_http_handler", | 28 "+components/devtools_http_handler", |
| 29 "+components/test_runner/layout_dump_flags.h", # POD only. | 29 "+components/test_runner/layout_dump_flags.h", # POD only. |
| 30 "+components/url_formatter", | 30 "+components/url_formatter", |
| 31 | 31 |
| 32 # For enabling media related features. | 32 # For enabling media related features. |
| 33 "+media/base/media_switches.h", | 33 "+media/base/media_switches.h", |
| 34 | 34 |
| 35 # For media::RemoveProprietaryMediaTypesAndCodecsForTests. | 35 # For media::RemoveProprietaryMediaTypesAndCodecsForTests. |
| 36 "+media/base/mime_util.h", | 36 "+media/base/mime_util.h", |
| 37 |
| 38 # For enabling mojo media services. |
| 39 "+media/mojo/services", |
| 37 ] | 40 ] |
| 38 | 41 |
| 39 specific_include_rules = { | 42 specific_include_rules = { |
| 40 "shell_views\.cc": [ | 43 "shell_views\.cc": [ |
| 41 "+ui/wm/test" | 44 "+ui/wm/test" |
| 42 ], | 45 ], |
| 43 "content_browser_tests_android\.cc": [ | 46 "content_browser_tests_android\.cc": [ |
| 44 "+media/base" | 47 "+media/base" |
| 45 ], | 48 ], |
| 46 # Test hook. | 49 # Test hook. |
| 47 "shell_mojo_test_utils_android\.cc": [ | 50 "shell_mojo_test_utils_android\.cc": [ |
| 48 "+content/browser/mojo", | 51 "+content/browser/mojo", |
| 49 "+content/common/mojo", | 52 "+content/common/mojo", |
| 50 ], | 53 ], |
| 51 } | 54 } |
| OLD | NEW |