mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 16:26:10 +03:00
28 lines
909 B
Plaintext
28 lines
909 B
Plaintext
# 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 = [
|
|
":settings_ui",
|
|
]
|
|
}
|
|
|
|
js_library("settings_ui") {
|
|
deps = [
|
|
"..:find_shortcut_behavior",
|
|
"..:global_scroll_target_behavior",
|
|
"..:page_visibility",
|
|
"../prefs:prefs",
|
|
"../settings_main:settings_main",
|
|
"//ui/webui/resources/cr_elements:cr_container_shadow_behavior",
|
|
"//ui/webui/resources/cr_elements/chromeos/network:cr_onc_types",
|
|
"//ui/webui/resources/cr_elements/cr_drawer:cr_drawer",
|
|
"//ui/webui/resources/cr_elements/cr_toolbar:cr_toolbar",
|
|
"//ui/webui/resources/cr_elements/cr_toolbar:cr_toolbar_search_field",
|
|
"//ui/webui/resources/cr_elements/policy:cr_policy_indicator_behavior",
|
|
]
|
|
}
|