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

Unified Diff: mojo/shell/BUILD.gn

Issue 640403002: Drop refs to net::EmbeddedTestServer / net::File{Path,URL} utils in mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cast length explicitly Created 6 years, 2 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.gyp ('k') | mojo/shell/dynamic_application_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index c435a7515c1f6b7aae764a47ffb5d289e3b91900..ff5f349ddaf203c4bf9892b227175b6a28924b96 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -55,15 +55,17 @@ source_set("lib") {
"dynamic_application_loader.cc",
"dynamic_application_loader.h",
"dynamic_service_runner.h",
+ "external_application_listener.h",
"external_application_listener_posix.cc",
"external_application_listener_win.cc",
- "external_application_listener.h",
+ "filename_util.cc",
+ "filename_util.h",
+ "in_process_dynamic_service_runner.cc",
+ "in_process_dynamic_service_runner.h",
"incoming_connection_listener_posix.cc",
"incoming_connection_listener_posix.h",
"init.cc",
"init.h",
- "in_process_dynamic_service_runner.cc",
- "in_process_dynamic_service_runner.h",
"mojo_url_resolver.cc",
"mojo_url_resolver.h",
"out_of_process_dynamic_service_runner.cc",
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/shell/dynamic_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698