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

Side by Side Diff: components/resource_provider/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 | « components/nacl/BUILD.gn ('k') | components/test_runner/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 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 10
(...skipping 15 matching lines...) Expand all
26 shared_library("resource_provider_lib") { 26 shared_library("resource_provider_lib") {
27 sources = [ 27 sources = [
28 "android/android_hooks.cc", 28 "android/android_hooks.cc",
29 "main.cc", 29 "main.cc",
30 ] 30 ]
31 31
32 deps = [ 32 deps = [
33 ":jni_headers", 33 ":jni_headers",
34 ":lib", 34 ":lib",
35 "//base", 35 "//base",
36 "//build/config/sanitizers:deps",
36 "//components/resource_provider/public/interfaces", 37 "//components/resource_provider/public/interfaces",
37 "//mojo/environment:chromium", 38 "//mojo/environment:chromium",
38 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", 39 "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
39 "//url", 40 "//url",
40 ] 41 ]
41 } 42 }
42 43
43 generate_jni("jni_headers") { 44 generate_jni("jni_headers") {
44 sources = [ 45 sources = [
45 "android/java/org/chromium/resource_provider/Main.java", 46 "android/java/org/chromium/resource_provider/Main.java",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "//base", 136 "//base",
136 "//base/test:test_config", 137 "//base/test:test_config",
137 "//components/resource_provider/public/cpp", 138 "//components/resource_provider/public/cpp",
138 "//components/resource_provider/public/interfaces", 139 "//components/resource_provider/public/interfaces",
139 "//mojo/application/public/cpp:test_support", 140 "//mojo/application/public/cpp:test_support",
140 "//mojo/platform_handle", 141 "//mojo/platform_handle",
141 ] 142 ]
142 143
143 data_deps = [ ":resource_provider" ] 144 data_deps = [ ":resource_provider" ]
144 } 145 }
OLDNEW
« no previous file with comments | « components/nacl/BUILD.gn ('k') | components/test_runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698