chromium/chrome/browser/safe_browsing/incident_reporting/verifier_test/BUILD.gn

# Copyright 2015 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

assert(is_win)

shared_library("verifier_test_dll_1") {
  testonly = true
  sources = [
    "verifier_test_dll.cc",
    "verifier_test_dll_1.def",
  ]
}

shared_library("verifier_test_dll_2") {
  testonly = true
  sources = [
    "verifier_test_dll.cc",
    "verifier_test_dll_2.def",
  ]
}