blob: 56fde0c9633e39f273f1b0fe6c36d0c82f627808 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541# Copyright 2021 The Chromium Authors
Jinsuk Kim2fe75a1b2021-02-18 01:09:122# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/config/android/config.gni")
6import("//build/config/android/rules.gni")
7import("//chrome/browser/buildflags.gni")
8
9android_library("java") {
Gang Wu37fd071d2024-08-30 22:22:0710 sources = [ "java/src/org/chromium/chrome/browser/gsa/GSAUtils.java" ]
Jinsuk Kimb1c63132021-02-24 00:34:0211
12 deps = [
13 "//base:base_java",
Jinsuk Kimb1c63132021-02-24 00:34:0214 "//third_party/androidx:androidx_annotation_annotation_java",
15 ]
Jinsuk Kim2fe75a1b2021-02-18 01:09:1216}