Make sure webrtc::VideoSource is released when WebRtcVideoTrackAdapter is destroyed.
[chromium-blink-merge.git] / components / pref_registry.gypi
blob08dc387cf241da9d41a98c1b55d663d9150c8a0f
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'targets': [
7     {
8       'target_name': 'pref_registry',
9       'type': '<(component)',
10       'dependencies': [
11         '../base/base.gyp:base',
12         '../base/base.gyp:base_prefs',
13         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
14         '../ui/base/ui_base.gyp:ui_base',
15       ],
16       'include_dirs': [
17         '..',
18       ],
19       'defines': [
20         'PREF_REGISTRY_IMPLEMENTATION',
21       ],
22       'sources': [
23         'pref_registry/pref_registry_export.h',
24         'pref_registry/pref_registry_syncable.cc',
25         'pref_registry/pref_registry_syncable.h',
26       ],
27     },
28   ],