commit | 5b6373fbaed471c766ec691ad2c816abbc482d29 | [log] [tgz] |
---|---|---|
author | John Abd-El-Malek <[email protected]> | Wed Apr 01 19:44:14 2015 |
committer | John Abd-El-Malek <[email protected]> | Wed Apr 01 19:45:52 2015 |
tree | 8a53c8f3afd97fc837c5ff1305fc474d4215acdc | |
parent | 6932a19f6429d867eab2114a6a3019484c0f20b3 [diff] [blame] |
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 [email protected] Review URL: https://codereview.chromium.org/1045863002 Cr-Commit-Position: refs/heads/master@{#323302}
diff --git a/third_party/cacheinvalidation/DEPS b/third_party/cacheinvalidation/DEPS new file mode 100644 index 0000000..048443d --- /dev/null +++ b/third_party/cacheinvalidation/DEPS
@@ -0,0 +1,3 @@ +include_rules = [ + '+google', +] \ No newline at end of file