| # Copyright 2019 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("//build/config/chromeos/ui_mode.gni") | |
| import("//tools/grit/grit_rule.gni") | |
| if (is_ash) { | |
| grit("ink_resources") { | |
| source = "ink_resources.grd" | |
| use_brotli = true | |
| outputs = [ | |
| "grit/ink_resources.h", | |
| "grit/ink_resources_map.cc", | |
| "grit/ink_resources_map.h", | |
| "ink_resources.pak", | |
| ] | |
| } | |
| } |