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

Side by Side Diff: BUILD.gn

Issue 2161543002: [turbofan] Add support for eager/soft deoptimization reasons. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Do the ports properly Created 4 years, 5 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 | src/arm/assembler-arm.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/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 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 "src/debug/debug-evaluate.cc", 1159 "src/debug/debug-evaluate.cc",
1160 "src/debug/debug-evaluate.h", 1160 "src/debug/debug-evaluate.h",
1161 "src/debug/debug-frames.cc", 1161 "src/debug/debug-frames.cc",
1162 "src/debug/debug-frames.h", 1162 "src/debug/debug-frames.h",
1163 "src/debug/debug-scopes.cc", 1163 "src/debug/debug-scopes.cc",
1164 "src/debug/debug-scopes.h", 1164 "src/debug/debug-scopes.h",
1165 "src/debug/debug.cc", 1165 "src/debug/debug.cc",
1166 "src/debug/debug.h", 1166 "src/debug/debug.h",
1167 "src/debug/liveedit.cc", 1167 "src/debug/liveedit.cc",
1168 "src/debug/liveedit.h", 1168 "src/debug/liveedit.h",
1169 "src/deoptimize-reason.cc",
1170 "src/deoptimize-reason.h",
1169 "src/deoptimizer.cc", 1171 "src/deoptimizer.cc",
1170 "src/deoptimizer.h", 1172 "src/deoptimizer.h",
1171 "src/disasm.h", 1173 "src/disasm.h",
1172 "src/disassembler.cc", 1174 "src/disassembler.cc",
1173 "src/disassembler.h", 1175 "src/disassembler.h",
1174 "src/diy-fp.cc", 1176 "src/diy-fp.cc",
1175 "src/diy-fp.h", 1177 "src/diy-fp.h",
1176 "src/double.h", 1178 "src/double.h",
1177 "src/dtoa.cc", 1179 "src/dtoa.cc",
1178 "src/dtoa.h", 1180 "src/dtoa.h",
(...skipping 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after
2431 2433
2432 deps = [ 2434 deps = [
2433 ":fuzzer_support", 2435 ":fuzzer_support",
2434 ] 2436 ]
2435 2437
2436 configs = [ ":internal_config" ] 2438 configs = [ ":internal_config" ]
2437 } 2439 }
2438 2440
2439 v8_fuzzer("wasm_asmjs_fuzzer") { 2441 v8_fuzzer("wasm_asmjs_fuzzer") {
2440 } 2442 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/assembler-arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698