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

Unified Diff: build/android/pylib/gtest/gtest_config.py

Issue 23140007: Support WebRTC in Android build toolchain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added condition to avoid errors when doing a non-WebRTC android_gyp run. Created 7 years, 4 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 | « build/android/buildbot/bb_run_bot.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/gtest_config.py
diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py
index 4e30b6c7091a725eeff8a92ed1ce7ceccf3a90f4..64cdbaf951afd689f0f7cf13875de1bd9efe235f 100644
--- a/build/android/pylib/gtest/gtest_config.py
+++ b/build/android/pylib/gtest/gtest_config.py
@@ -37,7 +37,7 @@ WEBRTC_TEST_SUITES = [
'common_audio_unittests',
'common_video_unittests',
'metrics_unittests',
- 'modules_integrationtests',
+ 'modules_tests',
'modules_unittests',
'neteq_unittests',
'system_wrappers_unittests',
« no previous file with comments | « build/android/buildbot/bb_run_bot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698