| Index: chrome/common/safe_archive_analyzer.typemap
|
| diff --git a/chrome/common/safe_archive_analyzer.typemap b/chrome/common/safe_archive_analyzer.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..08b0e812147b5a215b19b1c6fc7c18fb6026c4e9
|
| --- /dev/null
|
| +++ b/chrome/common/safe_archive_analyzer.typemap
|
| @@ -0,0 +1,15 @@
|
| +# 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.
|
| +
|
| +mojom = "//chrome/common/safe_archive_analyzer.mojom"
|
| +
|
| +public_headers = [ "//chrome/common/safe_browsing/zip_analyzer.h" ]
|
| +
|
| +traits_headers = [ "//chrome/common/chrome_utility_messages.h" ]
|
| +
|
| +deps = [
|
| + "//chrome/common/safe_browsing:proto",
|
| +]
|
| +
|
| +type_mappings = [ "chrome.mojom.SafeArchiveAnalyzerResults=safe_browsing::zip_analyzer::Results" ]
|
|
|