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

Unified Diff: talk/peerconnection_unittests.isolate

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_tests.gyp ('k') | webrtc/build/android/test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/peerconnection_unittests.isolate
diff --git a/talk/libjingle_peerconnection_unittest.isolate b/talk/peerconnection_unittests.isolate
similarity index 90%
rename from talk/libjingle_peerconnection_unittest.isolate
rename to talk/peerconnection_unittests.isolate
index 9fe4d91ce415bb7447549d87f93150e8eb9e8007..bc7db9084de1e23027a2b040ef21af7300f191c0 100644
--- a/talk/libjingle_peerconnection_unittest.isolate
+++ b/talk/peerconnection_unittests.isolate
@@ -29,10 +29,10 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/libjingle_peerconnection_unittest<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/peerconnection_unittests<(EXECUTABLE_SUFFIX)',
],
'files': [
- '<(PRODUCT_DIR)/libjingle_peerconnection_unittest<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/peerconnection_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
« no previous file with comments | « talk/libjingle_tests.gyp ('k') | webrtc/build/android/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698