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 = [ 11 "../..:d8", 12 ] 13 14 data = [ 15 # Grab current directory. This avoids adding logic for checking the 16 # existence of the jsfunfuzz subdirectory. 17 "./", 18 ] 19} 20