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

Unified Diff: mojo/examples/echo/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
« no previous file with comments | « mojo/examples/demo_launcher/demo_launcher.cc ('k') | mojo/examples/echo/echo_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/echo/BUILD.gn
diff --git a/mojo/examples/echo/BUILD.gn b/mojo/examples/echo/BUILD.gn
index ad666702bc2e3ae0226db4a3391ab9316e7550b0..b1e79b6860ee76996a6b9b7f2d22f04b9c6391f7 100644
--- a/mojo/examples/echo/BUILD.gn
+++ b/mojo/examples/echo/BUILD.gn
@@ -18,10 +18,8 @@ shared_library("client") {
deps = [
":bindings",
- "//mojo/public/cpp/application:main_standalone",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
- "//mojo/public/cpp/environment:standalone",
"//mojo/public/cpp/utility",
]
deps += mojo_system_for_shared_library
@@ -35,10 +33,8 @@ shared_library("service") {
deps = [
":bindings",
- "//mojo/public/cpp/application:main_standalone",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
- "//mojo/public/cpp/environment:standalone",
"//mojo/public/cpp/utility",
]
deps += mojo_system_for_shared_library
« no previous file with comments | « mojo/examples/demo_launcher/demo_launcher.cc ('k') | mojo/examples/echo/echo_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698