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

Side by Side Diff: android_webview/browser/DEPS

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix final nits Created 4 years, 4 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_context.h » ('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 10
(...skipping 22 matching lines...) Expand all
33 # Explicitly disallow using SyncMessageFilter to prevent browser from 33 # Explicitly disallow using SyncMessageFilter to prevent browser from
34 # sending synchronous IPC messages on non-UI threads. 34 # sending synchronous IPC messages on non-UI threads.
35 "-ipc/ipc_sync_message_filter.h", 35 "-ipc/ipc_sync_message_filter.h",
36 36
37 "+media/base/android", 37 "+media/base/android",
38 38
39 "+policy/policy_constants.h", 39 "+policy/policy_constants.h",
40 40
41 "+printing", 41 "+printing",
42 42
43 "+services/shell/public/cpp",
44
43 "+ui/gfx", 45 "+ui/gfx",
44 "+ui/gl", 46 "+ui/gl",
45 47
46 # Temporary until we bundle our own favicon. See 48 # Temporary until we bundle our own favicon. See
47 # AwContentBrowserClient::GetDefaultFavicon 49 # AwContentBrowserClient::GetDefaultFavicon
48 "!ui/resources/grit/ui_resources.h", 50 "!ui/resources/grit/ui_resources.h",
49 51
50 # POD structure required by the find-in-page IPC messages. 52 # POD structure required by the find-in-page IPC messages.
51 "+third_party/WebKit/public/web/WebFindOptions.h", 53 "+third_party/WebKit/public/web/WebFindOptions.h",
52 # Interface required for in-process input event handling. 54 # Interface required for in-process input event handling.
53 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 55 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
54 ] 56 ]
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/aw_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698