summaryrefslogtreecommitdiff
path: root/google/DEPS
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-24 09:32:13 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-24 09:32:13 +0000
commit516d185968d3b17664e3bea6a22438c3490e171b (patch)
tree89fb7d73227e5a1679ba14377e4ddaccddfb5c28 /google/DEPS
parent978ffb3eb08f9eaa91cddff77e24d4a54931d3c0 (diff)
downloadzlib-516d185968d3b17664e3bea6a22438c3490e171b.tar.gz
Stop using net::FileStream synchronously in third_party/zlib
Use base::File instead BUG=351823 TEST=unit_tests Review URL: https://codereview.chromium.org/204983012 Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 987b044ce86bca6971f21d0125a51ec9c390d64d
Diffstat (limited to 'google/DEPS')
-rw-r--r--google/DEPS3
1 files changed, 0 insertions, 3 deletions
diff --git a/google/DEPS b/google/DEPS
deleted file mode 100644
index 6a2f02e..0000000
--- a/google/DEPS
+++ /dev/null
@@ -1,3 +0,0 @@
-include_rules = [
- "+net/base",
-]