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

Side by Side Diff: BUILD.gn

Issue 1844283002: [heap] Remove store buffer top from roots (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | include/v8.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 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 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 "src/heap/remembered-set.h", 1080 "src/heap/remembered-set.h",
1081 "src/heap/scavenge-job.h", 1081 "src/heap/scavenge-job.h",
1082 "src/heap/scavenge-job.cc", 1082 "src/heap/scavenge-job.cc",
1083 "src/heap/scavenger-inl.h", 1083 "src/heap/scavenger-inl.h",
1084 "src/heap/scavenger.cc", 1084 "src/heap/scavenger.cc",
1085 "src/heap/scavenger.h", 1085 "src/heap/scavenger.h",
1086 "src/heap/slot-set.h", 1086 "src/heap/slot-set.h",
1087 "src/heap/spaces-inl.h", 1087 "src/heap/spaces-inl.h",
1088 "src/heap/spaces.cc", 1088 "src/heap/spaces.cc",
1089 "src/heap/spaces.h", 1089 "src/heap/spaces.h",
1090 "src/heap/store-buffer-inl.h",
1091 "src/heap/store-buffer.cc", 1090 "src/heap/store-buffer.cc",
1092 "src/heap/store-buffer.h", 1091 "src/heap/store-buffer.h",
1093 "src/i18n.cc", 1092 "src/i18n.cc",
1094 "src/i18n.h", 1093 "src/i18n.h",
1095 "src/icu_util.cc", 1094 "src/icu_util.cc",
1096 "src/icu_util.h", 1095 "src/icu_util.h",
1097 "src/ic/access-compiler.cc", 1096 "src/ic/access-compiler.cc",
1098 "src/ic/access-compiler.h", 1097 "src/ic/access-compiler.h",
1099 "src/ic/call-optimization.cc", 1098 "src/ic/call-optimization.cc",
1100 "src/ic/call-optimization.h", 1099 "src/ic/call-optimization.h",
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
2097 2096
2098 configs -= [ "//build/config/compiler:chromium_code" ] 2097 configs -= [ "//build/config/compiler:chromium_code" ]
2099 configs += [ "//build/config/compiler:no_chromium_code" ] 2098 configs += [ "//build/config/compiler:no_chromium_code" ]
2100 configs += [ 2099 configs += [
2101 ":internal_config", 2100 ":internal_config",
2102 ":libplatform_config", 2101 ":libplatform_config",
2103 ":features", 2102 ":features",
2104 ":toolchain", 2103 ":toolchain",
2105 ] 2104 ]
2106 } 2105 }
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698