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

Side by Side Diff: BUILD.gn

Issue 2449383002: New zone-backed list datastructure to replace ZoneList (Closed)
Patch Set: Changed test to account for the list sizes as well Created 4 years, 1 month 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 | src/v8.gyp » ('j') | src/zone/zone-chunk-list.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/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 "src/wasm/wasm-module.cc", 1736 "src/wasm/wasm-module.cc",
1737 "src/wasm/wasm-module.h", 1737 "src/wasm/wasm-module.h",
1738 "src/wasm/wasm-opcodes.cc", 1738 "src/wasm/wasm-opcodes.cc",
1739 "src/wasm/wasm-opcodes.h", 1739 "src/wasm/wasm-opcodes.h",
1740 "src/wasm/wasm-result.cc", 1740 "src/wasm/wasm-result.cc",
1741 "src/wasm/wasm-result.h", 1741 "src/wasm/wasm-result.h",
1742 "src/zone/accounting-allocator.cc", 1742 "src/zone/accounting-allocator.cc",
1743 "src/zone/accounting-allocator.h", 1743 "src/zone/accounting-allocator.h",
1744 "src/zone/zone-allocator.h", 1744 "src/zone/zone-allocator.h",
1745 "src/zone/zone-allocator.h", 1745 "src/zone/zone-allocator.h",
1746 "src/zone/zone-chunk-list.h",
1746 "src/zone/zone-containers.h", 1747 "src/zone/zone-containers.h",
1747 "src/zone/zone-segment.cc", 1748 "src/zone/zone-segment.cc",
1748 "src/zone/zone-segment.h", 1749 "src/zone/zone-segment.h",
1749 "src/zone/zone.cc", 1750 "src/zone/zone.cc",
1750 "src/zone/zone.h", 1751 "src/zone/zone.h",
1751 ] 1752 ]
1752 1753
1753 if (v8_current_cpu == "x86") { 1754 if (v8_current_cpu == "x86") {
1754 sources += [ ### gcmole(arch:ia32) ### 1755 sources += [ ### gcmole(arch:ia32) ###
1755 "src/builtins/ia32/builtins-ia32.cc", 1756 "src/builtins/ia32/builtins-ia32.cc",
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2969 ] 2970 ]
2970 2971
2971 configs = [ 2972 configs = [
2972 ":external_config", 2973 ":external_config",
2973 ":internal_config_base", 2974 ":internal_config_base",
2974 ] 2975 ]
2975 } 2976 }
2976 2977
2977 v8_fuzzer("wasm_data_section_fuzzer") { 2978 v8_fuzzer("wasm_data_section_fuzzer") {
2978 } 2979 }
OLDNEW
« no previous file with comments | « no previous file | src/v8.gyp » ('j') | src/zone/zone-chunk-list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698