mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
16 lines
732 B
Plaintext
16 lines
732 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 = [
|
|
"//components/account_id/interfaces/account_id.typemap",
|
|
"//components/autofill/content/common/autofill_types.typemap",
|
|
"//components/chrome_cleaner/public/typemaps/chrome_prompt.typemap",
|
|
"//components/content_settings/core/common/content_settings.typemap",
|
|
"//components/nacl/common/nacl.typemap",
|
|
"//components/password_manager/content/common/credential_manager.typemap",
|
|
"//components/services/leveldb/leveldb.typemap",
|
|
"//components/spellcheck/common/spellcheck.typemap",
|
|
"//components/translate/content/common/translate.typemap",
|
|
]
|