diff options
author | sdefresne <sdefresne@chromium.org> | 2015-04-17 00:42:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-17 07:42:56 +0000 |
commit | 5ec59f44b501ca90731a2cdf734b05f33c5f8723 (patch) | |
tree | cba1e5c6bb8ce9769f733b55b54cc05d120afd77 /tools/gritsettings | |
parent | fbce126c210689091efcfe670ca5ca6e63b0aab1 (diff) | |
download | chromium_src-5ec59f44b501ca90731a2cdf734b05f33c5f8723.zip chromium_src-5ec59f44b501ca90731a2cdf734b05f33c5f8723.tar.gz chromium_src-5ec59f44b501ca90731a2cdf734b05f33c5f8723.tar.bz2 |
Componentize strings used by //chrome/browser/undo
IDS_BOOKMARK_BAR_??DO* strings are used by //chrome/browser/undo and
thus must be componentized. Move them to components_strings target.
Update tools/gritsettings/resource_ids so that strings do not overlap
with components resources.
BUG=476920
Review URL: https://codereview.chromium.org/1093563002
Cr-Commit-Position: refs/heads/master@{#325607}
Diffstat (limited to 'tools/gritsettings')
-rw-r--r-- | tools/gritsettings/resource_ids | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index 386ca45..d56ba05 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -240,7 +240,7 @@ "messages": [30000], }, "components/resources/components_resources.grd": { - "includes": [30225], + "includes": [30250], }, "components/resources/components_scaled_resources.grd": { "structures": [30280], |