unplugged-system/external/cronet/testing/android/broker/BUILD.gn

13 lines
337 B
Plaintext
Raw Normal View History

# Copyright 2015 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
android_library("broker_java") {
chromium_code = true
sources =
[ "java/src/org/chromium/test/broker/OnDeviceInstrumentationBroker.java" ]
}