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

Side by Side Diff: content/browser/android/in_process/DEPS

Issue 1408123005: Android Webview IPC-based sync compositing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc/blink", 2 "+cc/blink",
3 "+content/gpu/in_process_gpu_thread.h",
4 # Required for SynchronousCompositor (in --single-process mode only). 3 # Required for SynchronousCompositor (in --single-process mode only).
5 "+content/public/renderer/android", 4 "+content/public/renderer/android",
6 "+content/renderer", 5 "+content/renderer",
7 # Include joth@chromium.org on the review for any additions to this file. 6 # Include boliu@chromium.org on the review for any additions to this file.
no sievers 2015/10/29 01:37:00 i think you can enforce that through the OWNERS fi
boliu 2015/10/29 04:24:43 Done.
8 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698