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

Side by Side Diff: webrtc/sdk/sdk.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/pc/pc.gyp ('k') | webrtc/sdk/sdk_tests.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 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright 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': [ 10 'includes': [
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'objc/Framework/Headers/WebRTC/RTCStatsReport.h', 256 'objc/Framework/Headers/WebRTC/RTCStatsReport.h',
257 'objc/Framework/Headers/WebRTC/RTCTracing.h', 257 'objc/Framework/Headers/WebRTC/RTCTracing.h',
258 'objc/Framework/Headers/WebRTC/RTCVideoFrame.h', 258 'objc/Framework/Headers/WebRTC/RTCVideoFrame.h',
259 'objc/Framework/Headers/WebRTC/RTCVideoRenderer.h', 259 'objc/Framework/Headers/WebRTC/RTCVideoRenderer.h',
260 'objc/Framework/Headers/WebRTC/RTCVideoSource.h', 260 'objc/Framework/Headers/WebRTC/RTCVideoSource.h',
261 'objc/Framework/Headers/WebRTC/RTCVideoTrack.h', 261 'objc/Framework/Headers/WebRTC/RTCVideoTrack.h',
262 'objc/Framework/Headers/WebRTC/WebRTC.h', 262 'objc/Framework/Headers/WebRTC/WebRTC.h',
263 ], 263 ],
264 'dependencies': [ 264 'dependencies': [
265 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa ult', 265 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa ult',
266 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' ,
266 'rtc_sdk_peerconnection_objc', 267 'rtc_sdk_peerconnection_objc',
267 ], 268 ],
268 'xcode_settings': { 269 'xcode_settings': {
269 'CODE_SIGNING_REQUIRED': 'NO', 270 'CODE_SIGNING_REQUIRED': 'NO',
270 'CODE_SIGN_IDENTITY': '', 271 'CODE_SIGN_IDENTITY': '',
271 'DEFINES_MODULE': 'YES', 272 'DEFINES_MODULE': 'YES',
272 'INFOPLIST_FILE': 'objc/Framework/Info.plist', 273 'INFOPLIST_FILE': 'objc/Framework/Info.plist',
273 'LD_DYLIB_INSTALL_NAME': '@rpath/WebRTC.framework/WebRTC', 274 'LD_DYLIB_INSTALL_NAME': '@rpath/WebRTC.framework/WebRTC',
274 'MODULEMAP_FILE': '<(webrtc_root)/sdk/Framework/Modules/module.modul emap', 275 'MODULEMAP_FILE': '<(webrtc_root)/sdk/Framework/Modules/module.modul emap',
275 }, 276 },
(...skipping 22 matching lines...) Expand all
298 'mac_framework_headers!': [ 299 'mac_framework_headers!': [
299 'objc/Framework/Headers/WebRTC/RTCFileLogger.h', 300 'objc/Framework/Headers/WebRTC/RTCFileLogger.h',
300 ], 301 ],
301 }], 302 }],
302 ], # conditions 303 ], # conditions
303 }, # rtc_sdk_framework_objc 304 }, # rtc_sdk_framework_objc
304 ], # targets 305 ], # targets
305 }], # OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7") 306 }], # OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")
306 ], 307 ],
307 } 308 }
OLDNEW
« no previous file with comments | « webrtc/pc/pc.gyp ('k') | webrtc/sdk/sdk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698