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

Unified Diff: mojo/examples/echo/BUILD.gn

Issue 642243005: Remove comments regarding deleted mojo_examlpes.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/examples/demo_launcher/BUILD.gn ('k') | mojo/examples/keyboard/BUILD.gn » ('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 0f518b4f2694d007252be488f3088a8296f70ed2..6c390c9d98579fe50bd9125a599f32dbddcbc618 100644
--- a/mojo/examples/echo/BUILD.gn
+++ b/mojo/examples/echo/BUILD.gn
@@ -11,7 +11,6 @@ group("echo") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_echo_client
shared_library("client") {
output_name = "mojo_echo_client"
@@ -26,7 +25,6 @@ shared_library("client") {
sources = [ "echo_client.cc" ]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_echo_service
shared_library("service") {
output_name = "mojo_echo_service"
@@ -41,7 +39,6 @@ shared_library("service") {
sources = [ "echo_service.cc" ]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_echo_service_bindings
mojom("bindings") {
sources = [ "echo_service.mojom" ]
}
« no previous file with comments | « mojo/examples/demo_launcher/BUILD.gn ('k') | mojo/examples/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698