summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/android/modules/test_dummy/provider/BUILD.gn
blob: 5b0269c736146714734822d5a7f10d6ccdf3ee53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2019 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("java") {
  deps = [
    "//chrome/android/features/test_dummy/public:java",
    "//chrome/android/modules/test_dummy/public:java",
  ]
  java_files = [ "java/src/org/chromium/chrome/modules/test_dummy/TestDummyModuleProvider.java" ]
}