| # Copyright 2014 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("//tools/grit/grit_rule.gni") |
| |
| grit("theme") { |
| source = "ios_theme_resources.grd" |
| output_dir = "$root_gen_dir/ios/chrome" |
| outputs = [ |
| "grit/ios_theme_resources.h", |
| "grit/ios_theme_resources_map.cc", |
| "grit/ios_theme_resources_map.h", |
| "ios_theme_resources_100_percent.pak", |
| "ios_theme_resources_200_percent.pak", |
| "ios_theme_resources_300_percent.pak", |
| ] |
| } |