aboutsummaryrefslogtreecommitdiff
path: root/webrtc/build/apk_tests.gyp
diff options
context:
space:
mode:
authorfischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-09 02:34:50 +0000
committerfischman@webrtc.org <fischman@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-09 02:34:50 +0000
commit2e9d89cf77023b413cbcdf5e84b67e66c7064f3c (patch)
treecc1ec62f9b12f88ddbfae6057892a48c0b2b8ee8 /webrtc/build/apk_tests.gyp
parentb0b135e4c2937e30f9597d52eb6ccc73fb4f7c0b (diff)
downloadwebrtc-2e9d89cf77023b413cbcdf5e84b67e66c7064f3c.tar.gz
Unbreak android APK buildbots by emptying the video_capture_tests_apk target.
Needed until the bots start to specify include_internal_video_capture=1. TBR=henrike@webrtc.org BUG=3152 Review URL: https://webrtc-codereview.appspot.com/11479006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5869 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/build/apk_tests.gyp')
-rw-r--r--webrtc/build/apk_tests.gyp24
1 files changed, 13 insertions, 11 deletions
diff --git a/webrtc/build/apk_tests.gyp b/webrtc/build/apk_tests.gyp
index 4914886b9a..92d26845cb 100644
--- a/webrtc/build/apk_tests.gyp
+++ b/webrtc/build/apk_tests.gyp
@@ -217,17 +217,19 @@
{
'target_name': 'video_capture_tests_apk',
'type': 'none',
- 'variables': {
- 'test_suite_name': 'video_capture_tests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)video_capture_tests<(SHARED_LIB_SUFFIX)',
- },
- 'dependencies': [
- '<(webrtc_root)/modules/modules.gyp:video_capture_tests',
- 'video_capture_java',
- ],
- 'includes': [
- '../../../build/apk_test.gypi',
- ],
+ # TODO(kjellander): uncomment the following after adding
+ # include_internal_video_capture=1 to the APK buildbot's $GYP_DEFINES.
+ # 'variables': {
+ # 'test_suite_name': 'video_capture_tests',
+ # 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)video_capture_tests<(SHARED_LIB_SUFFIX)',
+ # },
+ # 'dependencies': [
+ # '<(webrtc_root)/modules/modules.gyp:video_capture_tests',
+ # 'video_capture_java',
+ # ],
+ # 'includes': [
+ # '../../../build/apk_test.gypi',
+ # ],
},
{
# Used only by video_capture_tests_apk above, and impossible to use in the