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

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

Issue 1318343003: Annotate GN executables and shared_libraries with sanitizer deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | media/cast/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 import("//mojo/generate_mojo_shell_assets_list.gni") 9 import("//mojo/generate_mojo_shell_assets_list.gni")
10 10
11 mandoline_assets_dir = "$root_build_dir/mandoline_assets" 11 mandoline_assets_dir = "$root_build_dir/mandoline_assets"
12 12
13 group("android") { 13 group("android") {
14 deps = [ 14 deps = [
15 ":mandoline_apk", 15 ":mandoline_apk",
16 ] 16 ]
17 } 17 }
18 18
19 executable("mandoline_runner") { 19 executable("mandoline_runner") {
20 deps = [ 20 deps = [
21 ":jni_headers", 21 ":jni_headers",
22 "//base", 22 "//base",
23 "//build/config/sanitizers:deps",
23 "//mandoline/ui/desktop_ui/public/interfaces", 24 "//mandoline/ui/desktop_ui/public/interfaces",
24 "//mojo/common", 25 "//mojo/common",
25 "//mojo/environment:chromium", 26 "//mojo/environment:chromium",
26 "//mojo/runner:lib", 27 "//mojo/runner:lib",
27 "//mojo/runner:mojo_runner_lib", 28 "//mojo/runner:mojo_runner_lib",
28 ] 29 ]
29 30
30 sources = [ 31 sources = [
31 "../core_services_initialization.cc", 32 "../core_services_initialization.cc",
32 "mandoline_activity.cc", 33 "mandoline_activity.cc",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ":copy_mandoline_runner", 129 ":copy_mandoline_runner",
129 ":java", 130 ":java",
130 ":mandoline_apk_resources", 131 ":mandoline_apk_resources",
131 "//mojo/runner:java", 132 "//mojo/runner:java",
132 "//mojo/runner:resources", 133 "//mojo/runner:resources",
133 "//base:base_java", 134 "//base:base_java",
134 "//ui/platform_window/android:platform_window_java", 135 "//ui/platform_window/android:platform_window_java",
135 google_play_services_resources, 136 google_play_services_resources,
136 ] 137 ]
137 } 138 }
OLDNEW
« no previous file with comments | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698