mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
26 lines
716 B
Plaintext
26 lines
716 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 = [
|
|
":basic_page",
|
|
]
|
|
}
|
|
|
|
js_library("basic_page") {
|
|
deps = [
|
|
"..:page_visibility",
|
|
"..:route",
|
|
"..:search_settings",
|
|
"../android_apps_page:android_apps_browser_proxy",
|
|
"../change_password_page:change_password_browser_proxy",
|
|
"../chrome_cleanup_page:chrome_cleanup_proxy",
|
|
"../settings_page:main_page_behavior",
|
|
"//ui/webui/resources/js:load_time_data",
|
|
"//ui/webui/resources/js:web_ui_listener_behavior",
|
|
]
|
|
}
|