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

Side by Side Diff: mojo/services/network/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 | « mojo/runner/BUILD.gn ('k') | net/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 9
10 java_library_path = "$target_out_dir/java_library.dex.jar" 10 java_library_path = "$target_out_dir/java_library.dex.jar"
(...skipping 11 matching lines...) Expand all
22 shared_library("native_library") { 22 shared_library("native_library") {
23 output_name = "network_service" 23 output_name = "network_service"
24 24
25 sources = [ 25 sources = [
26 "android_hooks.cc", 26 "android_hooks.cc",
27 ] 27 ]
28 28
29 deps = [ 29 deps = [
30 ":sources", 30 ":sources",
31 "//base", 31 "//base",
32 "//build/config/sanitizers:deps",
32 "//net", 33 "//net",
33 ] 34 ]
34 } 35 }
35 36
36 android_standalone_library("java_library") { 37 android_standalone_library("java_library") {
37 dex_path = java_library_path 38 dex_path = java_library_path
38 39
39 deps = [ 40 deps = [
40 "//net/android:net_java", 41 "//net/android:net_java",
41 ] 42 ]
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "//mojo/common:common_base", 145 "//mojo/common:common_base",
145 "//mojo/message_pump", 146 "//mojo/message_pump",
146 "//mojo/services/network/public/cpp", 147 "//mojo/services/network/public/cpp",
147 "//mojo/services/network/public/interfaces", 148 "//mojo/services/network/public/interfaces",
148 "//net", 149 "//net",
149 "//net:test_support", 150 "//net:test_support",
150 "//testing/gtest", 151 "//testing/gtest",
151 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 152 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
152 ] 153 ]
153 } 154 }
OLDNEW
« no previous file with comments | « mojo/runner/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698