| # Copyright 2019 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//mojo/public/tools/bindings/mojom.gni") |
| |
| assert(!is_android) |
| |
| mojom("mojo_bindings") { |
| sources = [ "new_tab_page.mojom" ] |
| webui_module_path = "/" |
| |
| public_deps = [ |
| "//chrome/browser/ui/webui/ntp_microsoft_auth:shared", |
| "//skia/public/mojom", |
| "//ui/webui/resources/cr_components/color_change_listener:mojom", |
| "//ui/webui/resources/cr_components/most_visited:mojom", |
| "//ui/webui/resources/cr_components/searchbox:mojo_bindings", |
| "//url/mojom:url_mojom_gurl", |
| ] |
| } |