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

Unified Diff: mojo/fetcher/BUILD.gn

Issue 1356623002: mojo: Add DataURLFetcher for processing data: urls. (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 | « no previous file | mojo/fetcher/DEPS » ('j') | mojo/fetcher/data_fetcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/fetcher/BUILD.gn
diff --git a/mojo/fetcher/BUILD.gn b/mojo/fetcher/BUILD.gn
index f362129f86a9ecc37834ae82feecae650dc11604..4c3311a22f9667e35ec1379351d0d3d254635d31 100644
--- a/mojo/fetcher/BUILD.gn
+++ b/mojo/fetcher/BUILD.gn
@@ -10,6 +10,8 @@ source_set("fetcher") {
"about_fetcher.h",
"base_application_fetcher.cc",
"base_application_fetcher.h",
+ "data_fetcher.cc",
+ "data_fetcher.h",
"local_fetcher.cc",
"local_fetcher.h",
"network_fetcher.cc",
@@ -40,5 +42,6 @@ source_set("fetcher") {
"//mojo/environment:chromium",
"//mojo/shell",
"//mojo/util:filename_util",
+ "//net",
]
}
« no previous file with comments | « no previous file | mojo/fetcher/DEPS » ('j') | mojo/fetcher/data_fetcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698