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

Side by Side Diff: mandoline/app/android/BUILD.gn

Issue 1566253002: Move package_manager into mojo/shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 unified diff | Download patch
« no previous file with comments | « content/browser/mojo/mojo_shell_context.cc ('k') | mandoline/app/desktop/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 assert(is_android) 5 assert(is_android)
6 6
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 9
10 group("android") { 10 group("android") {
11 deps = [ 11 deps = [
12 ":mandoline_apk", 12 ":mandoline_apk",
13 ] 13 ]
14 } 14 }
15 15
16 executable("mandoline_runner") { 16 executable("mandoline_runner") {
17 deps = [ 17 deps = [
18 ":jni_headers", 18 ":jni_headers",
19 "//base", 19 "//base",
20 "//build/config/sanitizers:deps", 20 "//build/config/sanitizers:deps",
21 "//mandoline/ui/desktop_ui/public/interfaces", 21 "//mandoline/ui/desktop_ui/public/interfaces",
22 "//mojo/common", 22 "//mojo/common",
23 "//mojo/environment:chromium", 23 "//mojo/environment:chromium",
24 "//mojo/package_manager",
25 "//mojo/runner:lib", 24 "//mojo/runner:lib",
26 "//mojo/runner:mojo_runner_lib", 25 "//mojo/runner:mojo_runner_lib",
27 "//mojo/runner:register_local_aliases_fwd", 26 "//mojo/runner:register_local_aliases_fwd",
28 "//mojo/shell", 27 "//mojo/shell",
28 "//mojo/shell/package_manager",
29 ] 29 ]
30 30
31 sources = [ 31 sources = [
32 "../register_local_aliases.cc", 32 "../register_local_aliases.cc",
33 "mandoline_activity.cc", 33 "mandoline_activity.cc",
34 "mandoline_context_init.cc", 34 "mandoline_context_init.cc",
35 ] 35 ]
36 36
37 # On android, the executable is also the native library used by the apk. 37 # On android, the executable is also the native library used by the apk.
38 # It means dynamic symbols must be preserved and exported. 38 # It means dynamic symbols must be preserved and exported.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 ":java", 102 ":java",
103 ":mandoline_apk_resources", 103 ":mandoline_apk_resources",
104 ":mandoline_assets", 104 ":mandoline_assets",
105 "//base:base_java", 105 "//base:base_java",
106 "//mojo/runner:java", 106 "//mojo/runner:java",
107 "//mojo/runner:resources", 107 "//mojo/runner:resources",
108 "//ui/platform_window/android:platform_window_java", 108 "//ui/platform_window/android:platform_window_java",
109 google_play_services_resources, 109 google_play_services_resources,
110 ] 110 ]
111 } 111 }
OLDNEW
« no previous file with comments | « content/browser/mojo/mojo_shell_context.cc ('k') | mandoline/app/desktop/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698