| # Copyright 2018 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. | |
| static_library("sandboxed_lnk_parser_test_util") { | |
| sources = [ | |
| "sandboxed_lnk_parser_test_util.cc", | |
| "sandboxed_lnk_parser_test_util.h", | |
| ] | |
| deps = [ | |
| "//base", | |
| "//chrome/chrome_cleaner/interfaces:parser_interface", | |
| "//chrome/chrome_cleaner/os:common_os", | |
| "//chrome/chrome_cleaner/parsers/shortcut_parser/target:lnk_parser", | |
| ] | |
| } |