851d2001fc
BUG=chromium:688856,chromium:664068 NOTRY=true Change-Id: Icf0e7a51693b6d399c8395eb0bbed9a3c373eb0a Reviewed-on: https://chromium-review.googlesource.com/439164 Reviewed-by: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#43052}
20 lines
498 B
Plaintext
20 lines
498 B
Plaintext
# Copyright 2017 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")
|
|
|
|
if (v8_correctness_fuzzer) {
|
|
copy("v8_correctness_fuzzer_resources") {
|
|
sources = [
|
|
"v8_commands.py",
|
|
"v8_foozzie.py",
|
|
"v8_mock.js",
|
|
"v8_mock_archs.js",
|
|
"v8_suppressions.js",
|
|
"v8_suppressions.py",
|
|
]
|
|
outputs = [ "$root_out_dir/{{source_file_part}}" ]
|
|
}
|
|
}
|