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

Side by Side Diff: BUILD.gn

Issue 1613163002: [interpreter] Wide register support. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 11 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/interpreter/bytecode-array-builder.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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 "src/interpreter/bytecode-register-allocator.h", 1111 "src/interpreter/bytecode-register-allocator.h",
1112 "src/interpreter/bytecode-traits.h", 1112 "src/interpreter/bytecode-traits.h",
1113 "src/interpreter/constant-array-builder.cc", 1113 "src/interpreter/constant-array-builder.cc",
1114 "src/interpreter/constant-array-builder.h", 1114 "src/interpreter/constant-array-builder.h",
1115 "src/interpreter/control-flow-builders.cc", 1115 "src/interpreter/control-flow-builders.cc",
1116 "src/interpreter/control-flow-builders.h", 1116 "src/interpreter/control-flow-builders.h",
1117 "src/interpreter/handler-table-builder.cc", 1117 "src/interpreter/handler-table-builder.cc",
1118 "src/interpreter/handler-table-builder.h", 1118 "src/interpreter/handler-table-builder.h",
1119 "src/interpreter/interpreter.cc", 1119 "src/interpreter/interpreter.cc",
1120 "src/interpreter/interpreter.h", 1120 "src/interpreter/interpreter.h",
1121 "src/interpreter/register-translator.cc",
1122 "src/interpreter/register-translator.h",
1121 "src/isolate-inl.h", 1123 "src/isolate-inl.h",
1122 "src/isolate.cc", 1124 "src/isolate.cc",
1123 "src/isolate.h", 1125 "src/isolate.h",
1124 "src/json-stringifier.h", 1126 "src/json-stringifier.h",
1125 "src/key-accumulator.h", 1127 "src/key-accumulator.h",
1126 "src/key-accumulator.cc", 1128 "src/key-accumulator.cc",
1127 "src/layout-descriptor-inl.h", 1129 "src/layout-descriptor-inl.h",
1128 "src/layout-descriptor.cc", 1130 "src/layout-descriptor.cc",
1129 "src/layout-descriptor.h", 1131 "src/layout-descriptor.h",
1130 "src/list-inl.h", 1132 "src/list-inl.h",
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 ] 1946 ]
1945 1947
1946 configs -= [ "//build/config/compiler:chromium_code" ] 1948 configs -= [ "//build/config/compiler:chromium_code" ]
1947 configs += [ "//build/config/compiler:no_chromium_code" ] 1949 configs += [ "//build/config/compiler:no_chromium_code" ]
1948 configs += [ 1950 configs += [
1949 ":internal_config", 1951 ":internal_config",
1950 ":features", 1952 ":features",
1951 ":toolchain", 1953 ":toolchain",
1952 ] 1954 ]
1953 } 1955 }
OLDNEW
« no previous file with comments | « no previous file | src/interpreter/bytecode-array-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698