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

Unified Diff: examples/window_manager/BUILD.gn

Issue 713513002: Change mojo application name to {name}.mojo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add missing library. Created 6 years, 1 month 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 | « examples/wget/BUILD.gn ('k') | examples/wm_flow/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/window_manager/BUILD.gn
diff --git a/examples/window_manager/BUILD.gn b/examples/window_manager/BUILD.gn
index 91467649e9760f1f0d5e6682de780131c5c493d3..4b401076d80074dbbf60ed7092a14e198763671e 100644
--- a/examples/window_manager/BUILD.gn
+++ b/examples/window_manager/BUILD.gn
@@ -3,11 +3,12 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
assert(use_aura)
-shared_library("window_manager") {
+mojo_native_application("window_manager") {
output_name = "example_window_manager"
sources = [
« no previous file with comments | « examples/wget/BUILD.gn ('k') | examples/wm_flow/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698