chromium/third_party/android_deps/utils/BUILD.gn

# Copyright 2020 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("java") {
  sources = [ "java/org/chromium/utils/ContextUtils.java" ]
  deps = [ "//third_party/androidx:androidx_annotation_annotation_java" ]
}