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

Side by Side Diff: android_webview/browser/DEPS

Issue 1907263003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 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 10
11 "+components/auto_login_parser", 11 "+components/auto_login_parser",
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/cdm/browser", 15 "+components/cdm/common",
16 "+components/crash/content/browser", 16 "+components/crash/content/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/policy/core/browser", 19 "+components/policy/core/browser",
20 "+components/policy/core/common", 20 "+components/policy/core/common",
21 "+components/pref_registry", 21 "+components/pref_registry",
22 "+components/printing/browser", 22 "+components/printing/browser",
23 "+components/printing/common", 23 "+components/printing/common",
24 "+components/url_formatter", 24 "+components/url_formatter",
25 "+components/user_prefs", 25 "+components/user_prefs",
(...skipping 18 matching lines...) Expand all
44 44
45 # Temporary until we bundle our own favicon. See 45 # Temporary until we bundle our own favicon. See
46 # AwContentBrowserClient::GetDefaultFavicon 46 # AwContentBrowserClient::GetDefaultFavicon
47 "!ui/resources/grit/ui_resources.h", 47 "!ui/resources/grit/ui_resources.h",
48 48
49 # POD structure required by the find-in-page IPC messages. 49 # POD structure required by the find-in-page IPC messages.
50 "+third_party/WebKit/public/web/WebFindOptions.h", 50 "+third_party/WebKit/public/web/WebFindOptions.h",
51 # Interface required for in-process input event handling. 51 # Interface required for in-process input event handling.
52 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 52 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
53 ] 53 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_media_client_android.h » ('j') | chrome/chrome_browser.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698