Index: content/browser/android/in_process/DEPS |
diff --git a/content/browser/android/in_process/DEPS b/content/browser/android/in_process/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e6368af7c0fc17f0dc3acb0f74ab0b06667d9dc8 |
--- /dev/null |
+++ b/content/browser/android/in_process/DEPS |
@@ -0,0 +1,9 @@ |
+include_rules = [ |
+ # Required for SynchronousCompositor (in --single-process mode only). |
+ "+content/public/renderer/android", |
+ "+content/renderer/android", |
+ |
+ # TODO(joth): Move embedder API into content/public/browser |
+ "+content/public/renderer/content_renderer_client.h", |
+ # Include joth@chromium.org on the review for any additions to this file. |
+] |