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

Side by Side Diff: android_webview/browser/DEPS

Issue 253593002: Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the empty library problem in macos build. Created 6 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
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/public/browser", 5 "+android_webview/public/browser",
6 6
7 "+cc", 7 "+cc",
8 "-cc/surfaces", 8 "-cc/surfaces",
9 9
10 "+components/auto_login_parser", 10 "+components/auto_login_parser",
11 "+components/autofill/content/browser", 11 "+components/autofill/content/browser",
12 "+components/autofill/core/browser", 12 "+components/autofill/core/browser",
13 "+components/autofill/core/common", 13 "+components/autofill/core/common",
14 "+components/cdm/browser",
14 "+components/data_reduction_proxy/browser", 15 "+components/data_reduction_proxy/browser",
15 "+components/navigation_interception", 16 "+components/navigation_interception",
16 "+components/user_prefs", 17 "+components/user_prefs",
17 "+components/visitedlink/browser", 18 "+components/visitedlink/browser",
18 "+components/webdata/common", 19 "+components/webdata/common",
19 20
20 "+content/public/browser", 21 "+content/public/browser",
21 "+content/public/test", 22 "+content/public/test",
22 23
23 "+printing", 24 "+printing",
24 25
25 "+ui/gfx", 26 "+ui/gfx",
26 "+ui/gl", 27 "+ui/gl",
27 28
28 "+webkit/gpu", 29 "+webkit/gpu",
29 30
30 # Temporary until we bundle our own favicon. See 31 # Temporary until we bundle our own favicon. See
31 # AwContentBrowserClient::GetDefaultFavicon 32 # AwContentBrowserClient::GetDefaultFavicon
32 "!grit/ui_resources.h", 33 "!grit/ui_resources.h",
33 34
34 # POD structure required by the find-in-page IPC messages. 35 # POD structure required by the find-in-page IPC messages.
35 "+third_party/WebKit/public/web/WebFindOptions.h", 36 "+third_party/WebKit/public/web/WebFindOptions.h",
36 # Interface required for in-process input event handling. 37 # Interface required for in-process input event handling.
37 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 38 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
38 ] 39 ]
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/aw_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698