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

Unified Diff: examples/browser/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/aura_demo/BUILD.gn ('k') | examples/content_handler_demo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/browser/BUILD.gn
diff --git a/examples/browser/BUILD.gn b/examples/browser/BUILD.gn
index 09a66930262d4a85222fd5211efcd6921dd2c509..38d0ba3514a19378ecf85953a5d9a90643d9262c 100644
--- a/examples/browser/BUILD.gn
+++ b/examples/browser/BUILD.gn
@@ -3,10 +3,11 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//mojo/public/mojo_application.gni")
assert(use_aura)
-shared_library("browser") {
+mojo_native_application("browser") {
sources = [
"browser.cc",
]
« no previous file with comments | « examples/aura_demo/BUILD.gn ('k') | examples/content_handler_demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698