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

Side by Side Diff: base/BUILD.gn

Issue 2713553002: mac: Periodically shim new malloc zones immediately after startup. (Closed)
Patch Set: disable test on asan. Created 3 years, 8 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 | « no previous file | base/allocator/allocator_interception_mac.h » ('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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after
1904 configs += [ "//build/config/compiler:enable_arc" ] 1904 configs += [ "//build/config/compiler:enable_arc" ]
1905 deps = [ 1905 deps = [
1906 ":base", 1906 ":base",
1907 "//testing/gtest", 1907 "//testing/gtest",
1908 ] 1908 ]
1909 } 1909 }
1910 } 1910 }
1911 1911
1912 test("base_unittests") { 1912 test("base_unittests") {
1913 sources = [ 1913 sources = [
1914 "allocator/allocator_interception_mac_unittest.mm",
1914 "allocator/malloc_zone_functions_mac_unittest.cc", 1915 "allocator/malloc_zone_functions_mac_unittest.cc",
1915 "allocator/tcmalloc_unittest.cc", 1916 "allocator/tcmalloc_unittest.cc",
1916 "android/application_status_listener_unittest.cc", 1917 "android/application_status_listener_unittest.cc",
1917 "android/content_uri_utils_unittest.cc", 1918 "android/content_uri_utils_unittest.cc",
1918 "android/jni_android_unittest.cc", 1919 "android/jni_android_unittest.cc",
1919 "android/jni_array_unittest.cc", 1920 "android/jni_array_unittest.cc",
1920 "android/jni_string_unittest.cc", 1921 "android/jni_string_unittest.cc",
1921 "android/library_loader/library_prefetcher_unittest.cc", 1922 "android/library_loader/library_prefetcher_unittest.cc",
1922 "android/path_utils_unittest.cc", 1923 "android/path_utils_unittest.cc",
1923 "android/scoped_java_ref_unittest.cc", 1924 "android/scoped_java_ref_unittest.cc",
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
2706 } 2707 }
2707 2708
2708 fuzzer_test("base_json_correctness_fuzzer") { 2709 fuzzer_test("base_json_correctness_fuzzer") {
2709 sources = [ 2710 sources = [
2710 "json/correctness_fuzzer.cc", 2711 "json/correctness_fuzzer.cc",
2711 ] 2712 ]
2712 deps = [ 2713 deps = [
2713 ":base", 2714 ":base",
2714 ] 2715 ]
2715 } 2716 }
OLDNEW
« no previous file with comments | « no previous file | base/allocator/allocator_interception_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698