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

Side by Side Diff: BUILD.gn

Issue 1053123006: Calculate blocks needing a frame and frame (de)construction sites. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added missing files Created 5 years, 7 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/code-generator.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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 "src/compiler/control-builders.cc", 566 "src/compiler/control-builders.cc",
567 "src/compiler/control-builders.h", 567 "src/compiler/control-builders.h",
568 "src/compiler/control-equivalence.cc", 568 "src/compiler/control-equivalence.cc",
569 "src/compiler/control-equivalence.h", 569 "src/compiler/control-equivalence.h",
570 "src/compiler/control-flow-optimizer.cc", 570 "src/compiler/control-flow-optimizer.cc",
571 "src/compiler/control-flow-optimizer.h", 571 "src/compiler/control-flow-optimizer.h",
572 "src/compiler/control-reducer.cc", 572 "src/compiler/control-reducer.cc",
573 "src/compiler/control-reducer.h", 573 "src/compiler/control-reducer.h",
574 "src/compiler/diamond.h", 574 "src/compiler/diamond.h",
575 "src/compiler/frame.h", 575 "src/compiler/frame.h",
576 "src/compiler/frame-elider.cc",
577 "src/compiler/frame-elider.h",
576 "src/compiler/gap-resolver.cc", 578 "src/compiler/gap-resolver.cc",
577 "src/compiler/gap-resolver.h", 579 "src/compiler/gap-resolver.h",
578 "src/compiler/graph-builder.h", 580 "src/compiler/graph-builder.h",
579 "src/compiler/graph-reducer.cc", 581 "src/compiler/graph-reducer.cc",
580 "src/compiler/graph-reducer.h", 582 "src/compiler/graph-reducer.h",
581 "src/compiler/graph-replay.cc", 583 "src/compiler/graph-replay.cc",
582 "src/compiler/graph-replay.h", 584 "src/compiler/graph-replay.h",
583 "src/compiler/graph-visualizer.cc", 585 "src/compiler/graph-visualizer.cc",
584 "src/compiler/graph-visualizer.h", 586 "src/compiler/graph-visualizer.h",
585 "src/compiler/graph.cc", 587 "src/compiler/graph.cc",
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 sources += [ 1606 sources += [
1605 "src/d8-debug.cc", 1607 "src/d8-debug.cc",
1606 "$target_gen_dir/d8-js.cc", 1608 "$target_gen_dir/d8-js.cc",
1607 ] 1609 ]
1608 } 1610 }
1609 if (v8_enable_i18n_support) { 1611 if (v8_enable_i18n_support) {
1610 deps += [ "//third_party/icu" ] 1612 deps += [ "//third_party/icu" ]
1611 } 1613 }
1612 } 1614 }
1613 } 1615 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/code-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698