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

Side by Side Diff: BUILD.gn

Issue 1964023002: [heap] Fine-grained JSArrayBuffer tracking (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: back to std::map Created 4 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 | « no previous file | include/v8.h » ('j') | include/v8.h » ('J')
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("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/mips.gni") 7 import("//build/config/mips.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 "src/gdb-jit.cc", 1167 "src/gdb-jit.cc",
1168 "src/gdb-jit.h", 1168 "src/gdb-jit.h",
1169 "src/global-handles.cc", 1169 "src/global-handles.cc",
1170 "src/global-handles.h", 1170 "src/global-handles.h",
1171 "src/globals.h", 1171 "src/globals.h",
1172 "src/handles-inl.h", 1172 "src/handles-inl.h",
1173 "src/handles.cc", 1173 "src/handles.cc",
1174 "src/handles.h", 1174 "src/handles.h",
1175 "src/hashmap.h", 1175 "src/hashmap.h",
1176 "src/heap-symbols.h", 1176 "src/heap-symbols.h",
1177 "src/heap/array-buffer-tracker-inl.h",
1177 "src/heap/array-buffer-tracker.cc", 1178 "src/heap/array-buffer-tracker.cc",
1178 "src/heap/array-buffer-tracker.h", 1179 "src/heap/array-buffer-tracker.h",
1179 "src/heap/gc-idle-time-handler.cc", 1180 "src/heap/gc-idle-time-handler.cc",
1180 "src/heap/gc-idle-time-handler.h", 1181 "src/heap/gc-idle-time-handler.h",
1181 "src/heap/gc-tracer.cc", 1182 "src/heap/gc-tracer.cc",
1182 "src/heap/gc-tracer.h", 1183 "src/heap/gc-tracer.h",
1183 "src/heap/heap-inl.h", 1184 "src/heap/heap-inl.h",
1184 "src/heap/heap.cc", 1185 "src/heap/heap.cc",
1185 "src/heap/heap.h", 1186 "src/heap/heap.h",
1186 "src/heap/incremental-marking-job.cc", 1187 "src/heap/incremental-marking-job.cc",
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 sources = [ 2197 sources = [
2197 "test/fuzzer/wasm-asmjs.cc", 2198 "test/fuzzer/wasm-asmjs.cc",
2198 ] 2199 ]
2199 2200
2200 deps = [ 2201 deps = [
2201 ":fuzzer_support", 2202 ":fuzzer_support",
2202 ] 2203 ]
2203 2204
2204 configs = [ ":internal_config" ] 2205 configs = [ ":internal_config" ]
2205 } 2206 }
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | include/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698