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

Side by Side Diff: android_webview/native/DEPS

Issue 2472093003: [DevTools]: Expose V8 version in /json/version (Closed)
Patch Set: Android browser added Created 4 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
« no previous file with comments | « no previous file | android_webview/native/aw_devtools_server.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/browser", 2 "+content/public/browser",
3 "+content/public/test", 3 "+content/public/test",
4 "+media/base/android", 4 "+media/base/android",
5 "+storage/browser/quota", 5 "+storage/browser/quota",
6 "+storage/common/quota", 6 "+storage/common/quota",
7 "+ui/gfx", 7 "+ui/gfx",
8 "+ui/shell_dialogs", 8 "+ui/shell_dialogs",
9 "+ui/touch_selection/touch_handle.h", 9 "+ui/touch_selection/touch_handle.h",
10 10
11 # Components that Android WebView depends on. 11 # Components that Android WebView depends on.
12 "+components/autofill/content/browser", 12 "+components/autofill/content/browser",
13 "+components/autofill/core/browser", 13 "+components/autofill/core/browser",
14 "+components/autofill/core/common", 14 "+components/autofill/core/common",
15 "+components/navigation_interception", 15 "+components/navigation_interception",
16 "+components/spellcheck/browser/android", 16 "+components/spellcheck/browser/android",
17 "+components/user_prefs", 17 "+components/user_prefs",
18 "+components/web_contents_delegate_android", 18 "+components/web_contents_delegate_android",
19 19
20 "+printing", 20 "+printing",
21 21
22 # DevTools version info
23 "+v8/include/v8.h",
22 ] 24 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/native/aw_devtools_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698