Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: content/browser/android/in_process/DEPS

Issue 16119003: Move SynchronousCompositor into content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment, check Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/android/in_process/synchronous_compositor_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+]
« no previous file with comments | « no previous file | content/browser/android/in_process/synchronous_compositor_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698