$ git diff HEAD^
diff --git a/chrome/DEPS b/chrome/DEPS
index ee445364bf02..5fd4d194ec27 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -25,8 +25,8 @@ include_rules = [
"+content/public/common",
"+content/public/test",
"+media/media_features.h",
- "+mojo/common",
"+mojo/public",
+ "+mojo/common",
"+ppapi/features",
# Don't allow inclusion of these other libs we shouldn't be calling directly.
$ git cl presubmit -u
Running presubmit upload checks ...
** Presubmit Messages **
Missing OWNER reviewers for these files:
chrome/DEPS
Suggested OWNERS: (Use "git-cl owners" to interactively select owners.)
sky@chromium.org
You need LGTM from owners of depends-on paths in DEPS that were modified in this CL:
'+mojo/common',
Suggested missing target path OWNERS:
rockot@chromium.org
Presubmit checks took 1.4s to calculate.
Presubmit checks passed.
We shouldn't warn in this case, as we're just moving a dep around to fix ordering issues.
Comment 1 by bugdroid1@chromium.org
, Apr 13 2017