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

Side by Side Diff: BUILD.gn

Issue 944803002: [turbofan] Finally get rid of the generic algorithm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE. FIX. Created 5 years, 10 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/generic-algorithm.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 # Because standalone V8 builds are not supported, assume this is part of a 5 # Because standalone V8 builds are not supported, assume this is part of a
6 # Chromium build. 6 # Chromium build.
7 import("//build/module_args/v8.gni") 7 import("//build/module_args/v8.gni")
8 8
9 # TODO(jochen): These will need to be user-settable to support standalone V8 9 # TODO(jochen): These will need to be user-settable to support standalone V8
10 # builds. 10 # builds.
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "src/compiler/control-builders.h", 528 "src/compiler/control-builders.h",
529 "src/compiler/control-equivalence.h", 529 "src/compiler/control-equivalence.h",
530 "src/compiler/control-flow-optimizer.cc", 530 "src/compiler/control-flow-optimizer.cc",
531 "src/compiler/control-flow-optimizer.h", 531 "src/compiler/control-flow-optimizer.h",
532 "src/compiler/control-reducer.cc", 532 "src/compiler/control-reducer.cc",
533 "src/compiler/control-reducer.h", 533 "src/compiler/control-reducer.h",
534 "src/compiler/diamond.h", 534 "src/compiler/diamond.h",
535 "src/compiler/frame.h", 535 "src/compiler/frame.h",
536 "src/compiler/gap-resolver.cc", 536 "src/compiler/gap-resolver.cc",
537 "src/compiler/gap-resolver.h", 537 "src/compiler/gap-resolver.h",
538 "src/compiler/generic-algorithm.h",
539 "src/compiler/graph-builder.h", 538 "src/compiler/graph-builder.h",
540 "src/compiler/graph-inl.h",
541 "src/compiler/graph-reducer.cc", 539 "src/compiler/graph-reducer.cc",
542 "src/compiler/graph-reducer.h", 540 "src/compiler/graph-reducer.h",
543 "src/compiler/graph-replay.cc", 541 "src/compiler/graph-replay.cc",
544 "src/compiler/graph-replay.h", 542 "src/compiler/graph-replay.h",
545 "src/compiler/graph-visualizer.cc", 543 "src/compiler/graph-visualizer.cc",
546 "src/compiler/graph-visualizer.h", 544 "src/compiler/graph-visualizer.h",
547 "src/compiler/graph.cc", 545 "src/compiler/graph.cc",
548 "src/compiler/graph.h", 546 "src/compiler/graph.h",
549 "src/compiler/instruction-codes.h", 547 "src/compiler/instruction-codes.h",
550 "src/compiler/instruction-selector-impl.h", 548 "src/compiler/instruction-selector-impl.h",
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 sources += [ 1552 sources += [
1555 "src/d8-debug.cc", 1553 "src/d8-debug.cc",
1556 "$target_gen_dir/d8-js.cc", 1554 "$target_gen_dir/d8-js.cc",
1557 ] 1555 ]
1558 } 1556 }
1559 if (v8_enable_i18n_support) { 1557 if (v8_enable_i18n_support) {
1560 deps += [ "//third_party/icu" ] 1558 deps += [ "//third_party/icu" ]
1561 } 1559 }
1562 } 1560 }
1563 } 1561 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/generic-algorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698