naiveproxy/chrome/browser/resources/settings/site_settings_page/BUILD.gn

26 lines
736 B
Plaintext
Raw Normal View History

2018-08-15 01:19:20 +03:00
# Copyright 2018 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("//third_party/closure_compiler/compile_js.gni")
js_type_check("closure_compile") {
deps = [
":site_settings_page",
]
}
js_library("site_settings_page") {
deps = [
"..:route",
"../site_settings:constants",
"../site_settings:site_settings_behavior",
"../site_settings:site_settings_prefs_browser_proxy",
"//ui/webui/resources/js:assert",
"//ui/webui/resources/js:cr",
"//ui/webui/resources/js:load_time_data",
"//ui/webui/resources/js:web_ui_listener_behavior",
"//ui/webui/resources/js/cr/ui:focus_without_ink",
]
}