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

Unified Diff: mojo/fetcher/DEPS

Issue 1356623002: mojo: Add DataURLFetcher for processing data: urls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lolgyp Created 5 years, 3 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
Index: mojo/fetcher/DEPS
diff --git a/mojo/fetcher/DEPS b/mojo/fetcher/DEPS
index 4c81d8cc4b2e1b9ac12a9b5da8705ed45228a805..879b25c0bf733a348f32b5d1c5c7ac822b47b549 100644
--- a/mojo/fetcher/DEPS
+++ b/mojo/fetcher/DEPS
@@ -1,12 +1,16 @@
include_rules = [
"+crypto",
"-mojo/runner",
+ "+net/base",
]
specific_include_rules = {
"about_fetcher_unittest.cc": [
"+mojo/runner/context.h"
],
+ "data_fetcher_unittest.cc": [
+ "+mojo/runner/context.h"
+ ],
"network_fetcher_unittest.cc": [
"+mojo/runner/context.h"
],
« no previous file with comments | « mojo/fetcher/BUILD.gn ('k') | mojo/fetcher/data_fetcher.h » ('j') | mojo/fetcher/data_fetcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698