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

Unified Diff: mojo/examples/apptest/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 | « no previous file | mojo/examples/aura_demo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/apptest/BUILD.gn
diff --git a/mojo/examples/apptest/BUILD.gn b/mojo/examples/apptest/BUILD.gn
index 456f0d420119d6e71257587843049c1e50e5afbf..fd9651e1fc8f63b3725d537163b72ec002124445 100644
--- a/mojo/examples/apptest/BUILD.gn
+++ b/mojo/examples/apptest/BUILD.gn
@@ -13,7 +13,6 @@ group("apptest") {
]
}
-# GYP version mojo/mojo_examples.gypi:mojo_example_service
shared_library("service") {
output_name = "mojo_example_service"
@@ -32,7 +31,6 @@ shared_library("service") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_example_apptests
shared_library("apptests") {
output_name = "mojo_example_apptests"
@@ -55,7 +53,6 @@ shared_library("apptests") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_example_service_bindings
mojom("bindings") {
sources = [ "example_service.mojom" ]
}
« no previous file with comments | « no previous file | mojo/examples/aura_demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698