Commit 46837e28 authored by Ken Rockot's avatar Ken Rockot Committed by Commit Bot

Correct some mojo DEPS

Ensures no EDK dependencies get introduced into mojo/public (non-test),
and cleans up some other incorrect DEPS allowances.

TBR=jcivelli@chromium.org

Bug: None
Change-Id: I60030b0734ff73869442d5880b50d1b2289721af
Reviewed-on: https://chromium-review.googlesource.com/1067489Reviewed-by: default avatarKen Rockot <rockot@chromium.org>
Commit-Queue: Ken Rockot <rockot@chromium.org>
Cr-Commit-Position: refs/heads/master@{#560301}
parent 20d5cc2f
......@@ -2,6 +2,4 @@ include_rules = [
"+base",
"+build",
"+testing",
"+services/service_manager",
]
include_rules = [
# This code is checked into the chromium repo so it's fine to depend on this.
"+base",
"+build",
"+mojo/public",
"+testing",
# Temporary until mojom [Native] is gone.
"+ipc/ipc_param_traits.h",
# internal includes.
"+mojo",
]
include_rules = [
"+mojo/edk",
"+services/service_manager/public",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment