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

Unified Diff: shell/BUILD.gn

Issue 868283006: Rename MojoURLResolver to URLResolver (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix test Created 5 years, 10 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 | « services/window_manager/window_manager_api_unittest.cc ('k') | shell/android/mojo_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 3f4838a69c0d969768b0be77038b08bb4ece83f6..063798925ba74ef21919d91d7b5596e988d8a0fe 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -158,10 +158,10 @@ source_set("lib") {
"filename_util.h",
"incoming_connection_listener.cc",
"incoming_connection_listener.h",
- "mojo_url_resolver.cc",
- "mojo_url_resolver.h",
"out_of_process_dynamic_service_runner.cc",
"out_of_process_dynamic_service_runner.h",
+ "url_resolver.cc",
+ "url_resolver.h",
"switches.cc",
"switches.h",
"task_runners.cc",
@@ -406,12 +406,12 @@ test("mojo_shell_tests") {
"data_pipe_peek_unittest.cc",
"dynamic_application_loader_unittest.cc",
"in_process_dynamic_service_runner_unittest.cc",
- "mojo_url_resolver_unittest.cc",
"shell_test_base.cc",
"shell_test_base_android.cc",
"shell_test_base.h",
"shell_test_base_unittest.cc",
"shell_test_main.cc",
+ "url_resolver_unittest.cc",
]
deps = [
« no previous file with comments | « services/window_manager/window_manager_api_unittest.cc ('k') | shell/android/mojo_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698