blob: 191f89836431b1ed858e436905be20809bc86b82 [file] [log] [blame]
# 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")
import("//chrome/common/features.gni")
android_library("java") {
java_files =
[ "java/src/org/chromium/chrome/browser/dev_ui/DevUiModuleProvider.java" ]
deps = [
"//base:base_java",
]
}
android_assets("pak_assets") {
renaming_sources =
[ "$root_gen_dir/chrome/bluetooth_internals_resources.pak" ]
renaming_destinations = [ "dev_ui_resources.pak" ]
deps = [
"//chrome/browser/resources/bluetooth_internals:resources",
]
disable_compression = true
}