blob: 669a31354c359f9f15f359a8696c951812ad00a5 [file] [log] [blame]
# Copyright 2021 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("//chrome/test/base/js2gtest.gni")
import("//third_party/closure_compiler/compile_js.gni")
import("//ui/webui/resources/tools/generate_grd.gni")
assert(is_chromeos, "Eche App is Chrome OS only")
static_library("eche_app_ui") {
sources = [
"eche_app_manager.cc",
"eche_app_manager.h",
"eche_app_ui.cc",
"eche_app_ui.h",
"url_constants.cc",
"url_constants.h",
]
deps = [
"//ash/constants",
"//chromeos/resources:eche_app_resources",
"//chromeos/resources:eche_bundle_resources",
"//content/public/browser",
"//ui/webui",
]
}
js_type_check("closure_compile") {
deps = [ ":app" ]
}
js_library("app") {
sources = [ "resources/prod/js/app_bundle.js" ]
}
js2gtest("browser_tests_js") {
test_type = "mojo_lite_webui"
sources = [ "test/eche_app_ui_browsertest.js" ]
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
}
# TODO(b/176936453): add js files for mojo API and remove
# the dummy icon once adding in the real resources.
generate_grd("build_grd") {
input_files_base_dir = rebase_path("resources", "//")
input_files = [ "eche_icon_256.png" ]
manifest_files = []
grd_prefix = "chromeos_eche_app"
out_grd = "$target_gen_dir/${grd_prefix}_resources.grd"
}