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

Side by Side Diff: content/browser/DEPS

Issue 1442893002: Move Shell connection to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i2
Patch Set: . Created 5 years, 1 month 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 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/mime_util", 4 "+components/mime_util",
5 "+components/mus/public/interfaces",
5 "+components/scheduler/common", 6 "+components/scheduler/common",
6 "+components/tracing", 7 "+components/tracing",
7 "+components/url_formatter", 8 "+components/url_formatter",
8 9
9 "+content/app/strings/grit", # For generated headers 10 "+content/app/strings/grit", # For generated headers
10 "+content/public/browser", 11 "+content/public/browser",
11 "+device/battery", # For battery status service. 12 "+device/battery", # For battery status service.
12 "+device/vibration", # For Vibration API 13 "+device/vibration", # For Vibration API
13 "+gin/v8_initializer.h", 14 "+gin/v8_initializer.h",
14 "+media/audio", # For audio input for speech input feature. 15 "+media/audio", # For audio input for speech input feature.
15 "+media/base", # For Android JNI registration. 16 "+media/base", # For Android JNI registration.
16 "+media/filters", # For reporting GPU decoding UMA. 17 "+media/filters", # For reporting GPU decoding UMA.
17 "+media/midi", # For Web MIDI API 18 "+media/midi", # For Web MIDI API
18 "+media/mojo", # For mojo media services. 19 "+media/mojo", # For mojo media services.
19 "+media/capture/video", # For Video Device monitoring in Mac. 20 "+media/capture/video", # For Video Device monitoring in Mac.
20 "+mojo", 21 "+mojo",
21 "+sql", 22 "+sql",
22 "+ui/aura_extra", 23 "+ui/aura_extra",
24 "+ui/views/mus",
23 "+ui/webui", 25 "+ui/webui",
24 "+win8/util", 26 "+win8/util",
25 27
26 # In general, //content shouldn't depend on //device. 28 # In general, //content shouldn't depend on //device.
27 # This is the an exception. 29 # This is the an exception.
28 "+device/udev_linux", # For udev utility and wrapper library. 30 "+device/udev_linux", # For udev utility and wrapper library.
29 31
30 # Explicitly disallow using SyncMessageFilter to prevent browser from 32 # Explicitly disallow using SyncMessageFilter to prevent browser from
31 # sending synchronous IPC messages on non-UI threads. 33 # sending synchronous IPC messages on non-UI threads.
32 "-ipc/ipc_sync_message_filter.h", 34 "-ipc/ipc_sync_message_filter.h",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 88 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
87 "+third_party/WebKit/public/web/WebTextDirection.h", 89 "+third_party/WebKit/public/web/WebTextDirection.h",
88 "+third_party/WebKit/public/web/WebTextInputType.h", 90 "+third_party/WebKit/public/web/WebTextInputType.h",
89 "+third_party/WebKit/public/web/WebTreeScopeType.h", 91 "+third_party/WebKit/public/web/WebTreeScopeType.h",
90 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 92 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
91 93
92 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 94 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
93 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 95 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
94 # for more information. 96 # for more information.
95 ] 97 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698