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

Unified Diff: mojo/examples/surfaces_app/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/sample_app/BUILD.gn ('k') | mojo/examples/wget/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/surfaces_app/BUILD.gn
diff --git a/mojo/examples/surfaces_app/BUILD.gn b/mojo/examples/surfaces_app/BUILD.gn
index 5474752de41550550fc83f589d84be318cbd8178..d722395a59b89e25975e98fff29ff534f36bab7b 100644
--- a/mojo/examples/surfaces_app/BUILD.gn
+++ b/mojo/examples/surfaces_app/BUILD.gn
@@ -12,7 +12,6 @@ group("surfaces_app") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_surfaces_app
shared_library("parent_app") {
output_name = "mojo_surfaces_app"
@@ -46,7 +45,6 @@ shared_library("parent_app") {
}
-# GYP version: mojo/mojo_examples.gypi:mojo_surfaces_child_app
shared_library("child_app") {
output_name = "mojo_surfaces_child_app"
@@ -78,7 +76,6 @@ shared_library("child_app") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_surfaces_child_gl_app
shared_library("child_gl_app") {
output_name = "mojo_surfaces_child_gl_app"
@@ -130,7 +127,6 @@ source_set("util") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_surfaces_app_bindings
mojom("bindings") {
deps = [
"//mojo/services/public/interfaces/geometry",
« no previous file with comments | « mojo/examples/sample_app/BUILD.gn ('k') | mojo/examples/wget/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698