Adding Android to the test OSes for scrolling while zoomed in.
[chromium-blink-merge.git] / testing / android / driver / BUILD.gn
blob436ac63c245b5fabc4b6079e13a52d7446aec110
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/android/rules.gni")
7 # GYP: //testing/android/on_device_instrumentation.gyp:driver_apk
8 android_apk("driver_apk") {
9   android_manifest = "java/AndroidManifest.xml"
10   apk_name = "OnDeviceInstrumentationDriver"
11   testonly = true
13   deps = [
14     "//testing/android/appurify_support:appurify_support_java",
15     "//testing/android/broker:broker_java",
16     "//testing/android/reporter:reporter_java",
17   ]
19   java_files =
20       [ "java/src/org/chromium/test/driver/OnDeviceInstrumentationDriver.java" ]