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

Side by Side Diff: BUILD.gn

Issue 1287383003: Re-reland: Remove register index/code indirection (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Updated to ToT Created 5 years, 3 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') | src/arm/deoptimizer-arm.cc » ('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/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 # Because standalone V8 builds are not supported, assume this is part of a 10 # Because standalone V8 builds are not supported, assume this is part of a
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 "src/compiler/pipeline.cc", 831 "src/compiler/pipeline.cc",
832 "src/compiler/pipeline.h", 832 "src/compiler/pipeline.h",
833 "src/compiler/pipeline-statistics.cc", 833 "src/compiler/pipeline-statistics.cc",
834 "src/compiler/pipeline-statistics.h", 834 "src/compiler/pipeline-statistics.h",
835 "src/compiler/raw-machine-assembler.cc", 835 "src/compiler/raw-machine-assembler.cc",
836 "src/compiler/raw-machine-assembler.h", 836 "src/compiler/raw-machine-assembler.h",
837 "src/compiler/register-allocator.cc", 837 "src/compiler/register-allocator.cc",
838 "src/compiler/register-allocator.h", 838 "src/compiler/register-allocator.h",
839 "src/compiler/register-allocator-verifier.cc", 839 "src/compiler/register-allocator-verifier.cc",
840 "src/compiler/register-allocator-verifier.h", 840 "src/compiler/register-allocator-verifier.h",
841 "src/compiler/register-configuration.cc",
842 "src/compiler/register-configuration.h",
843 "src/compiler/representation-change.h", 841 "src/compiler/representation-change.h",
844 "src/compiler/schedule.cc", 842 "src/compiler/schedule.cc",
845 "src/compiler/schedule.h", 843 "src/compiler/schedule.h",
846 "src/compiler/scheduler.cc", 844 "src/compiler/scheduler.cc",
847 "src/compiler/scheduler.h", 845 "src/compiler/scheduler.h",
848 "src/compiler/select-lowering.cc", 846 "src/compiler/select-lowering.cc",
849 "src/compiler/select-lowering.h", 847 "src/compiler/select-lowering.h",
850 "src/compiler/simplified-lowering.cc", 848 "src/compiler/simplified-lowering.cc",
851 "src/compiler/simplified-lowering.h", 849 "src/compiler/simplified-lowering.h",
852 "src/compiler/simplified-operator-reducer.cc", 850 "src/compiler/simplified-operator-reducer.cc",
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 "src/regexp/jsregexp.h", 1138 "src/regexp/jsregexp.h",
1141 "src/regexp/regexp-macro-assembler-irregexp-inl.h", 1139 "src/regexp/regexp-macro-assembler-irregexp-inl.h",
1142 "src/regexp/regexp-macro-assembler-irregexp.cc", 1140 "src/regexp/regexp-macro-assembler-irregexp.cc",
1143 "src/regexp/regexp-macro-assembler-irregexp.h", 1141 "src/regexp/regexp-macro-assembler-irregexp.h",
1144 "src/regexp/regexp-macro-assembler-tracer.cc", 1142 "src/regexp/regexp-macro-assembler-tracer.cc",
1145 "src/regexp/regexp-macro-assembler-tracer.h", 1143 "src/regexp/regexp-macro-assembler-tracer.h",
1146 "src/regexp/regexp-macro-assembler.cc", 1144 "src/regexp/regexp-macro-assembler.cc",
1147 "src/regexp/regexp-macro-assembler.h", 1145 "src/regexp/regexp-macro-assembler.h",
1148 "src/regexp/regexp-stack.cc", 1146 "src/regexp/regexp-stack.cc",
1149 "src/regexp/regexp-stack.h", 1147 "src/regexp/regexp-stack.h",
1148 "src/register-configuration.cc",
1149 "src/register-configuration.h",
1150 "src/runtime-profiler.cc", 1150 "src/runtime-profiler.cc",
1151 "src/runtime-profiler.h", 1151 "src/runtime-profiler.h",
1152 "src/runtime/runtime-array.cc", 1152 "src/runtime/runtime-array.cc",
1153 "src/runtime/runtime-atomics.cc", 1153 "src/runtime/runtime-atomics.cc",
1154 "src/runtime/runtime-classes.cc", 1154 "src/runtime/runtime-classes.cc",
1155 "src/runtime/runtime-collections.cc", 1155 "src/runtime/runtime-collections.cc",
1156 "src/runtime/runtime-compiler.cc", 1156 "src/runtime/runtime-compiler.cc",
1157 "src/runtime/runtime-date.cc", 1157 "src/runtime/runtime-date.cc",
1158 "src/runtime/runtime-debug.cc", 1158 "src/runtime/runtime-debug.cc",
1159 "src/runtime/runtime-forin.cc", 1159 "src/runtime/runtime-forin.cc",
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 if (!is_component_build) { 1845 if (!is_component_build) {
1846 sources += [ 1846 sources += [
1847 "$target_gen_dir/d8-js.cc", 1847 "$target_gen_dir/d8-js.cc",
1848 ] 1848 ]
1849 } 1849 }
1850 if (v8_enable_i18n_support) { 1850 if (v8_enable_i18n_support) {
1851 deps += [ "//third_party/icu" ] 1851 deps += [ "//third_party/icu" ]
1852 } 1852 }
1853 } 1853 }
1854 } 1854 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/assembler-arm.h » ('j') | src/arm/deoptimizer-arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698