Strings are not available in components_browsertests |
||
Issue descriptionAlthough components_browsertests depends on //components/strings, using any of those strings results in a DCHECK: [87598:87598:0621/123659.882339:1743264151380:FATAL:resource_bundle.cc(559)] Check failed: false. unable to find resource: 15608 Code: l10n_util::GetSTringUTF16(IDS_AUTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME);
,
Jun 21 2017
This is not causing existing tests to fail. I was working on http://crrev.com/c/541520/ and found out that l10n_utils::GetStringUTF16() in components/payments/content/payment_manifest_parser_host.cc causes the DCHECK in components_browsertests. I found this strange, because components_browsertests depends on //components/strings, which contains IDS_AUTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME. I've since moved my browser test from components_browsertests to browser_tests for a different reason, so I'm no longer affected. In order to reproduce the issues, put the l10n_util::GetStringUTF16(IDS_AUTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME) line in any of the sources used by in components_browsertests. Given that this no longer blocks anyone, I assume this bug can be shelved. Agreed?
,
Jun 21 2017
fine by me.
,
Jun 21 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by dpranke@chromium.org
, Jun 21 2017Labels: -Build-Tools-GN
Owner: rouslan@chromium.org