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

Unified Diff: mojo/examples/wm_flow/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/window_manager/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/wm_flow/BUILD.gn
diff --git a/mojo/examples/wm_flow/BUILD.gn b/mojo/examples/wm_flow/BUILD.gn
index 9a4c4986bf3d5c8ed029d7685b93c3d717270afd..5f70abf78f920bff65c2101df0d35f569ab6ae75 100644
--- a/mojo/examples/wm_flow/BUILD.gn
+++ b/mojo/examples/wm_flow/BUILD.gn
@@ -16,7 +16,6 @@ group("wm_flow") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_wm
shared_library("wm") {
output_name = "mojo_wm_flow_wm"
@@ -41,7 +40,6 @@ shared_library("wm") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_init
shared_library("init") {
output_name = "mojo_wm_flow_init"
@@ -61,7 +59,6 @@ shared_library("init") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_app
shared_library("app") {
output_name = "mojo_wm_flow_app"
@@ -82,7 +79,6 @@ shared_library("app") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_embedded
shared_library("embedded") {
output_name = "mojo_wm_flow_embedded"
@@ -102,14 +98,12 @@ shared_library("embedded") {
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_embedder_bindings
mojom("embedder_bindings") {
sources = [
"app/embedder.mojom",
]
}
-# GYP version: mojo/mojo_examples.gypi:mojo_wm_flow_embeddee_bindings
mojom("embeddee_bindings") {
sources = [
"embedded/embeddee.mojom",
« no previous file with comments | « mojo/examples/window_manager/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698