blob: 30abcd7b3e90326e9ff21a5a2591e72f0da6b584 [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# 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")
assert(is_android)
android_library("android_swipe_refresh_java") {
chromium_code = false # Don't lint.
sources = [
"java/src/org/chromium/third_party/android/swiperefresh/CircleImageView.java",
"java/src/org/chromium/third_party/android/swiperefresh/MaterialProgressDrawable.java",
"java/src/org/chromium/third_party/android/swiperefresh/SwipeRefreshLayout.java",
]
deps = [
"//third_party/android_deps:androidx_annotation_annotation_java",
"//third_party/android_deps:com_android_support_interpolator_java",
"//third_party/android_deps:com_android_support_support_core_ui_java",
]
}