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

Unified Diff: mandoline/ui/omnibox/BUILD.gn

Issue 1180653002: Build Mojo apps in subdirectories, like application packages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase; update tests. Created 5 years, 6 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 | « mandoline/ui/browser/BUILD.gn ('k') | mojo/mojo_application_package.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/omnibox/BUILD.gn
diff --git a/mandoline/ui/omnibox/BUILD.gn b/mandoline/ui/omnibox/BUILD.gn
index af13edb895a22c0fa44bc9994bc7056b0dfbfe91..8f6c42d6919436a4abf88534e4b2469c0f3e4c8e 100644
--- a/mandoline/ui/omnibox/BUILD.gn
+++ b/mandoline/ui/omnibox/BUILD.gn
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/mojo_application_package.gni")
+import("//mojo/public/mojo_application.gni")
-mojo_application_package("omnibox") {
+mojo_native_application("omnibox") {
sources = [
"main.cc",
]
« no previous file with comments | « mandoline/ui/browser/BUILD.gn ('k') | mojo/mojo_application_package.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698