• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2014 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.
4
5import("//tools/grit/grit_rule.gni")
6
7# GYP version: extensions/extensions_strings.gyp:extensions_strings
8grit("strings") {
9  # This target is in this directory since it matches the output grit path for
10  # the GYP version of this target. Weirdly, it does not match the input path.
11  # The .grd should probably be moved here.
12  source = "../extensions_strings.grd"
13}
14