summaryrefslogtreecommitdiffstats
path: root/ash/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-10 16:56:07 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-10 16:56:07 +0000
commit5c5b8bf111701f23caeb867b76fb16d9b4684c30 (patch)
treeb6f19219b98053619930f3d304768d6c33dd49bf /ash/BUILD.gn
parentf04dc7be24de4f01e2f9d16a2296de56dba02de5 (diff)
downloadchromium_src-5c5b8bf111701f23caeb867b76fb16d9b4684c30.zip
chromium_src-5c5b8bf111701f23caeb867b76fb16d9b4684c30.tar.gz
chromium_src-5c5b8bf111701f23caeb867b76fb16d9b4684c30.tar.bz2
Revert 282355 "Add chrome/browser/ui to the GN build."
> 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 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/387573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/BUILD.gn')
-rw-r--r--ash/BUILD.gn12
1 files changed, 0 insertions, 12 deletions
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
deleted file mode 100644
index 32f92be..0000000
--- a/ash/BUILD.gn
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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.
-
-# TODO(GYP) this is a placeholder so that targets that depend on ash can get
-# the resources generated.
-group("ash") {
- deps = [
- "//ash/resources",
- "//ash/strings",
- ]
-}