Make sure webrtc::VideoSource is released when WebRtcVideoTrackAdapter is destroyed.
[chromium-blink-merge.git] / components / google.gypi
blobea4c75d5fa764be8f8c5e8e2c0b2bdfa85e32296
1 # Copyright 2014 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': 'google_core_browser',
9       'type': 'static_library',
10       'dependencies': [
11         '../base/base.gyp:base',
12       ],
13       'include_dirs': [
14         '..',
15       ],
16       'sources': [
17         'google/core/browser/google_search_metrics.cc',
18         'google/core/browser/google_search_metrics.h',
19         'google/core/browser/google_url_tracker_client.cc',
20         'google/core/browser/google_url_tracker_client.h',
21       ],
22     },
23   ],