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

Unified Diff: components/image_fetcher/content/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/BUILD.gn ('k') | components/image_fetcher/content/image_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/image_fetcher/content/DEPS
diff --git a/components/image_fetcher/content/DEPS b/components/image_fetcher/content/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..323884bc50d7a5b1ee3f800e400c601f808d374a
--- /dev/null
+++ b/components/image_fetcher/content/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+content/public/browser",
+ "+content/public/common",
+ "+ipc",
+ "+services/data_decoder/public/cpp",
+ "+services/service_manager/public/cpp",
+ "+third_party/skia",
+ "+ui/gfx",
+]
« no previous file with comments | « components/image_fetcher/content/BUILD.gn ('k') | components/image_fetcher/content/image_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698