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

Side by Side Diff: android_webview/browser/DEPS

Issue 2181183004: Revert of Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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 10
(...skipping 11 matching lines...) Expand all
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",
26 "+components/visitedlink/browser", 26 "+components/visitedlink/browser",
27 "+components/webdata/common", 27 "+components/webdata/common",
28 28
29 "+content/public/browser", 29 "+content/public/browser",
30 "+content/public/test", 30 "+content/public/test",
31 31
32 "+device/geolocation",
33
34 # Explicitly disallow using SyncMessageFilter to prevent browser from 32 # Explicitly disallow using SyncMessageFilter to prevent browser from
35 # sending synchronous IPC messages on non-UI threads. 33 # sending synchronous IPC messages on non-UI threads.
36 "-ipc/ipc_sync_message_filter.h", 34 "-ipc/ipc_sync_message_filter.h",
37 35
38 "+media/base/android", 36 "+media/base/android",
39 37
40 "+policy/policy_constants.h", 38 "+policy/policy_constants.h",
41 39
42 "+printing", 40 "+printing",
43 41
44 "+ui/gfx", 42 "+ui/gfx",
45 "+ui/gl", 43 "+ui/gl",
46 44
47 # Temporary until we bundle our own favicon. See 45 # Temporary until we bundle our own favicon. See
48 # AwContentBrowserClient::GetDefaultFavicon 46 # AwContentBrowserClient::GetDefaultFavicon
49 "!ui/resources/grit/ui_resources.h", 47 "!ui/resources/grit/ui_resources.h",
50 48
51 # POD structure required by the find-in-page IPC messages. 49 # POD structure required by the find-in-page IPC messages.
52 "+third_party/WebKit/public/web/WebFindOptions.h", 50 "+third_party/WebKit/public/web/WebFindOptions.h",
53 # Interface required for in-process input event handling. 51 # Interface required for in-process input event handling.
54 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 52 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
55 ] 53 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698