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

Side by Side Diff: base/test/BUILD.gn

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl Created 3 years, 7 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 | « base/android/linker/BUILD.gn ('k') | breakpad/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 } 315 }
316 316
317 if (is_linux) { 317 if (is_linux) {
318 shared_library("malloc_wrapper") { 318 shared_library("malloc_wrapper") {
319 testonly = true 319 testonly = true
320 sources = [ 320 sources = [
321 "malloc_wrapper.cc", 321 "malloc_wrapper.cc",
322 ] 322 ]
323 deps = [ 323 deps = [
324 "//base", 324 "//base",
325 "//build/config/sanitizers:deps", 325 "//build/config:exe_and_shlib_deps",
326 ] 326 ]
327 } 327 }
328 } 328 }
329 329
330 if (is_android) { 330 if (is_android) {
331 generate_jni("base_unittests_jni_headers") { 331 generate_jni("base_unittests_jni_headers") {
332 sources = [ 332 sources = [
333 "android/java/src/org/chromium/base/ContentUriTestUtils.java", 333 "android/java/src/org/chromium/base/ContentUriTestUtils.java",
334 "android/java/src/org/chromium/base/JavaHandlerThreadTest.java", 334 "android/java/src/org/chromium/base/JavaHandlerThreadTest.java",
335 "android/java/src/org/chromium/base/TestSystemMessageHandler.java", 335 "android/java/src/org/chromium/base/TestSystemMessageHandler.java",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "android/java/src", 374 "android/java/src",
375 "//base/android/java/src", 375 "//base/android/java/src",
376 ] 376 ]
377 sources = [ 377 sources = [
378 "android/java/src/org/chromium/base/ITestCallback.aidl", 378 "android/java/src/org/chromium/base/ITestCallback.aidl",
379 "android/java/src/org/chromium/base/ITestClient.aidl", 379 "android/java/src/org/chromium/base/ITestClient.aidl",
380 "android/java/src/org/chromium/base/ITestController.aidl", 380 "android/java/src/org/chromium/base/ITestController.aidl",
381 ] 381 ]
382 } 382 }
383 } 383 }
OLDNEW
« no previous file with comments | « base/android/linker/BUILD.gn ('k') | breakpad/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698