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

Unified Diff: build/all.gyp

Issue 500423004: Refactor/cleanup WebRTC-specific Andorid glue code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | build/android/buildbot/bb_device_steps.py » ('j') | build/android/buildbot/bb_device_steps.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index e6d2446614332ac238f7d2866fe7d62a6d14208c..b4be6dfef2381885cbaea00f46efdf3295072db9 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -800,24 +800,6 @@
],
},
{
- # WebRTC Android APK tests.
- 'target_name': 'android_builder_webrtc',
- 'type': 'none',
- 'variables': {
- # Set default value for include_tests to '0'. It is normally only
- # used in WebRTC GYP files. It is set to '1' only when building
- # WebRTC for Android, inside a Chromium checkout.
- 'include_tests%': 0,
- },
- 'conditions': [
- ['include_tests==1', {
- 'dependencies': [
- '../third_party/webrtc/build/apk_tests.gyp:*',
- ],
- }],
- ],
- }, # target_name: android_builder_webrtc
- {
# WebRTC Chromium tests to run on Android.
'target_name': 'android_builder_chromium_webrtc',
kjellander_chromium 2014/08/27 14:09:58 Our Chromium bots in http://build.chromium.org/p/c
'type': 'none',
« no previous file with comments | « no previous file | build/android/buildbot/bb_device_steps.py » ('j') | build/android/buildbot/bb_device_steps.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698