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

Unified Diff: components/image_fetcher/core/DEPS

Issue 2763103002: Move ImageDecoder to components/image_fetcher/content (Closed)
Patch Set: Rebased. Created 3 years, 9 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/image_fetcher/content/image_decoder_impl.cc ('k') | components/image_fetcher/ios/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/image_fetcher/core/DEPS
diff --git a/components/image_fetcher/core/DEPS b/components/image_fetcher/core/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..c882b067f84b539a52d92719f1890c525d86a3f8
--- /dev/null
+++ b/components/image_fetcher/core/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ # image_fetcher is a layered-component, forbid dependency on //content
+ "-components/image_fetcher/content",
+ "-content",
+]
« no previous file with comments | « components/image_fetcher/content/image_decoder_impl.cc ('k') | components/image_fetcher/ios/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698