1# Copyright 2017 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("//build/toolchain/toolchain.gni") 6 7static_library("v8_vtune") { 8 sources = [ 9 "ittnotify_config.h", 10 "ittnotify_types.h", 11 "jitprofiling.cc", 12 "jitprofiling.h", 13 "v8-vtune.h", 14 "vtune-jit.cc", 15 "vtune-jit.h", 16 ] 17 deps = [ 18 "//:v8", 19 ] 20} 21