blob: 2edf36e81181696e41435e2b89c925378b2ade28 [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/buildflag_header.gni")
import("//build/config/android/rules.gni")
import("//chrome/common/features.gni")
import("dev_ui_module.gni")
# Generate a buildflag header for compile-time checking of Developer Tools DFM.
buildflag_header("buildflags") {
header = "buildflags.h"
flags = [ "DFMIFY_DEV_UI=$dfmify_dev_ui" ]
}
android_library("java") {
deps = [
"//base:base_java",
"//chrome/android/features/dev_ui/public:java",
]
sources =
[ "internal/java/src/org/chromium/chrome/features/dev_ui/DevUiImpl.java" ]
}