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

Side by Side Diff: BUILD.gn

Issue 1921563002: [turbofan] Initial version of number type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 6 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/compiler.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 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 "src/compiler/node-marker.cc", 957 "src/compiler/node-marker.cc",
958 "src/compiler/node-marker.h", 958 "src/compiler/node-marker.h",
959 "src/compiler/node-matchers.cc", 959 "src/compiler/node-matchers.cc",
960 "src/compiler/node-matchers.h", 960 "src/compiler/node-matchers.h",
961 "src/compiler/node-properties.cc", 961 "src/compiler/node-properties.cc",
962 "src/compiler/node-properties.h", 962 "src/compiler/node-properties.h",
963 "src/compiler/node.cc", 963 "src/compiler/node.cc",
964 "src/compiler/node.h", 964 "src/compiler/node.h",
965 "src/compiler/opcodes.cc", 965 "src/compiler/opcodes.cc",
966 "src/compiler/opcodes.h", 966 "src/compiler/opcodes.h",
967 "src/compiler/operation-typer.cc",
968 "src/compiler/operation-typer.h",
967 "src/compiler/operator-properties.cc", 969 "src/compiler/operator-properties.cc",
968 "src/compiler/operator-properties.h", 970 "src/compiler/operator-properties.h",
969 "src/compiler/operator.cc", 971 "src/compiler/operator.cc",
970 "src/compiler/operator.h", 972 "src/compiler/operator.h",
971 "src/compiler/osr.cc", 973 "src/compiler/osr.cc",
972 "src/compiler/osr.h", 974 "src/compiler/osr.h",
973 "src/compiler/pipeline-statistics.cc", 975 "src/compiler/pipeline-statistics.cc",
974 "src/compiler/pipeline-statistics.h", 976 "src/compiler/pipeline-statistics.h",
975 "src/compiler/pipeline.cc", 977 "src/compiler/pipeline.cc",
976 "src/compiler/pipeline.h", 978 "src/compiler/pipeline.h",
(...skipping 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
2228 sources = [ 2230 sources = [
2229 "test/fuzzer/wasm-asmjs.cc", 2231 "test/fuzzer/wasm-asmjs.cc",
2230 ] 2232 ]
2231 2233
2232 deps = [ 2234 deps = [
2233 ":fuzzer_support", 2235 ":fuzzer_support",
2234 ] 2236 ]
2235 2237
2236 configs = [ ":internal_config" ] 2238 configs = [ ":internal_config" ]
2237 } 2239 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698