commit | 96dfe4d804e9823fe6d021a1e068c4d768d9093c | [log] [tgz] |
---|---|---|
author | Julien Brianceau <[email protected]> | Tue Aug 01 09:03:13 2017 |
committer | Commit Bot <[email protected]> | Tue Aug 01 09:03:13 2017 |
tree | 282efea3d2ebee0f36fbe51029dfb71b3b0c46ac | |
parent | c8d36f808bba639cbf37d1bf550c7036419cdbe8 [diff] [blame] |
build: Fix common misspellings Bug: 750830 Change-Id: Ie4cc9f02e3cc23f0ed3e44b5372745eee9944165 Reviewed-on: https://chromium-review.googlesource.com/594770 Reviewed-by: Scott Graham <[email protected]> Commit-Queue: Julien Brianceau <[email protected]> Cr-Commit-Position: refs/heads/master@{#490922}
diff --git a/build/gn_helpers.py b/build/gn_helpers.py index 33cc578..a9d1e2e 100644 --- a/build/gn_helpers.py +++ b/build/gn_helpers.py
@@ -182,7 +182,7 @@ - GN strings (double-quoted as in '"asdf"') will be converted to Python strings with GN escaping rules. GN string interpolation (embedded - variables preceeded by $) are not supported and will be returned as + variables preceded by $) are not supported and will be returned as literals. - GN lists ('[1, "asdf", 3]') will be converted to Python lists.