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

Side by Side Diff: android_webview/DEPS

Issue 13902021: Implement clearFormData for WebViewDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make FormDatabase (java side) non static. Created 7 years, 8 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 # Please include joth@ and (joi@ or erikwright@) on the review for any changes 1 # Please include joth@ and (joi@ or erikwright@) on the review for any changes
2 # to DEPS files under android_webview/ 2 # to DEPS files under android_webview/
3 3
4 # Do not add any includes under chrome/ anywhere in android_webview. 4 # Do not add any includes under chrome/ anywhere in android_webview.
5 5
6 include_rules = [ 6 include_rules = [
7 # lib is the top-level target, and must remain a leaf in the dependency tree. 7 # lib is the top-level target, and must remain a leaf in the dependency tree.
8 "-android_webview/lib", 8 "-android_webview/lib",
9 9
10 "!chrome/browser/component", 10 "!chrome/browser/component",
11 "+components/autofill/browser",
11 "+content/public/common", 12 "+content/public/common",
12 "+jni", 13 "+jni",
13 "+net", 14 "+net",
14 "+skia", 15 "+skia",
15 "+third_party/skia/include", 16 "+third_party/skia/include",
16 "+ui/android", 17 "+ui/android",
17 "+ui/base", 18 "+ui/base",
18 "+webkit", 19 "+webkit",
19 ] 20 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698