diff options
Diffstat (limited to 'components/message_port/DEPS')
-rw-r--r-- | components/message_port/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/components/message_port/DEPS b/components/message_port/DEPS new file mode 100644 index 0000000..eba876f --- /dev/null +++ b/components/message_port/DEPS @@ -0,0 +1,6 @@ +include_rules = [ + "+base", + "+mojo/common", + "+third_party/WebKit/public", + "+third_party/mojo/src/mojo/public/cpp/system", +] |