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

Side by Side Diff: BUILD.gn

Issue 2676513008: [wasm] Managed<T> ensures T's lifetime does not leak past Isolate's (Closed)
Patch Set: link Created 3 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/isolate.h » ('j') | src/isolate.h » ('J')
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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 "src/log.cc", 1570 "src/log.cc",
1571 "src/log.h", 1571 "src/log.h",
1572 "src/lookup-cache-inl.h", 1572 "src/lookup-cache-inl.h",
1573 "src/lookup-cache.cc", 1573 "src/lookup-cache.cc",
1574 "src/lookup-cache.h", 1574 "src/lookup-cache.h",
1575 "src/lookup.cc", 1575 "src/lookup.cc",
1576 "src/lookup.h", 1576 "src/lookup.h",
1577 "src/machine-type.cc", 1577 "src/machine-type.cc",
1578 "src/machine-type.h", 1578 "src/machine-type.h",
1579 "src/macro-assembler.h", 1579 "src/macro-assembler.h",
1580 "src/managed.h",
1580 "src/map-updater.cc", 1581 "src/map-updater.cc",
1581 "src/map-updater.h", 1582 "src/map-updater.h",
1582 "src/messages.cc", 1583 "src/messages.cc",
1583 "src/messages.h", 1584 "src/messages.h",
1584 "src/msan.h", 1585 "src/msan.h",
1585 "src/objects-body-descriptors-inl.h", 1586 "src/objects-body-descriptors-inl.h",
1586 "src/objects-body-descriptors.h", 1587 "src/objects-body-descriptors.h",
1587 "src/objects-debug.cc", 1588 "src/objects-debug.cc",
1588 "src/objects-inl.h", 1589 "src/objects-inl.h",
1589 "src/objects-printer.cc", 1590 "src/objects-printer.cc",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1802 "src/vector.h", 1803 "src/vector.h",
1803 "src/version.cc", 1804 "src/version.cc",
1804 "src/version.h", 1805 "src/version.h",
1805 "src/vm-state-inl.h", 1806 "src/vm-state-inl.h",
1806 "src/vm-state.h", 1807 "src/vm-state.h",
1807 "src/wasm/decoder.h", 1808 "src/wasm/decoder.h",
1808 "src/wasm/function-body-decoder-impl.h", 1809 "src/wasm/function-body-decoder-impl.h",
1809 "src/wasm/function-body-decoder.cc", 1810 "src/wasm/function-body-decoder.cc",
1810 "src/wasm/function-body-decoder.h", 1811 "src/wasm/function-body-decoder.h",
1811 "src/wasm/leb-helper.h", 1812 "src/wasm/leb-helper.h",
1812 "src/wasm/managed.h",
1813 "src/wasm/module-decoder.cc", 1813 "src/wasm/module-decoder.cc",
1814 "src/wasm/module-decoder.h", 1814 "src/wasm/module-decoder.h",
1815 "src/wasm/signature-map.cc", 1815 "src/wasm/signature-map.cc",
1816 "src/wasm/signature-map.h", 1816 "src/wasm/signature-map.h",
1817 "src/wasm/wasm-debug.cc", 1817 "src/wasm/wasm-debug.cc",
1818 "src/wasm/wasm-external-refs.cc", 1818 "src/wasm/wasm-external-refs.cc",
1819 "src/wasm/wasm-external-refs.h", 1819 "src/wasm/wasm-external-refs.h",
1820 "src/wasm/wasm-interpreter.cc", 1820 "src/wasm/wasm-interpreter.cc",
1821 "src/wasm/wasm-interpreter.h", 1821 "src/wasm/wasm-interpreter.h",
1822 "src/wasm/wasm-js.cc", 1822 "src/wasm/wasm-js.cc",
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
2559 } 2559 }
2560 2560
2561 group("v8_clusterfuzz") { 2561 group("v8_clusterfuzz") {
2562 deps = [ 2562 deps = [
2563 ":d8", 2563 ":d8",
2564 ] 2564 ]
2565 2565
2566 if (v8_multi_arch_build) { 2566 if (v8_multi_arch_build) {
2567 deps += [ 2567 deps += [
2568 ":d8(//build/toolchain/linux:clang_x64)", 2568 ":d8(//build/toolchain/linux:clang_x64)",
2569 ":d8(//build/toolchain/linux:clang_x64_v8_arm64)",
2569 ":d8(//build/toolchain/linux:clang_x86)", 2570 ":d8(//build/toolchain/linux:clang_x86)",
2570 ":d8(//build/toolchain/linux:clang_x64_v8_arm64)",
2571 ":d8(//build/toolchain/linux:clang_x86_v8_arm)", 2571 ":d8(//build/toolchain/linux:clang_x86_v8_arm)",
2572 ] 2572 ]
2573 } 2573 }
2574 } 2574 }
2575 2575
2576 group("v8_fuzzers") { 2576 group("v8_fuzzers") {
2577 testonly = true 2577 testonly = true
2578 deps = [ 2578 deps = [
2579 ":v8_simple_json_fuzzer", 2579 ":v8_simple_json_fuzzer",
2580 ":v8_simple_parser_fuzzer", 2580 ":v8_simple_parser_fuzzer",
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
3100 ] 3100 ]
3101 3101
3102 configs = [ 3102 configs = [
3103 ":external_config", 3103 ":external_config",
3104 ":internal_config_base", 3104 ":internal_config_base",
3105 ] 3105 ]
3106 } 3106 }
3107 3107
3108 v8_fuzzer("wasm_data_section_fuzzer") { 3108 v8_fuzzer("wasm_data_section_fuzzer") {
3109 } 3109 }
OLDNEW
« no previous file with comments | « no previous file | src/isolate.h » ('j') | src/isolate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698