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

Side by Side Diff: BUILD.gn

Issue 883613006: [turbofan] Cleanup the NodeProperties. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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/arm/code-generator-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 # 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 "src/compiler/move-optimizer.cc", 588 "src/compiler/move-optimizer.cc",
589 "src/compiler/move-optimizer.h", 589 "src/compiler/move-optimizer.h",
590 "src/compiler/node-aux-data-inl.h", 590 "src/compiler/node-aux-data-inl.h",
591 "src/compiler/node-aux-data.h", 591 "src/compiler/node-aux-data.h",
592 "src/compiler/node-cache.cc", 592 "src/compiler/node-cache.cc",
593 "src/compiler/node-cache.h", 593 "src/compiler/node-cache.h",
594 "src/compiler/node-marker.cc", 594 "src/compiler/node-marker.cc",
595 "src/compiler/node-marker.h", 595 "src/compiler/node-marker.h",
596 "src/compiler/node-matchers.h", 596 "src/compiler/node-matchers.h",
597 "src/compiler/node-properties.cc", 597 "src/compiler/node-properties.cc",
598 "src/compiler/node-properties-inl.h",
599 "src/compiler/node-properties.h", 598 "src/compiler/node-properties.h",
600 "src/compiler/node.cc", 599 "src/compiler/node.cc",
601 "src/compiler/node.h", 600 "src/compiler/node.h",
602 "src/compiler/opcodes.cc", 601 "src/compiler/opcodes.cc",
603 "src/compiler/opcodes.h", 602 "src/compiler/opcodes.h",
604 "src/compiler/operator-properties.cc", 603 "src/compiler/operator-properties.cc",
605 "src/compiler/operator-properties.h", 604 "src/compiler/operator-properties.h",
606 "src/compiler/operator.cc", 605 "src/compiler/operator.cc",
607 "src/compiler/operator.h", 606 "src/compiler/operator.h",
608 "src/compiler/osr.cc", 607 "src/compiler/osr.cc",
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 sources += [ 1555 sources += [
1557 "src/d8-debug.cc", 1556 "src/d8-debug.cc",
1558 "$target_gen_dir/d8-js.cc", 1557 "$target_gen_dir/d8-js.cc",
1559 ] 1558 ]
1560 } 1559 }
1561 if (v8_enable_i18n_support) { 1560 if (v8_enable_i18n_support) {
1562 deps += [ "//third_party/icu" ] 1561 deps += [ "//third_party/icu" ]
1563 } 1562 }
1564 } 1563 }
1565 } 1564 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/arm/code-generator-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698