naiveproxy/chrome/services/file_util/public/interfaces/BUILD.gn
2018-02-02 05:49:39 -05:00

25 lines
537 B
Plaintext

# Copyright 2017 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")
import("//build/config/features.gni")
mojom("interfaces") {
sources = [
"constants.mojom",
]
if (is_chromeos) {
sources += [ "zip_file_creator.mojom" ]
}
if (safe_browsing_mode == 1) {
sources += [ "safe_archive_analyzer.mojom" ]
}
public_deps = [
"//mojo/common:common_custom_types",
]
}