diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-23 16:32:32 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-23 16:32:32 +0000 |
commit | b89c53844b2ede863c9cbb6878320657db1fde71 (patch) | |
tree | bccbec4e22b4748c3001a8a03579d94e67db2814 /content/BUILD.gn | |
parent | 352be8006a6da0f273da14895844063e5bcdcd89 (diff) | |
download | chromium_src-b89c53844b2ede863c9cbb6878320657db1fde71.zip chromium_src-b89c53844b2ede863c9cbb6878320657db1fde71.tar.gz chromium_src-b89c53844b2ede863c9cbb6878320657db1fde71.tar.bz2 |
Encode all grit outputs in .gn files
This finishes the rest of the Grit outputs that was started in a previous pass, and removes the ability to optionally deduce outputs at GN-time (which is slow so we don't want to do it).
R=viettrungluu@chromium.org
Review URL: https://codereview.chromium.org/411543005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/BUILD.gn')
-rw-r--r-- | content/BUILD.gn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/BUILD.gn b/content/BUILD.gn index 20a553e..6c64270 100644 --- a/content/BUILD.gn +++ b/content/BUILD.gn @@ -38,6 +38,11 @@ if (is_component_build) { grit("resources") { source = "content_resources.grd" + outputs = [ + "grit/content_resources.h", + "content_resources.pak", + "content_resources.rc", + ] } # This target exists to "hold" the content_export header so we can do proper |