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