mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
16 lines
741 B
Plaintext
16 lines
741 B
Plaintext
# Copyright 2016 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.
|
|
|
|
typemaps = [
|
|
"//chrome/common/browser_controls_state.typemap",
|
|
"//chrome/common/mac/app_shim.typemap",
|
|
"//chrome/common/search.typemap",
|
|
"//chrome/common/web_application_info_provider.typemap",
|
|
"//chrome/services/file_util/public/mojom/safe_archive_analyzer.typemap",
|
|
"//chrome/services/media_gallery_util/public/mojom/media_parser.typemap",
|
|
"//chrome/services/printing/public/mojom/pdf_render_settings.typemap",
|
|
"//chrome/services/printing/public/mojom/pdf_to_pwg_raster_converter.typemap",
|
|
"//chrome/services/util_win/public/mojom/shell_util_win.typemap",
|
|
]
|