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

Unified Diff: mojo/fetcher/DEPS

Issue 1342503003: Move fetching logic out of ApplicationManager, eliminate url mappings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
« no previous file with comments | « mojo/fetcher/BUILD.gn ('k') | mojo/fetcher/about_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/fetcher/DEPS
diff --git a/mojo/fetcher/DEPS b/mojo/fetcher/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..3a33355d7e55d5a18b73c0abde1659da5d836373
--- /dev/null
+++ b/mojo/fetcher/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+crypto",
+ "-mojo/runner",
+]
+
+specific_include_rules = {
+ "about_fetcher_unittest.cc": [
+ "+mojo/runner/context.h"
+ ],
+}
« no previous file with comments | « mojo/fetcher/BUILD.gn ('k') | mojo/fetcher/about_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698