diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-11 19:23:19 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-11 19:23:19 +0000 |
commit | a3c13435c27b7dfcac1e60123576a226dbd18bf1 (patch) | |
tree | 979b7f3fd4c290385ddaf29a507bc5d109e82618 /ash/resources | |
parent | 055f8f2f3f0c69d390f1f0db5af6021e17daa712 (diff) | |
download | chromium_src-a3c13435c27b7dfcac1e60123576a226dbd18bf1.zip chromium_src-a3c13435c27b7dfcac1e60123576a226dbd18bf1.tar.gz chromium_src-a3c13435c27b7dfcac1e60123576a226dbd18bf1.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
BUG=
Review URL: https://codereview.chromium.org/381113004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/resources')
-rw-r--r-- | ash/resources/BUILD.gn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ash/resources/BUILD.gn b/ash/resources/BUILD.gn new file mode 100644 index 0000000..bb7de97 --- /dev/null +++ b/ash/resources/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("resources") { + source = "ash_resources.grd" +} |