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

Side by Side Diff: components/web_contents_delegate_android/DEPS

Issue 2089933002: Context Menu Refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed unnecessary code Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/browser/renderer_host/render_widget_host_view_android.h",
no sievers 2016/06/23 23:16:41 Can we avoid the non-public dependency here someho
amaralp 2016/06/24 00:45:49 I also didn't like the non-public dependency, but
no sievers 2016/06/24 22:17:25 Feel free to add view_android.cc. I was going to d
2 "+content/public/browser", 3 "+content/public/browser",
3 "+content/public/common", 4 "+content/public/common",
4 "+jni", 5 "+jni",
5 "+ui/android/window_android.h", 6 "+ui/android/window_android.h",
6 "+ui/base", 7 "+ui/base",
7 "+ui/gfx", 8 "+ui/gfx",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698