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

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: 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
« 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 c1a49bc583c5f7df58ae225992ab2aafd0d9a9f7..da681cacba2cfe02b86fd7eb43b98e00cbdac41e 100644
--- a/mojo/fetcher/BUILD.gn
+++ b/mojo/fetcher/BUILD.gn
@@ -8,6 +8,8 @@ source_set("fetcher") {
sources = [
"about_fetcher.cc",
"about_fetcher.h",
+ "data_fetcher.cc",
+ "data_fetcher.h",
"local_fetcher.cc",
"local_fetcher.h",
"network_fetcher.cc",
@@ -24,19 +26,20 @@ source_set("fetcher") {
"//base",
"//mojo/application/public/interfaces",
"//mojo/common",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//mojo/services/network/public/interfaces",
"//mojo/services/updater",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
"//url",
]
deps = [
"//base/third_party/dynamic_annotations",
"//crypto:crypto",
"//mojo/application/public/cpp:sources",
- "//url",
- "//third_party/mojo/src/mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/shell",
"//mojo/util:filename_util",
+ "//net",
+ "//third_party/mojo/src/mojo/edk/system",
+ "//url",
]
}
« 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