| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 # | 4 # |
| 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
| 7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
| 8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
| 9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
| 10 # | 10 # |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized
separately", | 70 "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized
separately", |
| 71 "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized s
eparately", | 71 "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized s
eparately", |
| 72 "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized s
eparately", | 72 "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized s
eparately", |
| 73 "chromecast/app/resources/chromecast_settings.grd": "Not UI strings; localiz
ed separately", | 73 "chromecast/app/resources/chromecast_settings.grd": "Not UI strings; localiz
ed separately", |
| 74 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd":
"Separate release process", | 74 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd":
"Separate release process", |
| 75 "components/components_locale_settings.grd": "Not UI strings; localized sepa
rately", | 75 "components/components_locale_settings.grd": "Not UI strings; localized sepa
rately", |
| 76 "tools/grit/grit/testdata/buildinfo.grd": "Test data", | 76 "tools/grit/grit/testdata/buildinfo.grd": "Test data", |
| 77 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", | 77 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", |
| 78 "tools/grit/grit/testdata/substitute.grd": "Test data", | 78 "tools/grit/grit/testdata/substitute.grd": "Test data", |
| 79 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", | 79 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", |
| 80 "tools/grit/grit/testdata/substitute_tmpl.grd": "Test data", |
| 80 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data", | 81 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data", |
| 81 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data", | 82 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data", |
| 82 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately"
, | 83 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately"
, |
| 83 }, | 84 }, |
| 84 } | 85 } |
| OLD | NEW |