blob: a23ce6893d6117ff1b8328d181b06c142de9bd6a [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/config.gni")
assert(dfmify_dev_ui)
dev_ui_module_desc = {
name = "dev_ui"
java_deps = [
"//chrome/android/features/dev_ui:java",
"//chrome/android/features/dev_ui:pak_assets",
]
android_manifest = "//chrome/android/features/dev_ui/java/AndroidManifest.xml"
}