summaryrefslogtreecommitdiff
path: root/chromium/ui/views/resources/BUILD.gn
blob: d30acd9e861181aded34b592b216f1f1f9f636d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2015 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")
import("//tools/grit/repack.gni")

group("resources") {
  public_deps = [ ":resources_grd" ]
}

grit("resources_grd") {
  source = "views_resources.grd"
  outputs = [
    "grit/views_resources.h",
    "grit/views_resources_map.cc",
    "grit/views_resources_map.h",
    "views_resources_100_percent.pak",
    "views_resources_200_percent.pak",
    "views_resources_300_percent.pak",
  ]
}