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

Side by Side Diff: BUILD.gn

Issue 1460183002: [turbofan] Add general support for sp-based frame access (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: All platforms Created 5 years, 1 month 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/arm/code-generator-arm.cc » ('j') | src/compiler/code-generator.h » ('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 if (is_android) { 10 if (is_android) {
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 "src/compiler/control-builders.h", 746 "src/compiler/control-builders.h",
747 "src/compiler/control-equivalence.cc", 747 "src/compiler/control-equivalence.cc",
748 "src/compiler/control-equivalence.h", 748 "src/compiler/control-equivalence.h",
749 "src/compiler/control-flow-optimizer.cc", 749 "src/compiler/control-flow-optimizer.cc",
750 "src/compiler/control-flow-optimizer.h", 750 "src/compiler/control-flow-optimizer.h",
751 "src/compiler/dead-code-elimination.cc", 751 "src/compiler/dead-code-elimination.cc",
752 "src/compiler/dead-code-elimination.h", 752 "src/compiler/dead-code-elimination.h",
753 "src/compiler/diamond.h", 753 "src/compiler/diamond.h",
754 "src/compiler/frame.cc", 754 "src/compiler/frame.cc",
755 "src/compiler/frame.h", 755 "src/compiler/frame.h",
756 "src/compiler/frame-access-state.cc",
757 "src/compiler/frame-access-state.h",
756 "src/compiler/frame-elider.cc", 758 "src/compiler/frame-elider.cc",
757 "src/compiler/frame-elider.h", 759 "src/compiler/frame-elider.h",
758 "src/compiler/frame-states.cc", 760 "src/compiler/frame-states.cc",
759 "src/compiler/frame-states.h", 761 "src/compiler/frame-states.h",
760 "src/compiler/gap-resolver.cc", 762 "src/compiler/gap-resolver.cc",
761 "src/compiler/gap-resolver.h", 763 "src/compiler/gap-resolver.h",
762 "src/compiler/graph-reducer.cc", 764 "src/compiler/graph-reducer.cc",
763 "src/compiler/graph-reducer.h", 765 "src/compiler/graph-reducer.h",
764 "src/compiler/graph-replay.cc", 766 "src/compiler/graph-replay.cc",
765 "src/compiler/graph-replay.h", 767 "src/compiler/graph-replay.h",
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 if (!is_component_build) { 1870 if (!is_component_build) {
1869 sources += [ 1871 sources += [
1870 "$target_gen_dir/d8-js.cc", 1872 "$target_gen_dir/d8-js.cc",
1871 ] 1873 ]
1872 } 1874 }
1873 if (v8_enable_i18n_support) { 1875 if (v8_enable_i18n_support) {
1874 deps += [ "//third_party/icu" ] 1876 deps += [ "//third_party/icu" ]
1875 } 1877 }
1876 } 1878 }
1877 } 1879 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/arm/code-generator-arm.cc » ('j') | src/compiler/code-generator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698