X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fwebrtc%2Fvoice_engine%2Fvoice_engine.gyp;h=deed467a3ab3748e003c94c5c441b93dbc02c3db;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=43296ff35660658671003b6b4028305f94e5c667;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/webrtc/voice_engine/voice_engine.gyp b/src/third_party/webrtc/voice_engine/voice_engine.gyp index 43296ff..deed467 100644 --- a/src/third_party/webrtc/voice_engine/voice_engine.gyp +++ b/src/third_party/webrtc/voice_engine/voice_engine.gyp @@ -132,9 +132,7 @@ 'voe_codec_unittest.cc', ], 'conditions': [ - # TODO(henrike): remove build_with_chromium==1 when the bots are - # using Chromium's buildbots. - ['build_with_chromium==1 and OS=="android"', { + ['OS=="android"', { 'dependencies': [ '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', ], @@ -274,9 +272,7 @@ }, ], # targets }], - # TODO(henrike): remove build_with_chromium==1 when the bots are using - # Chromium's buildbots. - ['build_with_chromium==1 and OS=="android"', { + ['OS=="android"', { 'targets': [ { 'target_name': 'voice_engine_unittests_apk_target',