# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//ui/webui/resources/tools/generate_grd.gni")
assert(!is_android)
generate_grd("build_grdp") {
grd_prefix = "new_tab_page"
out_grd = "$target_gen_dir/resources.grdp"
input_files = [
"chevron.svg",
"copy.svg",
"drag_drop_illustration.svg",
"drive_logo.svg",
"facebook.svg",
"generic_globe.svg",
"google_logo.svg",
"icon_pencil.svg",
"info.svg",
"link.svg",
"mail.svg",
"mic.svg",
"offline_dialog.svg",
"share_unfilled.svg",
"sparkle.svg",
"twitter.svg",
]
input_files_base_dir = rebase_path(".", "//")
resource_path_prefix = "icons"
}