From e6439a2c956a2f09f40f10e8394a53437ad269ed Mon Sep 17 00:00:00 2001 From: msw Date: Mon, 15 Jun 2015 14:10:19 -0700 Subject: Build Mojo apps in subdirectories, like application packages. Build all .mojo targets in a sub-directory. Support resources bundled in mojo_native_application. Remove mojo_application_package (now redundant). Update hard-coded paths and simplify URL resolution code. Remove apps bundled in core_services from Mandoline.apk (network service, surfaces service, view manager) This would help NetworkFetcher resolve app locations. (Android apptests host the build dir on a local server) (but apptests should instead bundle apps in an apk) BUG=498020 TEST=Mojo runner and Mandoline still work (as much as they currently do :-/) R=scottmg@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/1180653002 Cr-Commit-Position: refs/heads/master@{#334455} --- components/resource_provider/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'components/resource_provider') diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn index aea501a..b495aa7 100644 --- a/components/resource_provider/BUILD.gn +++ b/components/resource_provider/BUILD.gn @@ -2,7 +2,6 @@ # 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") import("//testing/test.gni") @@ -113,7 +112,7 @@ test("tests") { ] } -mojo_application_package("apptests") { +mojo_native_application("apptests") { output_name = "resource_provider_apptests" testonly = true -- cgit v1.1