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

Side by Side Diff: android_webview/browser/DEPS

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 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/grit", 5 "+android_webview/grit",
6 "+android_webview/native/public", 6 "+android_webview/jni",
7 "+android_webview/public/browser", 7 "+android_webview/public/browser",
8 8
9 "+cc", 9 "+cc",
10 "-cc/blink", 10 "-cc/blink",
11 11
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/browser",
16 "+components/crash/content/browser", 16 "+components/crash/content/browser",
(...skipping 18 matching lines...) Expand all
35 35
36 "+device/geolocation", 36 "+device/geolocation",
37 37
38 # Explicitly disallow using SyncMessageFilter to prevent browser from 38 # Explicitly disallow using SyncMessageFilter to prevent browser from
39 # sending synchronous IPC messages on non-UI threads. 39 # sending synchronous IPC messages on non-UI threads.
40 "-ipc/ipc_sync_message_filter.h", 40 "-ipc/ipc_sync_message_filter.h",
41 41
42 "+media/base/android", 42 "+media/base/android",
43 43
44 "+components/policy/policy_constants.h", 44 "+components/policy/policy_constants.h",
45 "+components/web_contents_delegate_android",
45 46
46 "+printing", 47 "+printing",
47 48
48 "+services/service_manager/public/cpp", 49 "+services/service_manager/public/cpp",
49 50
50 "+storage/browser/quota", 51 "+storage/browser/quota",
52 "+storage/common/quota",
51 53
52 "+ui/gfx", 54 "+ui/gfx",
53 "+ui/gl", 55 "+ui/gl",
56 "+ui/touch_selection/touch_handle.h",
54 57
55 # Temporary until we bundle our own favicon. See 58 # Temporary until we bundle our own favicon. See
56 # AwContentBrowserClient::GetDefaultFavicon 59 # AwContentBrowserClient::GetDefaultFavicon
57 "!ui/resources/grit/ui_resources.h", 60 "!ui/resources/grit/ui_resources.h",
58 61
59 # POD structure required by the find-in-page IPC messages. 62 # POD structure required by the find-in-page IPC messages.
60 "+third_party/WebKit/public/web/WebFindOptions.h", 63 "+third_party/WebKit/public/web/WebFindOptions.h",
61 # Interface required for in-process input event handling. 64 # Interface required for in-process input event handling.
62 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 65 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
63 ] 66 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698