# 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 = [ ":google_assistant_browser_proxy", ":google_assistant_page", ] } js_library("google_assistant_browser_proxy") { deps = [ "//ui/webui/resources/js:cr", ] externs_list = [ "$externs_path/chrome_send.js" ] } js_library("google_assistant_page") { deps = [ ":google_assistant_browser_proxy", "../prefs:prefs_behavior", "//ui/webui/resources/js:cr", "//ui/webui/resources/js:load_time_data", ] }