Skip to content

Commit

Permalink
Correct some mojo DEPS
Browse files Browse the repository at this point in the history
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/1067489
Reviewed-by: Ken Rockot <rockot@chromium.org>
Commit-Queue: Ken Rockot <rockot@chromium.org>
Cr-Commit-Position: refs/heads/master@{#560301}
  • Loading branch information
krockot authored and Commit Bot committed May 21, 2018
1 parent 20d5cc2 commit 46837e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 0 additions & 2 deletions mojo/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ include_rules = [
"+base",
"+build",
"+testing",

"+services/service_manager",
]
6 changes: 2 additions & 4 deletions mojo/public/DEPS
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
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",
]
5 changes: 5 additions & 0 deletions mojo/public/cpp/bindings/tests/DEPS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include_rules = [
"+mojo/edk",
"+services/service_manager/public",
]

0 comments on commit 46837e2

Please sign in to comment.