chromium/chrome/android/features/dev_ui/BUILD.gn

# Copyright 2019 The Chromium Authors
# 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 = [ "//chrome/android/features/dev_ui/public:java" ]
  sources =
      [ "internal/java/src/org/chromium/chrome/features/dev_ui/DevUiImpl.java" ]
}