cff529a2cd
Bug: v8:10009 Change-Id: I1f71b2783cd07331a65f46c316e87a46396e7eda Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3516153 Reviewed-by: Maya Lekova <mslekova@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/main@{#79541}
47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
# Copyright 2018 the V8 project authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
import("../../gni/v8.gni")
|
|
|
|
group("v8_gcmole_files") {
|
|
testonly = true
|
|
data_deps = [
|
|
"../../:v8_dump_build_config",
|
|
"../../:v8_generated_cc_files",
|
|
]
|
|
data = [
|
|
"gcmole.py",
|
|
"gcmole-test.cc",
|
|
"gcmole-tools/",
|
|
"run-gcmole.py",
|
|
"suspects.allowlist",
|
|
"ignored_files",
|
|
"test-expectations.txt",
|
|
|
|
# The following contains all relevant source and build files.
|
|
"../debug_helper/debug-helper.h",
|
|
"../../BUILD.gn",
|
|
"../../base/",
|
|
"../../include/",
|
|
"../../src/",
|
|
"../../test/cctest/",
|
|
"../../test/common/",
|
|
"../../testing/gtest/include/gtest/gtest_prod.h",
|
|
"../../third_party/googletest/src/googletest/include/gtest/gtest_prod.h",
|
|
"../../third_party/icu/source/",
|
|
"../../third_party/wasm-api/wasm.h",
|
|
"../../third_party/wasm-api/wasm.hh",
|
|
"../../third_party/zlib/",
|
|
"../../third_party/inspector_protocol/",
|
|
"$target_gen_dir/../../",
|
|
"$target_gen_dir/../../torque-generated/",
|
|
]
|
|
|
|
if (v8_gcmole) {
|
|
# This assumes gcmole tools have been fetched by a hook
|
|
# into v8/tools/gcmole/gcmole_tools.
|
|
data += [ "gcmole-tools/" ]
|
|
}
|
|
}
|