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

Unified Diff: mojo/runner/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
« mojo/fetcher/data_fetcher.cc ('K') | « mojo/fetcher/data_fetcher_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index f58a23f481767eeadc8d177fb706c16295151c35..b66de2cf74bc45f973045a18a12e0cd4a137bca2 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -417,6 +417,7 @@ mojom("child_process_bindings") {
test("mojo_runner_unittests") {
sources = [
"../fetcher/about_fetcher_unittest.cc",
+ "../fetcher/data_fetcher_unittest.cc",
"../fetcher/network_fetcher_unittest.cc",
"../fetcher/url_resolver_unittest.cc",
"child_process_host_unittest.cc",
« mojo/fetcher/data_fetcher.cc ('K') | « mojo/fetcher/data_fetcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698