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

Unified Diff: mojo/runner/BUILD.gn

Issue 1338283003: Revert of 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/mojo_shell.gyp ('k') | mojo/runner/about_fetcher.h » ('j') | 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 2f70dc58ff61ee53e69293e8106bc99f9ef42ec5..b19a59b95a5ee43cc4bc214fdacb7f2203c5ea2b 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -96,6 +96,8 @@
source_set("lib") {
sources = [
+ "about_fetcher.cc",
+ "about_fetcher.h",
"child_process.cc",
"child_process.h",
"child_process_host.cc",
@@ -110,6 +112,8 @@
"scoped_user_data_dir.h",
"task_runners.cc",
"task_runners.h",
+ "url_resolver.cc",
+ "url_resolver.h",
]
deps = [
@@ -123,7 +127,6 @@
"//components/devtools_service/public/interfaces",
"//mojo/application/public/cpp",
"//mojo/common:tracing_impl",
- "//mojo/fetcher",
"//mojo/message_pump",
"//mojo/services/network/public/interfaces",
"//mojo/services/tracing/public/cpp",
@@ -416,8 +419,7 @@
test("mojo_runner_unittests") {
sources = [
- "../fetcher/about_fetcher_unittest.cc",
- "../fetcher/url_resolver_unittest.cc",
+ "about_fetcher_unittest.cc",
"child_process_host_unittest.cc",
"data_pipe_peek_unittest.cc",
"in_process_native_runner_unittest.cc",
@@ -427,6 +429,7 @@
"shell_test_base_android.cc",
"shell_test_base_unittest.cc",
"shell_test_main.cc",
+ "url_resolver_unittest.cc",
]
deps = [
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/runner/about_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698