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

Side by Side Diff: android_webview/native/DEPS

Issue 11823046: Move content/components/web_contents_delegate_android to components/web_contents_delegate_android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS, namespace content->components. Ready for review. Created 7 years, 11 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/browser", 2 "+content/public/browser",
3 "+ui/gfx", 3 "+ui/gfx",
4 "+ui/gl", 4 "+ui/gl",
5 "+components", # For jni registers.
joth 2013/01/10 22:21:53 Hmm dunno what granularity is best, but we should
boliu 2013/01/10 22:35:38 Do you mean moving android_webview_jni_registrar.c
5 6
6 # TODO(joth): Remove if we can move the compositor driver into ../browser/ 7 # TODO(joth): Remove if we can move the compositor driver into ../browser/
7 "+third_party/skia/include", 8 "+third_party/skia/include",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698