Index: webrtc/webrtc.gni |
diff --git a/webrtc/webrtc.gni b/webrtc/webrtc.gni |
index 7e74161c57fc2b0f4a5fc5d5f58672665f4ca5a5..af4d6f97dbbc12d25a24f18755298e270d2fe0f2 100644 |
--- a/webrtc/webrtc.gni |
+++ b/webrtc/webrtc.gni |
@@ -265,7 +265,6 @@ |
"*", |
[ |
"configs", |
- "data", |
"public_configs", |
"suppressed_configs", |
]) |
@@ -279,14 +278,6 @@ |
if (!build_with_chromium && is_android) { |
android_manifest = webrtc_root + "test/android/AndroidManifest.xml" |
deps += [ webrtc_root + "test:native_test_java" ] |
- |
- # Needed for build/android/pylib/results/presentation/test_results_presentation.py |
- data = [ |
- "//build/android/pylib/results/", |
- ] |
- if (defined(invoker.data)) { |
ehmaldonado_webrtc
2017/09/05 17:22:33
D'oh, this should be outside the if (!build_with_c
kjellander_webrtc
2017/09/06 08:43:21
Yeah, that's probably it. I'll make that change in
|
- data += invoker.data |
- } |
} |
} |
} |