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

Side by Side Diff: BUILD.gn

Issue 1218863002: Replace reduce-memory mode in idle notification with delayed clean-up GC. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix test 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/heap/gc-idle-time-handler.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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 "src/heap/heap-inl.h", 836 "src/heap/heap-inl.h",
837 "src/heap/heap.cc", 837 "src/heap/heap.cc",
838 "src/heap/heap.h", 838 "src/heap/heap.h",
839 "src/heap/identity-map.cc", 839 "src/heap/identity-map.cc",
840 "src/heap/identity-map.h", 840 "src/heap/identity-map.h",
841 "src/heap/incremental-marking.cc", 841 "src/heap/incremental-marking.cc",
842 "src/heap/incremental-marking.h", 842 "src/heap/incremental-marking.h",
843 "src/heap/mark-compact-inl.h", 843 "src/heap/mark-compact-inl.h",
844 "src/heap/mark-compact.cc", 844 "src/heap/mark-compact.cc",
845 "src/heap/mark-compact.h", 845 "src/heap/mark-compact.h",
846 "src/heap/memory-reducer.cc",
847 "src/heap/memory-reducer.h",
846 "src/heap/objects-visiting-inl.h", 848 "src/heap/objects-visiting-inl.h",
847 "src/heap/objects-visiting.cc", 849 "src/heap/objects-visiting.cc",
848 "src/heap/objects-visiting.h", 850 "src/heap/objects-visiting.h",
849 "src/heap/spaces-inl.h", 851 "src/heap/spaces-inl.h",
850 "src/heap/spaces.cc", 852 "src/heap/spaces.cc",
851 "src/heap/spaces.h", 853 "src/heap/spaces.h",
852 "src/heap/store-buffer-inl.h", 854 "src/heap/store-buffer-inl.h",
853 "src/heap/store-buffer.cc", 855 "src/heap/store-buffer.cc",
854 "src/heap/store-buffer.h", 856 "src/heap/store-buffer.h",
855 "src/hydrogen-alias-analysis.h", 857 "src/hydrogen-alias-analysis.h",
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 sources += [ 1685 sources += [
1684 "src/d8-debug.cc", 1686 "src/d8-debug.cc",
1685 "$target_gen_dir/d8-js.cc", 1687 "$target_gen_dir/d8-js.cc",
1686 ] 1688 ]
1687 } 1689 }
1688 if (v8_enable_i18n_support) { 1690 if (v8_enable_i18n_support) {
1689 deps += [ "//third_party/icu" ] 1691 deps += [ "//third_party/icu" ]
1690 } 1692 }
1691 } 1693 }
1692 } 1694 }
OLDNEW
« no previous file with comments | « no previous file | src/heap/gc-idle-time-handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698