summaryrefslogtreecommitdiff
path: root/chromium/components/services/quarantine/public/cpp/BUILD.gn
blob: d0bb7256eadc2fb7a6e8256a2f6a5533a81619d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.

import("//mojo/public/tools/bindings/mojom.gni")

if (is_win) {
  source_set("features") {
    sources = [
      "quarantine_features_win.cc",
      "quarantine_features_win.h",
    ]

    public_deps = [
      "//base",
    ]
  }
}