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

Side by Side Diff: android_webview/browser/DEPS

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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 | « BUILD.gn ('k') | android_webview/browser/renderer_host/aw_render_view_host_ext.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 23 matching lines...) Expand all
34 # Explicitly disallow using SyncMessageFilter to prevent browser from 34 # Explicitly disallow using SyncMessageFilter to prevent browser from
35 # sending synchronous IPC messages on non-UI threads. 35 # sending synchronous IPC messages on non-UI threads.
36 "-ipc/ipc_sync_message_filter.h", 36 "-ipc/ipc_sync_message_filter.h",
37 37
38 "+media/base/android", 38 "+media/base/android",
39 39
40 "+components/policy/policy_constants.h", 40 "+components/policy/policy_constants.h",
41 41
42 "+printing", 42 "+printing",
43 43
44 "+services/shell/public/cpp", 44 "+services/service_manager/public/cpp",
45 45
46 "+ui/gfx", 46 "+ui/gfx",
47 "+ui/gl", 47 "+ui/gl",
48 48
49 # Temporary until we bundle our own favicon. See 49 # Temporary until we bundle our own favicon. See
50 # AwContentBrowserClient::GetDefaultFavicon 50 # AwContentBrowserClient::GetDefaultFavicon
51 "!ui/resources/grit/ui_resources.h", 51 "!ui/resources/grit/ui_resources.h",
52 52
53 # POD structure required by the find-in-page IPC messages. 53 # POD structure required by the find-in-page IPC messages.
54 "+third_party/WebKit/public/web/WebFindOptions.h", 54 "+third_party/WebKit/public/web/WebFindOptions.h",
55 # Interface required for in-process input event handling. 55 # Interface required for in-process input event handling.
56 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" 56 "+third_party/WebKit/public/web/WebCompositorInputHandler.h"
57 ] 57 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | android_webview/browser/renderer_host/aw_render_view_host_ext.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698