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

Side by Side Diff: BUILD.gn

Issue 2852953004: [heap] Extract marking deque to separate file. (Closed)
Patch Set: fix build.gn Created 3 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/heap/mark-compact.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/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 "src/heap/objects-visiting-inl.h", 1595 "src/heap/objects-visiting-inl.h",
1596 "src/heap/objects-visiting.cc", 1596 "src/heap/objects-visiting.cc",
1597 "src/heap/objects-visiting.h", 1597 "src/heap/objects-visiting.h",
1598 "src/heap/page-parallel-job.h", 1598 "src/heap/page-parallel-job.h",
1599 "src/heap/remembered-set.h", 1599 "src/heap/remembered-set.h",
1600 "src/heap/scavenge-job.cc", 1600 "src/heap/scavenge-job.cc",
1601 "src/heap/scavenge-job.h", 1601 "src/heap/scavenge-job.h",
1602 "src/heap/scavenger-inl.h", 1602 "src/heap/scavenger-inl.h",
1603 "src/heap/scavenger.cc", 1603 "src/heap/scavenger.cc",
1604 "src/heap/scavenger.h", 1604 "src/heap/scavenger.h",
1605 "src/heap/sequential-marking-deque.cc",
1606 "src/heap/sequential-marking-deque.h",
1605 "src/heap/slot-set.h", 1607 "src/heap/slot-set.h",
1606 "src/heap/spaces-inl.h", 1608 "src/heap/spaces-inl.h",
1607 "src/heap/spaces.cc", 1609 "src/heap/spaces.cc",
1608 "src/heap/spaces.h", 1610 "src/heap/spaces.h",
1609 "src/heap/store-buffer.cc", 1611 "src/heap/store-buffer.cc",
1610 "src/heap/store-buffer.h", 1612 "src/heap/store-buffer.h",
1611 "src/ic/access-compiler-data.h", 1613 "src/ic/access-compiler-data.h",
1612 "src/ic/access-compiler.cc", 1614 "src/ic/access-compiler.cc",
1613 "src/ic/access-compiler.h", 1615 "src/ic/access-compiler.h",
1614 "src/ic/call-optimization.cc", 1616 "src/ic/call-optimization.cc",
(...skipping 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after
3226 ] 3228 ]
3227 3229
3228 configs = [ 3230 configs = [
3229 ":external_config", 3231 ":external_config",
3230 ":internal_config_base", 3232 ":internal_config_base",
3231 ] 3233 ]
3232 } 3234 }
3233 3235
3234 v8_fuzzer("wasm_compile_fuzzer") { 3236 v8_fuzzer("wasm_compile_fuzzer") {
3235 } 3237 }
OLDNEW
« no previous file with comments | « no previous file | src/heap/mark-compact.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698