diff options
author | John Abd-El-Malek <jam@chromium.org> | 2015-04-01 12:44:14 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2015-04-01 19:45:52 +0000 |
commit | 5b6373fbaed471c766ec691ad2c816abbc482d29 (patch) | |
tree | 8a53c8f3afd97fc837c5ff1305fc474d4215acdc /third_party/boringssl/DEPS | |
parent | 6932a19f6429d867eab2114a6a3019484c0f20b3 (diff) | |
download | chromium_src-5b6373fbaed471c766ec691ad2c816abbc482d29.zip chromium_src-5b6373fbaed471c766ec691ad2c816abbc482d29.tar.gz chromium_src-5b6373fbaed471c766ec691ad2c816abbc482d29.tar.bz2 |
Make checkdeps.py check third_party.
For this first cl, it's only checking checked in code. I've had to add DEPS files to make it pass, since some of this code legitimately uses base etc...
BUG=469692
R=brettw@chromium.org
Review URL: https://codereview.chromium.org/1045863002
Cr-Commit-Position: refs/heads/master@{#323302}
Diffstat (limited to 'third_party/boringssl/DEPS')
-rw-r--r-- | third_party/boringssl/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/boringssl/DEPS b/third_party/boringssl/DEPS new file mode 100644 index 0000000..dda2d7c --- /dev/null +++ b/third_party/boringssl/DEPS @@ -0,0 +1,6 @@ +specific_include_rules = { + "boringssl_unittest\.cc": [ + "+base", + "+testing", + ], +} |