GN: Add resources for webrtc_perf_tests on Android

BUG=webrtc:6250
TBR=ehmaldonado@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2271143003
Cr-Commit-Position: refs/heads/master@{#13885}
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index e30fd6b..74167e2 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -766,6 +766,20 @@
     ]
     if (is_android) {
       deps += [ "//testing/android/native_test:native_test_native_code" ]
+      data = [
+        "//resources/audio_coding/speech_mono_16kHz.pcm",
+        "//resources/audio_coding/testfile32kHz.pcm",
+        "//resources/ConferenceMotion_1280_720_50.yuv",
+        "//resources/difficult_photo_1850_1110.yuv",
+        "//resources/foreman_cif.yuv",
+        "//resources/google-wifi-3mbps.rx",
+        "//resources/paris_qcif.yuv",
+        "//resources/photo_1850_1110.yuv",
+        "//resources/presentation_1850_1110.yuv",
+        "//resources/verizon4g-downlink.rx",
+        "//resources/voice_engine/audio_long16.pcm",
+        "//resources/web_screenshot_1850_1110.yuv",
+      ]
       shard_timeout = 2700
     }
     if (is_clang) {