| include_rules = [ |
| |
| "+components/cached_flags/android", |
| # The util files in content/public/test/android are needed by |
| # content/public/android/javatests. |
| "+content/public/test/android", |
| # ContentShellActivity is needed for running ContentView. |
| "+content/shell/android", |
| # Needed for device APIs implemented as Mojo services in Java. |
| "+device", |
| # Needed for implementing Device Service public component in java. |
| "+services/device/public/java", |
| # Needed for implementing Media Session on Android. |
| "+services/media_session/public", |
| ] |