summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/extensions/api/messaging/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/extensions/api/messaging/DEPS')
-rw-r--r--chromium/chrome/browser/extensions/api/messaging/DEPS8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/chrome/browser/extensions/api/messaging/DEPS b/chromium/chrome/browser/extensions/api/messaging/DEPS
new file mode 100644
index 00000000000..06590ef7e73
--- /dev/null
+++ b/chromium/chrome/browser/extensions/api/messaging/DEPS
@@ -0,0 +1,8 @@
+specific_include_rules = {
+ "native_message_host_chromeos.cc": [
+ # TODO(erg): This allows us to switch between mus and classic ash/ozone as
+ # targets. It should be removed when support for classic ash is removed;
+ # which means that remoting never touches ozone.
+ "+ui/ozone/public/ozone_platform.h",
+ ]
+}