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

Unified Diff: talk/libjingle_tests.gyp

Issue 1602443004: Make it possible to run peerconnection_unittests on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fix isolate 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
« no previous file with comments | « talk/libjingle_peerconnection_unittest.isolate ('k') | talk/peerconnection_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/libjingle_tests.gyp
diff --git a/talk/libjingle_tests.gyp b/talk/libjingle_tests.gyp
index c9d66a5b89beb0da70f87a049d224fcc96486aba..3ee120d4e2df9f8f3248fc5d990fe27ac6feb397 100755
--- a/talk/libjingle_tests.gyp
+++ b/talk/libjingle_tests.gyp
@@ -187,7 +187,7 @@
],
}, # target libjingle_p2p_unittest
{
- 'target_name': 'libjingle_peerconnection_unittest',
+ 'target_name': 'peerconnection_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
'<(DEPTH)/testing/gmock.gyp:gmock',
@@ -260,7 +260,7 @@
},
}],
],
- }, # target libjingle_peerconnection_unittest
+ }, # target peerconnection_unittests
],
'conditions': [
['OS=="linux"', {
@@ -415,10 +415,10 @@
['OS=="android"', {
'targets': [
{
- 'target_name': 'libjingle_peerconnection_unittest_apk_target',
+ 'target_name': 'peerconnection_unittests_apk_target',
'type': 'none',
'dependencies': [
- '<(DEPTH)/webrtc/build/apk_tests.gyp:libjingle_peerconnection_unittest_apk',
+ '<(DEPTH)/webrtc/build/apk_tests.gyp:peerconnection_unittests_apk',
],
},
],
@@ -452,16 +452,16 @@
],
},
{
- 'target_name': 'libjingle_peerconnection_unittest_run',
+ 'target_name': 'peerconnection_unittests_run',
'type': 'none',
'dependencies': [
- 'libjingle_peerconnection_unittest',
+ 'peerconnection_unittests',
],
'includes': [
'build/isolate.gypi',
],
'sources': [
- 'libjingle_peerconnection_unittest.isolate',
+ 'peerconnection_unittests.isolate',
],
},
],
« no previous file with comments | « talk/libjingle_peerconnection_unittest.isolate ('k') | talk/peerconnection_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698