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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 }, | 77 }, |
78 "chrome/app/resources/locale_settings_linux.grd": { | 78 "chrome/app/resources/locale_settings_linux.grd": { |
79 "messages": [10500], | 79 "messages": [10500], |
80 }, | 80 }, |
81 "chrome/app/resources/locale_settings_mac.grd": { | 81 "chrome/app/resources/locale_settings_mac.grd": { |
82 "messages": [10500], | 82 "messages": [10500], |
83 }, | 83 }, |
84 "chrome/app/resources/locale_settings_win.grd": { | 84 "chrome/app/resources/locale_settings_win.grd": { |
85 "messages": [10500], | 85 "messages": [10500], |
86 }, | 86 }, |
87 | |
88 "ui/base/strings/ui_strings.grd": { | 87 "ui/base/strings/ui_strings.grd": { |
89 "messages": [11000], | 88 "messages": [11000], |
90 }, | 89 }, |
91 # Chromium strings and Google Chrome strings must start at the same id. | 90 # Chromium strings and Google Chrome strings must start at the same id. |
92 # We only use one file depending on whether we're building Chromium or | 91 # We only use one file depending on whether we're building Chromium or |
93 # Google Chrome. | 92 # Google Chrome. |
94 "chrome/app/chromium_strings.grd": { | 93 "chrome/app/chromium_strings.grd": { |
95 "messages": [11500], | 94 "messages": [11500], |
96 }, | 95 }, |
97 "chrome/app/google_chrome_strings.grd": { | 96 "chrome/app/google_chrome_strings.grd": { |
98 "messages": [11500], | 97 "messages": [11500], |
99 }, | 98 }, |
100 # Leave lots of space for generated_resources since it has most of our | 99 # Leave lots of space for generated_resources since it has most of our |
101 # strings. | 100 # strings. |
102 "chrome/app/generated_resources.grd": { | 101 "chrome/app/generated_resources.grd": { |
103 "structures": [12000], | 102 "structures": [12000], |
104 "messages": [12500], | 103 "messages": [12500], |
105 }, | 104 }, |
106 "webkit/glue/inspector_strings.grd": { | 105 "webkit/glue/inspector_strings.grd": { |
107 "messages": [17500], | 106 "messages": [17500], |
108 }, | 107 }, |
109 "webkit/glue/webkit_strings.grd": { | 108 "webkit/glue/webkit_strings.grd": { |
110 "messages": [18500], | 109 "messages": [18500], |
111 }, | 110 }, |
112 | |
113 "components/policy/resources/policy_templates.grd": { | 111 "components/policy/resources/policy_templates.grd": { |
114 "structures": [20500], | 112 "structures": [20500], |
115 "messages": [20510], | 113 "messages": [20510], |
116 }, | 114 }, |
117 | |
118 "chrome/browser/resources/sync_internals_resources.grd": { | 115 "chrome/browser/resources/sync_internals_resources.grd": { |
119 "includes": [21500], | 116 "includes": [21500], |
120 }, | 117 }, |
121 "chrome/browser/resources/signin_internals_resources.grd": { | 118 "chrome/browser/resources/signin_internals_resources.grd": { |
122 "includes": [21750], | 119 "includes": [21750], |
123 }, | 120 }, |
124 "chrome/browser/resources/invalidations_resources.grd": { | 121 "chrome/browser/resources/invalidations_resources.grd": { |
125 "includes": [21950], | 122 "includes": [21950], |
126 }, | 123 }, |
127 # This file is generated during the build. | 124 # This file is generated during the build. |
128 "<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd": { | 125 "<(SHARED_INTERMEDIATE_DIR)/devtools/devtools_resources.grd": { |
129 "includes": [22000], | 126 "includes": [22000], |
130 }, | 127 }, |
131 "devtools_resources.grd": { | 128 "devtools_resources.grd": { |
132 "includes": [22000], | 129 "includes": [22000], |
133 }, | 130 }, |
134 "chrome/browser/resources/options_resources.grd": { | 131 "chrome/browser/resources/options_resources.grd": { |
135 "includes": [23000], | 132 "includes": [23000], |
136 }, | |
137 "chrome/browser/resources/options_resources.grd": { | |
138 "structures": [23200], | 133 "structures": [23200], |
139 }, | 134 }, |
140 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": { | 135 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": { |
141 "messages": [23500], | 136 "messages": [23500], |
142 "includes": [23550], | 137 "includes": [23550], |
143 }, | 138 }, |
144 "cloud_print/service/win/service_resources.grd": { | 139 "cloud_print/service/win/service_resources.grd": { |
145 "messages": [23600], | 140 "messages": [23600], |
146 "includes": [23700], | 141 "includes": [23700], |
147 "structures": [23750], | 142 "structures": [23750], |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 }, | 182 }, |
188 "chrome/browser/resources/sync_file_system_internals_resources.grd": { | 183 "chrome/browser/resources/sync_file_system_internals_resources.grd": { |
189 "includes": [29000], | 184 "includes": [29000], |
190 }, | 185 }, |
191 "third_party/libaddressinput/chromium/cpp/res/messages.grd": { | 186 "third_party/libaddressinput/chromium/cpp/res/messages.grd": { |
192 "messages": [29050], | 187 "messages": [29050], |
193 }, | 188 }, |
194 "components/component_strings.grd": { | 189 "components/component_strings.grd": { |
195 "messages": [30000], | 190 "messages": [30000], |
196 }, | 191 }, |
197 "components/component_resources.grd": { | 192 "components/resources/component_resources.grd": { |
198 "includes": [30250], | 193 "includes": [30250], |
199 }, | 194 }, |
| 195 "components/resources/component_scaled_resources.grd": { |
| 196 "structures": [30350], |
| 197 }, |
200 "third_party/WebKit/public/blink_resources.grd": { | 198 "third_party/WebKit/public/blink_resources.grd": { |
201 "includes": [30500], | 199 "includes": [30500], |
202 }, | 200 }, |
203 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 201 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
204 } | 202 } |
OLD | NEW |