summaryrefslogtreecommitdiff
path: root/chromium/content/browser/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/DEPS')
-rw-r--r--chromium/content/browser/DEPS14
1 files changed, 12 insertions, 2 deletions
diff --git a/chromium/content/browser/DEPS b/chromium/content/browser/DEPS
index 401e216fdac..5e33c93e2de 100644
--- a/chromium/content/browser/DEPS
+++ b/chromium/content/browser/DEPS
@@ -1,7 +1,10 @@
include_rules = [
# Allow inclusion of specific components that we depend on. We may only
# depend on components which we share with the mojo html_viewer.
+ "+components/arc",
"+components/mime_util",
+ "+components/mus/public/interfaces",
+ "+components/mus/public",
"+components/scheduler/common",
"+components/tracing",
"+components/url_formatter",
@@ -11,6 +14,7 @@ include_rules = [
"+device/battery", # For battery status service.
"+device/vibration", # For Vibration API
"+gin/v8_initializer.h",
+ "+media/media_features.h",
"+media/audio", # For audio input for speech input feature.
"+media/base", # For Android JNI registration.
"+media/filters", # For reporting GPU decoding UMA.
@@ -20,6 +24,7 @@ include_rules = [
"+mojo",
"+sql",
"+ui/aura_extra",
+ "+ui/views/mus", # http://crbug.com/555767
"+ui/webui",
"+win8/util",
@@ -27,11 +32,14 @@ include_rules = [
# This is the an exception.
"+device/udev_linux", # For udev utility and wrapper library.
+ # Explicitly disallow using SyncMessageFilter to prevent browser from
+ # sending synchronous IPC messages on non-UI threads.
+ "-ipc/ipc_sync_message_filter.h",
+
# Other libraries.
"+third_party/iaccessible2",
"+third_party/isimpledom",
"+third_party/khronos", # For enum definitions only
- "+third_party/power_gadget",
"+third_party/re2",
# Allow non-browser Chrome OS code to be used.
@@ -74,13 +82,15 @@ include_rules = [
"+third_party/WebKit/public/web/WebDragOperation.h",
"+third_party/WebKit/public/web/WebDragStatus.h",
"+third_party/WebKit/public/web/WebFindOptions.h",
+ "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
"+third_party/WebKit/public/web/WebInputEvent.h",
"+third_party/WebKit/public/web/WebMediaPlayerAction.h",
- "+third_party/WebKit/public/web/WebPageSerializerClient.h",
"+third_party/WebKit/public/web/WebPluginAction.h",
"+third_party/WebKit/public/web/WebPopupType.h",
"+third_party/WebKit/public/web/WebSandboxFlags.h",
"+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
+ "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
+ "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
"+third_party/WebKit/public/web/WebTextDirection.h",
"+third_party/WebKit/public/web/WebTextInputType.h",
"+third_party/WebKit/public/web/WebTreeScopeType.h",