diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-02 20:39:12 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-02 20:39:12 +0000 |
commit | 604828c4e47efaa4a560710333d29b79d906034d (patch) | |
tree | 5dcfd0c061b0b8e8651863caa55b61437491a670 /ui/base | |
parent | fd72f38a140ffe063340b2c9c55f347accaf1c33 (diff) | |
download | chromium_src-604828c4e47efaa4a560710333d29b79d906034d.zip chromium_src-604828c4e47efaa4a560710333d29b79d906034d.tar.gz chromium_src-604828c4e47efaa4a560710333d29b79d906034d.tar.bz2 |
Work on GN build, mostly in //ui
This fills out a number of ui targets and does some changes to the resources to match the GYP build. In particular, we had a number of different ui/resources targets that were depended on independently. The GYP build has only one, so I combined them into a meta "ui/resources" target.
Adds a grit repack template.
TBR=ajwong
Review URL: https://codereview.chromium.org/369603004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281087 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base')
-rw-r--r-- | ui/base/BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn index 97e8118..94ccf31 100644 --- a/ui/base/BUILD.gn +++ b/ui/base/BUILD.gn @@ -279,9 +279,7 @@ component("base") { "//third_party/icu", "//ui/events:events_base", "//ui/resources", - "//ui/resources:unscaled_resources", "//ui/strings", - "//ui/webui/resources", "//url", ] |