Commit 25325a6c authored by Bruno Santos's avatar Bruno Santos Committed by Commit Bot

Add internal test grd to internal_grds list.

Test grd simulates a grd with a part file that doesn't exist for unit
tests. This same grd is also analyzed by the translation script when run
for real, so it should also be ignored.

Bug: 961345
Change-Id: I5808e814ed59dbbf41b158057adcbbc67e3e5892
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602595Reviewed-by: default avatarMustafa Emre Acer <meacer@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Bruno Santos <brunoad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658256}
parent abfecf7b
...@@ -98,5 +98,7 @@ ...@@ -98,5 +98,7 @@
# not be checked by translation script. # not be checked by translation script.
"internal_grds": [ "internal_grds": [
"chrome/browser/resources/kiosk_next_internal_resources.grd", "chrome/browser/resources/kiosk_next_internal_resources.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