blob: aae7ab7e11a6c6ff46168c3796d8b98cb91ba8c9 [file] [log] [blame]
# Copyright 2019 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("module_info") {
sources = [
"module_info_util_win.cc",
"module_info_util_win.h",
"module_info_win.cc",
"module_info_win.h",
]
deps = [
"//base",
"//base:i18n",
"//chrome/common/safe_browsing:binary_feature_extractor",
]
}