Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / mandoline / ui / common / resources / BUILD.gn
blobab9c3df330211a36e612279d530db245e039f728
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//tools/grit/repack.gni")
7 repack("resources") {
8   sources = [
9     "$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
10     "$root_gen_dir/ui/views/resources/views_resources_100_percent.pak",
11   ]
12   output = "$root_out_dir/mandoline_ui.pak"
13   deps = [
14     "//ui/resources",
15     "//ui/views/resources",
16   ]