summaryrefslogtreecommitdiff
path: root/chromium/content/common/typemaps.gni
blob: 27721793d20d451c9b302bd586416e25a481df25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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 = [
  "//content/common/background_fetch/background_fetch_types.typemap",
  "//content/common/cache_storage/cache_storage.typemap",
  "//content/common/frame.typemap",
  "//content/common/frame_messages.typemap",
  "//content/common/input/synchronous_compositor.typemap",
  "//content/common/media/media_devices.typemap",
  "//content/common/media/media_stream.typemap",
  "//content/common/native_types.typemap",
  "//content/common/native_types_mac.typemap",
  "//content/common/navigation_params.typemap",
  "//content/common/notifications/notification_types.typemap",
  "//content/common/push_messaging.typemap",
  "//content/common/render_frame_metadata.typemap",
  "//content/common/service_worker/service_worker_event_dispatcher.typemap",
  "//content/common/service_worker/service_worker_fetch_request.typemap",
  "//content/common/service_worker/service_worker_fetch_response.typemap",
  "//content/common/service_worker/service_worker_provider.typemap",
  "//content/common/url_loader_factory_bundle.typemap",
  "//content/common/web_preferences.typemap",
  "//content/common/media/media_session.typemap",
]