Commit e5a8add0 authored by Becca Hughes's avatar Becca Hughes Committed by Commit Bot

Split kaleidoscope resources in two

Split the kaleidoscope resources and strings
into two since they are going to be moved
around.

BUG=1087037

Change-Id: Iee08832b837a18bbb102fcd8cc6ea98c5dbdf819
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254706
Commit-Queue: Becca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarSamuel Huang <huangs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780879}
parent b9786011
......@@ -204,6 +204,9 @@
# Big alignment at start of section.
"META": {"align": 100},
"includes": [2000],
},
"chrome/browser/media/kaleidoscope/internal/kaleidoscope_strings.grd": {
"META": {"sizes": {"messages": [50],}}, # Relies on src-internal.
"messages": [2010],
},
"chrome/browser/resources/bluetooth_internals/resources.grd": {
......
......@@ -116,6 +116,8 @@
# Internal grds that contain parts not available publicly and thus should
# not be checked by translation script.
"internal_grds": [
# Kaleidoscope strings are in src-internal.
"chrome/browser/media/kaleidoscope/internal/kaleidoscope_strings.grd",
# Test grd that contains a part file that doesn't exist.
"tools/translation/testdata/internal.grd",
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment