| # Copyright 2018 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//third_party/closure_compiler/compile_js.gni") |
| |
| assert(is_android) |
| |
| js_type_check("closure_compile") { |
| closure_flags = default_closure_args + mojom_js_args + [ |
| "js_module_root=" + rebase_path(".", root_build_dir), |
| "js_module_root=" + rebase_path( |
| "$root_gen_dir/mojom-webui/chrome/browser/ui/webui/feed_internals", |
| root_build_dir), |
| ] |
| deps = [ ":feed_internals" ] |
| } |
| |
| js_library("feed_internals") { |
| deps = [ |
| "//chrome/browser/ui/webui/feed_internals:mojo_bindings_webui_js", |
| "//ui/webui/resources/js:util.m", |
| ] |
| } |