summaryrefslogtreecommitdiffstats
path: root/webkit/BUILD.gn
blob: ca1eae7550f7531ce8c0fb3fe36954ec014a1d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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")

group("resources") {
  deps = [
    ":webkit_resources_action",
    ":blink_common_resources",
  ]
}

grit("webkit_resources_action") {
  visibility = ":resources"
  source = "glue/resources/webkit_resources.grd"
}

grit("blink_common_resources") {
  visibility = ":resources"
  source = "//third_party/WebKit/public/blink_resources.grd"
}

# webkit_strings in webkit_resources.gyp
grit("strings") {
  source = "glue/webkit_strings.grd"
}