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

Unified Diff: talk/app/webrtc/legacy_objc_api_tests.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 | « no previous file | webrtc/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/legacy_objc_api_tests.gyp
diff --git a/talk/app/webrtc/legacy_objc_api_tests.gyp b/talk/app/webrtc/legacy_objc_api_tests.gyp
index 441abc9f2d650bd1e649fb5a9087a5e6365d7da1..462488a66e8acc2a1e41a2070443ae9496bf85a3 100755
--- a/talk/app/webrtc/legacy_objc_api_tests.gyp
+++ b/talk/app/webrtc/legacy_objc_api_tests.gyp
@@ -39,6 +39,7 @@
'dependencies': [
'<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
'legacy_objc_api.gyp:libjingle_peerconnection_objc',
],
'sources': [
@@ -71,6 +72,7 @@
'dependencies': [
'<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
+ '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default',
'<(webrtc_root)/webrtc_examples.gyp:apprtc_signaling',
'<(DEPTH)/third_party/ocmock/ocmock.gyp:ocmock',
],
« no previous file with comments | « no previous file | webrtc/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698