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

Side by Side Diff: base/BUILD.gn

Issue 2658083002: Revert of Move logic from memory_mac to allocator_interception_mac. (Closed)
Patch Set: Created 3 years, 11 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 # fixed and this target should always be a static_library in the 142 # fixed and this target should always be a static_library in the
143 # non-component case. 143 # non-component case.
144 static_component_type = "source_set" 144 static_component_type = "source_set"
145 } 145 }
146 146
147 sources = [ 147 sources = [
148 "allocator/allocator_check.cc", 148 "allocator/allocator_check.cc",
149 "allocator/allocator_check.h", 149 "allocator/allocator_check.h",
150 "allocator/allocator_extension.cc", 150 "allocator/allocator_extension.cc",
151 "allocator/allocator_extension.h", 151 "allocator/allocator_extension.h",
152 "allocator/allocator_interception_mac.h",
153 "allocator/allocator_interception_mac.mm",
154 "allocator/allocator_shim.h", 152 "allocator/allocator_shim.h",
155 "allocator/oom.h", 153 "allocator/oom.h",
156 "android/animation_frame_time_histogram.cc", 154 "android/animation_frame_time_histogram.cc",
157 "android/animation_frame_time_histogram.h", 155 "android/animation_frame_time_histogram.h",
158 "android/apk_assets.cc", 156 "android/apk_assets.cc",
159 "android/apk_assets.h", 157 "android/apk_assets.h",
160 "android/application_status_listener.cc", 158 "android/application_status_listener.cc",
161 "android/application_status_listener.h", 159 "android/application_status_listener.h",
162 "android/base_jni_onload.cc", 160 "android/base_jni_onload.cc",
163 "android/base_jni_onload.h", 161 "android/base_jni_onload.h",
(...skipping 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after
2590 } 2588 }
2591 2589
2592 fuzzer_test("base_json_correctness_fuzzer") { 2590 fuzzer_test("base_json_correctness_fuzzer") {
2593 sources = [ 2591 sources = [
2594 "json/correctness_fuzzer.cc", 2592 "json/correctness_fuzzer.cc",
2595 ] 2593 ]
2596 deps = [ 2594 deps = [
2597 ":base", 2595 ":base",
2598 ] 2596 ]
2599 } 2597 }
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