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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Disable sign-compare warning on Win Clang Created 4 years, 11 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
« webrtc/media/media_tests.gypi ('K') | « webrtc/webrtc_examples.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_tests.gypi
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
index 998c4e0bde3650482015434df3a562251d6f41e7..45d80fe573ba3bdb01c52ce5543760a9e1b685a5 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -351,6 +351,19 @@
],
},
{
+ 'target_name': 'libjingle_media_unittest_run',
Taylor Brandstetter 2016/01/27 02:39:42 Should this also be "rtc" instead of "libjingle"?
kjellander_webrtc 2016/02/04 21:52:10 Yeah, but I'll rename the test in a later CL, so w
+ 'type': 'none',
+ 'dependencies': [
+ 'libjingle_media_unittest',
+ ],
+ 'includes': [
+ 'build/isolate.gypi',
+ ],
+ 'sources': [
+ 'libjingle_media_unittest.isolate',
+ ],
+ },
+ {
'target_name': 'video_engine_tests_run',
'type': 'none',
'dependencies': [
« webrtc/media/media_tests.gypi ('K') | « webrtc/webrtc_examples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698