[go: nahoru, domu]

blob: 4f8625df395a46760029ee9f414a580094df25ae [file] [log] [blame]
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("sandbox") {
testonly = true
sources = [ "sandbox_type_unittest.cc" ]
deps = [
"//base",
"//base/test:test_support",
"//services/service_manager/sandbox",
"//testing/gtest",
]
if (is_win) {
sources += [ "sandbox_win_unittest.cc" ]
deps += [ "//sandbox/win:sandbox" ]
data = [
"//base/test/data/pe_image/pe_image_test_32.dll",
"//base/test/data/pe_image/pe_image_test_64.dll",
"//base/test/data/pe_image/pe_image_test_arm64.dll",
]
}
}