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

Unified Diff: webrtc/webrtc_examples.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, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/sdk/sdk_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_examples.gyp
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
index 16dc83756abce7eea23c6dd313d38b403a4c1e40..1b3c76c83e8429d169ff5a3f05fc0ad5a7cde0e8 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -80,6 +80,7 @@
'dependencies': [
'api/api.gyp:libjingle_peerconnection',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
],
'conditions': [
['build_json==1', {
@@ -156,6 +157,7 @@
'dependencies': [
'<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_common_objc',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
],
'sources': [
'examples/objc/AppRTCDemo/common/ARDUtilities.h',
« no previous file with comments | « webrtc/sdk/sdk_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698