summaryrefslogtreecommitdiff
path: root/chromium/components/location/android/BUILD.gn
blob: 2ea03badd7a318aef569da2f1062c27f6fdf6594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2016 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")

android_library("location_java") {
  deps = [
    "//base:base_java",
  ]
  java_files =
      [ "java/src/org/chromium/components/location/LocationUtils.java" ]
}