Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1174)

Side by Side Diff: webrtc/pc/pc.gyp

Issue 2026223002: Remove metrics_default from rtc_media dependencies. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add Android and Mac/iOS specific dependencies Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/media/media.gyp ('k') | webrtc/sdk/sdk.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': ['../build/common.gypi'], 10 'includes': ['../build/common.gypi'],
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 ['include_tests==1', { 72 ['include_tests==1', {
73 'targets' : [ 73 'targets' : [
74 { 74 {
75 'target_name': 'rtc_pc_unittests', 75 'target_name': 'rtc_pc_unittests',
76 'type': 'executable', 76 'type': 'executable',
77 'dependencies': [ 77 'dependencies': [
78 '<(webrtc_root)/api/api.gyp:libjingle_peerconnection', 78 '<(webrtc_root)/api/api.gyp:libjingle_peerconnection',
79 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', 79 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
80 '<(webrtc_root)/media/media.gyp:rtc_unittest_main', 80 '<(webrtc_root)/media/media.gyp:rtc_unittest_main',
81 '<(webrtc_root)/pc/pc.gyp:rtc_pc', 81 '<(webrtc_root)/pc/pc.gyp:rtc_pc',
82 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' ,
82 ], 83 ],
83 'include_dirs': [ 84 'include_dirs': [
84 '<(DEPTH)/third_party/libsrtp/srtp', 85 '<(DEPTH)/third_party/libsrtp/srtp',
85 ], 86 ],
86 'sources': [ 87 'sources': [
87 'bundlefilter_unittest.cc', 88 'bundlefilter_unittest.cc',
88 'channel_unittest.cc', 89 'channel_unittest.cc',
89 'channelmanager_unittest.cc', 90 'channelmanager_unittest.cc',
90 'currentspeakermonitor_unittest.cc', 91 'currentspeakermonitor_unittest.cc',
91 'mediasession_unittest.cc', 92 'mediasession_unittest.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'sources': [ 131 'sources': [
131 'rtc_pc_unittests.isolate', 132 'rtc_pc_unittests.isolate',
132 ], 133 ],
133 }, 134 },
134 ], 135 ],
135 }], 136 }],
136 ], # conditions 137 ], # conditions
137 }], # include_tests==1 138 }], # include_tests==1
138 ], # conditions 139 ], # conditions
139 } 140 }
OLDNEW
« no previous file with comments | « webrtc/media/media.gyp ('k') | webrtc/sdk/sdk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698