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

Side by Side Diff: BUILD.gn

Issue 1252093002: [turbofan] Remove bloated GraphBuilder base class. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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/compiler/graph-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 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.h", 690 "src/compiler/frame.h",
691 "src/compiler/frame-elider.cc", 691 "src/compiler/frame-elider.cc",
692 "src/compiler/frame-elider.h", 692 "src/compiler/frame-elider.h",
693 "src/compiler/frame-states.cc", 693 "src/compiler/frame-states.cc",
694 "src/compiler/frame-states.h", 694 "src/compiler/frame-states.h",
695 "src/compiler/gap-resolver.cc", 695 "src/compiler/gap-resolver.cc",
696 "src/compiler/gap-resolver.h", 696 "src/compiler/gap-resolver.h",
697 "src/compiler/graph-builder.h",
698 "src/compiler/graph-reducer.cc", 697 "src/compiler/graph-reducer.cc",
699 "src/compiler/graph-reducer.h", 698 "src/compiler/graph-reducer.h",
700 "src/compiler/graph-replay.cc", 699 "src/compiler/graph-replay.cc",
701 "src/compiler/graph-replay.h", 700 "src/compiler/graph-replay.h",
702 "src/compiler/graph-trimmer.cc", 701 "src/compiler/graph-trimmer.cc",
703 "src/compiler/graph-trimmer.h", 702 "src/compiler/graph-trimmer.h",
704 "src/compiler/graph-visualizer.cc", 703 "src/compiler/graph-visualizer.cc",
705 "src/compiler/graph-visualizer.h", 704 "src/compiler/graph-visualizer.h",
706 "src/compiler/graph.cc", 705 "src/compiler/graph.cc",
707 "src/compiler/graph.h", 706 "src/compiler/graph.h",
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1765 "src/d8-debug.cc", 1764 "src/d8-debug.cc",
1766 "src/d8-debug.h", 1765 "src/d8-debug.h",
1767 "$target_gen_dir/d8-js.cc", 1766 "$target_gen_dir/d8-js.cc",
1768 ] 1767 ]
1769 } 1768 }
1770 if (v8_enable_i18n_support) { 1769 if (v8_enable_i18n_support) {
1771 deps += [ "//third_party/icu" ] 1770 deps += [ "//third_party/icu" ]
1772 } 1771 }
1773 } 1772 }
1774 } 1773 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/graph-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698