Commit aa399cf5 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Remove a comment I should have removed in #690843

Also replace two assert()s with the newer and here more-appropriate
not_needed()

Bug: none
Change-Id: I48445701b0d15d648d3083fc0103def9a5b2aa68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804319
Auto-Submit: Nico Weber <thakis@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#696765}
parent ab333b79
...@@ -37,12 +37,11 @@ ios_unsupported_locales = [ ...@@ -37,12 +37,11 @@ ios_unsupported_locales = [
] ]
# These list are defined even when not building for Android or iOS for the # These list are defined even when not building for Android or iOS for the
# sake of build/locale_tool.py. These asserts ensure that GN doesn't complain # sake of build/locale_tool.py. Ensure that GN doesn't complain about them
# about them being unused. # being unused.
assert(android_chrome_omitted_locales != []) not_needed([ "android_chrome_omitted_locales" ])
assert(ios_unsupported_locales != []) not_needed([ "ios_unsupported_locales" ])
# Note: keep in sync with below.
locales = [ locales = [
"am", "am",
"ar", "ar",
......
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