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

Unified Diff: mojo/services/test_service/BUILD.gn

Issue 441853002: mojo: first take on removing mojo_main_{chromium,standalone}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: mojo/services/test_service/BUILD.gn
diff --git a/mojo/services/test_service/BUILD.gn b/mojo/services/test_service/BUILD.gn
index 0d1d99c58547044b63eeee4a3ed19b34cd18d6c1..057ba13041e04b688372fe4053e48a646cd601ff 100644
--- a/mojo/services/test_service/BUILD.gn
+++ b/mojo/services/test_service/BUILD.gn
@@ -18,9 +18,7 @@ shared_library("mojo_test_app") {
deps = [
":bindings",
"//base",
- "//mojo/public/cpp/application:main_standalone",
"//mojo/public/cpp/application:standalone",
- "//mojo/public/cpp/environment:standalone",
"//mojo/public/cpp/utility",
]
deps += mojo_system_for_shared_library
@@ -42,9 +40,7 @@ shared_library("mojo_test_request_tracker_app") {
deps = [
":bindings",
"//base",
- "//mojo/public/cpp/application:main_standalone",
"//mojo/public/cpp/application:standalone",
- "//mojo/public/cpp/environment:standalone",
"//mojo/public/cpp/utility",
]
deps += mojo_system_for_shared_library
« no previous file with comments | « mojo/services/surfaces/surfaces_service_application.cc ('k') | mojo/services/test_service/test_request_tracker_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698