1# Copyright 2018 the V8 project authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5import("../../gni/v8.gni") 6 7group("v8_jsfunfuzz") { 8 testonly = true 9 10 data_deps = [ "../..:d8" ] 11 12 data = [ 13 # Grab current directory. This avoids adding logic for checking the 14 # existence of the jsfunfuzz subdirectory. 15 "./", 16 ] 17} 18