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

Side by Side Diff: BUILD.gn

Issue 1261923007: [turbofan] Unify referencing of stack slots (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review feedback Created 5 years, 4 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/lithium-codegen-arm.cc » ('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 8
9 # Because standalone V8 builds are not supported, assume this is part of a 9 # Because standalone V8 builds are not supported, assume this is part of a
10 # Chromium build. 10 # Chromium build.
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "src/compiler/common-operator.h", 680 "src/compiler/common-operator.h",
681 "src/compiler/control-builders.cc", 681 "src/compiler/control-builders.cc",
682 "src/compiler/control-builders.h", 682 "src/compiler/control-builders.h",
683 "src/compiler/control-equivalence.cc", 683 "src/compiler/control-equivalence.cc",
684 "src/compiler/control-equivalence.h", 684 "src/compiler/control-equivalence.h",
685 "src/compiler/control-flow-optimizer.cc", 685 "src/compiler/control-flow-optimizer.cc",
686 "src/compiler/control-flow-optimizer.h", 686 "src/compiler/control-flow-optimizer.h",
687 "src/compiler/dead-code-elimination.cc", 687 "src/compiler/dead-code-elimination.cc",
688 "src/compiler/dead-code-elimination.h", 688 "src/compiler/dead-code-elimination.h",
689 "src/compiler/diamond.h", 689 "src/compiler/diamond.h",
690 "src/compiler/frame.cc",
690 "src/compiler/frame.h", 691 "src/compiler/frame.h",
691 "src/compiler/frame-elider.cc", 692 "src/compiler/frame-elider.cc",
692 "src/compiler/frame-elider.h", 693 "src/compiler/frame-elider.h",
693 "src/compiler/frame-states.cc", 694 "src/compiler/frame-states.cc",
694 "src/compiler/frame-states.h", 695 "src/compiler/frame-states.h",
695 "src/compiler/gap-resolver.cc", 696 "src/compiler/gap-resolver.cc",
696 "src/compiler/gap-resolver.h", 697 "src/compiler/gap-resolver.h",
697 "src/compiler/graph-reducer.cc", 698 "src/compiler/graph-reducer.cc",
698 "src/compiler/graph-reducer.h", 699 "src/compiler/graph-reducer.h",
699 "src/compiler/graph-replay.cc", 700 "src/compiler/graph-replay.cc",
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 if (!is_component_build) { 1774 if (!is_component_build) {
1774 sources += [ 1775 sources += [
1775 "$target_gen_dir/d8-js.cc", 1776 "$target_gen_dir/d8-js.cc",
1776 ] 1777 ]
1777 } 1778 }
1778 if (v8_enable_i18n_support) { 1779 if (v8_enable_i18n_support) {
1779 deps += [ "//third_party/icu" ] 1780 deps += [ "//third_party/icu" ]
1780 } 1781 }
1781 } 1782 }
1782 } 1783 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/lithium-codegen-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698