OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 file is used to assign starting resource ids for resources and strings | 5 # This file is used to assign starting resource ids for resources and strings |
6 # used by Chromium. This is done to ensure that resource ids are unique | 6 # used by Chromium. This is done to ensure that resource ids are unique |
7 # across all the grd files. If you are adding a new grd file, please add | 7 # across all the grd files. If you are adding a new grd file, please add |
8 # a new entry to this file. | 8 # a new entry to this file. |
9 # | 9 # |
10 # The first entry in the file, SRCDIR, is special: It is a relative path from | 10 # The first entry in the file, SRCDIR, is special: It is a relative path from |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 "ash/resources/ash_resources.grd": { | 53 "ash/resources/ash_resources.grd": { |
54 "includes": [6100], | 54 "includes": [6100], |
55 "structures": [6150], | 55 "structures": [6150], |
56 }, | 56 }, |
57 "chrome/app/theme/theme_resources.grd": { | 57 "chrome/app/theme/theme_resources.grd": { |
58 "structures": [6500], | 58 "structures": [6500], |
59 }, | 59 }, |
60 "chrome/app/theme/chrome_unscaled_resources.grd": { | 60 "chrome/app/theme/chrome_unscaled_resources.grd": { |
61 "includes": [7500], | 61 "includes": [7500], |
62 }, | 62 }, |
63 "chrome_frame/resources/chrome_frame_resources.grd": { | |
64 "includes": [8000], | |
65 }, | |
66 "ui/base/strings/app_locale_settings.grd": { | 63 "ui/base/strings/app_locale_settings.grd": { |
67 "messages": [9000], | 64 "messages": [9000], |
68 }, | 65 }, |
69 "chrome/app/resources/locale_settings.grd": { | 66 "chrome/app/resources/locale_settings.grd": { |
70 "includes": [9500], | 67 "includes": [9500], |
71 "messages": [10000], | 68 "messages": [10000], |
72 }, | 69 }, |
73 # These each start with the same resource id because we only use one | 70 # These each start with the same resource id because we only use one |
74 # file for each build (chromiumos, google_chromeos, linux, mac, or win). | 71 # file for each build (chromiumos, google_chromeos, linux, mac, or win). |
75 "chrome/app/resources/locale_settings_chromiumos.grd": { | 72 "chrome/app/resources/locale_settings_chromiumos.grd": { |
(...skipping 23 matching lines...) Expand all Loading... |
99 }, | 96 }, |
100 "chrome/app/google_chrome_strings.grd": { | 97 "chrome/app/google_chrome_strings.grd": { |
101 "messages": [11500], | 98 "messages": [11500], |
102 }, | 99 }, |
103 # Leave lots of space for generated_resources since it has most of our | 100 # Leave lots of space for generated_resources since it has most of our |
104 # strings. | 101 # strings. |
105 "chrome/app/generated_resources.grd": { | 102 "chrome/app/generated_resources.grd": { |
106 "structures": [12000], | 103 "structures": [12000], |
107 "messages": [12500], | 104 "messages": [12500], |
108 }, | 105 }, |
109 # The chrome frame dialogs are also in generated_resources.grd so they | |
110 # get included by the translation console. We make sure that the ids | |
111 # for structures here are the same as for generated_resources.grd. | |
112 "chrome_frame/resources/chrome_frame_dialogs.grd": { | |
113 "structures": [12000], | |
114 "includes": [12250], | |
115 }, | |
116 "webkit/glue/inspector_strings.grd": { | 106 "webkit/glue/inspector_strings.grd": { |
117 "messages": [17500], | 107 "messages": [17500], |
118 }, | 108 }, |
119 "webkit/glue/webkit_strings.grd": { | 109 "webkit/glue/webkit_strings.grd": { |
120 "messages": [18500], | 110 "messages": [18500], |
121 }, | 111 }, |
122 | 112 |
123 "chrome_frame/resources/chrome_frame_resources.grd": { | |
124 "includes": [19000], | |
125 "structures": [19500], | |
126 }, | |
127 | |
128 "components/policy/resources/policy_templates.grd": { | 113 "components/policy/resources/policy_templates.grd": { |
129 "structures": [20500], | 114 "structures": [20500], |
130 "messages": [20510], | 115 "messages": [20510], |
131 }, | 116 }, |
132 | 117 |
133 "chrome/browser/resources/sync_internals_resources.grd": { | 118 "chrome/browser/resources/sync_internals_resources.grd": { |
134 "includes": [21500], | 119 "includes": [21500], |
135 }, | 120 }, |
136 "chrome/browser/resources/signin_internals_resources.grd": { | 121 "chrome/browser/resources/signin_internals_resources.grd": { |
137 "includes": [21750], | 122 "includes": [21750], |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 "messages": [30000], | 192 "messages": [30000], |
208 }, | 193 }, |
209 "components/dom_distiller_resources.grd": { | 194 "components/dom_distiller_resources.grd": { |
210 "includes": [30250], | 195 "includes": [30250], |
211 }, | 196 }, |
212 "third_party/WebKit/public/blink_resources.grd": { | 197 "third_party/WebKit/public/blink_resources.grd": { |
213 "includes": [30500], | 198 "includes": [30500], |
214 }, | 199 }, |
215 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 200 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
216 } | 201 } |
OLD | NEW |