Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: components/webp_transcode/DEPS

Issue 2146833002: Move webp_transcode to ios/chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup DEPS Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/webp_transcode/BUILD.gn ('k') | components/webp_transcode/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webp_transcode/DEPS
diff --git a/components/webp_transcode/DEPS b/components/webp_transcode/DEPS
deleted file mode 100644
index 1e71d47cca0c424d177896f47e812c6f9c6bc979..0000000000000000000000000000000000000000
--- a/components/webp_transcode/DEPS
+++ /dev/null
@@ -1,12 +0,0 @@
-include_rules = [
- "+net",
- # Only WebP decoding is allowed (no encoding).
- "+third_party/libwebp/webp/decode.h",
- "+third_party/ocmock",
-
- # webp_transcode should not depend on //ios for library size reasons.
- "-ios",
- "+ios/net",
- # webp_transcode is only used by iOS.
- "-content",
-]
« no previous file with comments | « components/webp_transcode/BUILD.gn ('k') | components/webp_transcode/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698