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

Side by Side Diff: BUILD.gn

Issue 1246603002: Don't run the second pass of the pending phantom callbacks if the heap has been torn down. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update 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/cancelable-task.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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "src/bignum-dtoa.h", 623 "src/bignum-dtoa.h",
624 "src/bignum.cc", 624 "src/bignum.cc",
625 "src/bignum.h", 625 "src/bignum.h",
626 "src/bit-vector.cc", 626 "src/bit-vector.cc",
627 "src/bit-vector.h", 627 "src/bit-vector.h",
628 "src/bootstrapper.cc", 628 "src/bootstrapper.cc",
629 "src/bootstrapper.h", 629 "src/bootstrapper.h",
630 "src/builtins.cc", 630 "src/builtins.cc",
631 "src/builtins.h", 631 "src/builtins.h",
632 "src/bytecodes-irregexp.h", 632 "src/bytecodes-irregexp.h",
633 "src/cancelable-task.cc",
634 "src/cancelable-task.h",
633 "src/cached-powers.cc", 635 "src/cached-powers.cc",
634 "src/cached-powers.h", 636 "src/cached-powers.h",
635 "src/char-predicates.cc", 637 "src/char-predicates.cc",
636 "src/char-predicates-inl.h", 638 "src/char-predicates-inl.h",
637 "src/char-predicates.h", 639 "src/char-predicates.h",
638 "src/checks.cc", 640 "src/checks.cc",
639 "src/checks.h", 641 "src/checks.h",
640 "src/circular-queue-inl.h", 642 "src/circular-queue-inl.h",
641 "src/circular-queue.h", 643 "src/circular-queue.h",
642 "src/code-factory.cc", 644 "src/code-factory.cc",
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1761 "src/d8-debug.cc", 1763 "src/d8-debug.cc",
1762 "src/d8-debug.h", 1764 "src/d8-debug.h",
1763 "$target_gen_dir/d8-js.cc", 1765 "$target_gen_dir/d8-js.cc",
1764 ] 1766 ]
1765 } 1767 }
1766 if (v8_enable_i18n_support) { 1768 if (v8_enable_i18n_support) {
1767 deps += [ "//third_party/icu" ] 1769 deps += [ "//third_party/icu" ]
1768 } 1770 }
1769 } 1771 }
1770 } 1772 }
OLDNEW
« no previous file with comments | « no previous file | src/cancelable-task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698