diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 16:40:00 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 16:40:00 +0000 |
commit | 8a3036fb8a891b9d8104fd0fadee418d9bca3681 (patch) | |
tree | afd5cfd6b15d1c7d1b9c0fc1e1a2d43204cad8f3 /ash/strings | |
parent | 4ea89390a99623454b64a89b806586175adaaab1 (diff) | |
download | chromium_src-8a3036fb8a891b9d8104fd0fadee418d9bca3681.zip chromium_src-8a3036fb8a891b9d8104fd0fadee418d9bca3681.tar.gz chromium_src-8a3036fb8a891b9d8104fd0fadee418d9bca3681.tar.bz2 |
Add chrome/browser/ui to the GN build.
This moves the intermediate grit files:
ui/ui_resources -> ui/resources
ui/ui_strings -> ui/strings
in the GYP build to put it in line with the GN one (and also what one would expect).
R=ajwong@chromium.org
Review URL: https://codereview.chromium.org/381463002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282355 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/strings')
-rw-r--r-- | ash/strings/BUILD.gn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ash/strings/BUILD.gn b/ash/strings/BUILD.gn new file mode 100644 index 0000000..9c4ab9f --- /dev/null +++ b/ash/strings/BUILD.gn @@ -0,0 +1,9 @@ +# 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("strings") { + source = "../ash_strings.grd" +} |