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

Side by Side Diff: BUILD.gn

Issue 1205173002: [turbofan] Greedy allocator refactoring. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 "src/compiler/all-nodes.cc", 605 "src/compiler/all-nodes.cc",
606 "src/compiler/all-nodes.h", 606 "src/compiler/all-nodes.h",
607 "src/compiler/ast-graph-builder.cc", 607 "src/compiler/ast-graph-builder.cc",
608 "src/compiler/ast-graph-builder.h", 608 "src/compiler/ast-graph-builder.h",
609 "src/compiler/ast-loop-assignment-analyzer.cc", 609 "src/compiler/ast-loop-assignment-analyzer.cc",
610 "src/compiler/ast-loop-assignment-analyzer.h", 610 "src/compiler/ast-loop-assignment-analyzer.h",
611 "src/compiler/basic-block-instrumentor.cc", 611 "src/compiler/basic-block-instrumentor.cc",
612 "src/compiler/basic-block-instrumentor.h", 612 "src/compiler/basic-block-instrumentor.h",
613 "src/compiler/change-lowering.cc", 613 "src/compiler/change-lowering.cc",
614 "src/compiler/change-lowering.h", 614 "src/compiler/change-lowering.h",
615 "src/compiler/coalesced-live-ranges.cc",
616 "src/compiler/coalesced-live-ranges.h",
615 "src/compiler/code-generator-impl.h", 617 "src/compiler/code-generator-impl.h",
616 "src/compiler/code-generator.cc", 618 "src/compiler/code-generator.cc",
617 "src/compiler/code-generator.h", 619 "src/compiler/code-generator.h",
618 "src/compiler/common-node-cache.cc", 620 "src/compiler/common-node-cache.cc",
619 "src/compiler/common-node-cache.h", 621 "src/compiler/common-node-cache.h",
620 "src/compiler/common-operator-reducer.cc", 622 "src/compiler/common-operator-reducer.cc",
621 "src/compiler/common-operator-reducer.h", 623 "src/compiler/common-operator-reducer.h",
622 "src/compiler/common-operator.cc", 624 "src/compiler/common-operator.cc",
623 "src/compiler/common-operator.h", 625 "src/compiler/common-operator.h",
624 "src/compiler/control-builders.cc", 626 "src/compiler/control-builders.cc",
(...skipping 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 sources += [ 1685 sources += [
1684 "src/d8-debug.cc", 1686 "src/d8-debug.cc",
1685 "$target_gen_dir/d8-js.cc", 1687 "$target_gen_dir/d8-js.cc",
1686 ] 1688 ]
1687 } 1689 }
1688 if (v8_enable_i18n_support) { 1690 if (v8_enable_i18n_support) {
1689 deps += [ "//third_party/icu" ] 1691 deps += [ "//third_party/icu" ]
1690 } 1692 }
1691 } 1693 }
1692 } 1694 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/coalesced-live-ranges.h » ('j') | src/compiler/coalesced-live-ranges.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698