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

Side by Side Diff: android_webview/browser/DEPS

Issue 962793005: Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename createSession to createSessionFromNative to avoid bug in FindBugs Created 5 years, 7 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
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/aw_browser_main_parts.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 "-android_webview", 2 "-android_webview",
3 "+android_webview/browser", 3 "+android_webview/browser",
4 "+android_webview/common", 4 "+android_webview/common",
5 "+android_webview/native/public", 5 "+android_webview/native/public",
6 "+android_webview/public/browser", 6 "+android_webview/public/browser",
7 7
8 "+cc", 8 "+cc",
9 "-cc/blink", 9 "-cc/blink",
10 "-cc/surfaces", 10 "-cc/surfaces",
11 11
12 "+components/auto_login_parser", 12 "+components/auto_login_parser",
13 "+components/autofill/content/browser", 13 "+components/autofill/content/browser",
14 "+components/autofill/core/browser", 14 "+components/autofill/core/browser",
15 "+components/autofill/core/common", 15 "+components/autofill/core/common",
16 "+components/cdm/browser", 16 "+components/cdm/browser",
17 "+components/data_reduction_proxy/core/browser", 17 "+components/data_reduction_proxy/core/browser",
18 "+components/navigation_interception", 18 "+components/navigation_interception",
19 "+components/printing/common", 19 "+components/printing/common",
20 "+components/user_prefs", 20 "+components/user_prefs",
21 "+components/visitedlink/browser", 21 "+components/visitedlink/browser",
22 "+components/webdata/common", 22 "+components/webdata/common",
23 23
24 "+content/public/browser", 24 "+content/public/browser",
25 "+content/public/test", 25 "+content/public/test",
26 26
27 "+media/base/android",
28
27 "+printing", 29 "+printing",
28 30
29 "+ui/gfx", 31 "+ui/gfx",
30 "+ui/gl", 32 "+ui/gl",
31 33
32 # Temporary until we bundle our own favicon. See 34 # Temporary until we bundle our own favicon. See
33 # AwContentBrowserClient::GetDefaultFavicon 35 # AwContentBrowserClient::GetDefaultFavicon
34 "!ui/resources/grit/ui_resources.h", 36 "!ui/resources/grit/ui_resources.h",
35 37
36 # POD structure required by the find-in-page IPC messages. 38 # POD structure required by the find-in-page IPC messages.
37 "+third_party/WebKit/public/web/WebFindOptions.h", 39 "+third_party/WebKit/public/web/WebFindOptions.h",
38 # Interface required for in-process input event handling. 40 # Interface required for in-process input event handling.
39 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 41 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
40 ] 42 ]
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/aw_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698