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 "ui/base/strings/app_locale_settings.grd": { | 63 "ui/strings/app_locale_settings.grd": { |
64 "messages": [9000], | 64 "messages": [9000], |
65 }, | 65 }, |
66 "chrome/app/resources/locale_settings.grd": { | 66 "chrome/app/resources/locale_settings.grd": { |
67 "includes": [9500], | 67 "includes": [9500], |
68 "messages": [10000], | 68 "messages": [10000], |
69 }, | 69 }, |
70 # 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 |
71 # file for each build (chromiumos, google_chromeos, linux, mac, or win). | 71 # file for each build (chromiumos, google_chromeos, linux, mac, or win). |
72 "chrome/app/resources/locale_settings_chromiumos.grd": { | 72 "chrome/app/resources/locale_settings_chromiumos.grd": { |
73 "messages": [10500], | 73 "messages": [10500], |
74 }, | 74 }, |
75 "chrome/app/resources/locale_settings_google_chromeos.grd": { | 75 "chrome/app/resources/locale_settings_google_chromeos.grd": { |
76 "messages": [10500], | 76 "messages": [10500], |
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 "ui/base/strings/ui_strings.grd": { | 87 "ui/strings/ui_strings.grd": { |
88 "messages": [11000], | 88 "messages": [11000], |
89 }, | 89 }, |
90 # 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. |
91 # 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 |
92 # Google Chrome. | 92 # Google Chrome. |
93 "chrome/app/chromium_strings.grd": { | 93 "chrome/app/chromium_strings.grd": { |
94 "messages": [11500], | 94 "messages": [11500], |
95 }, | 95 }, |
96 "chrome/app/google_chrome_strings.grd": { | 96 "chrome/app/google_chrome_strings.grd": { |
97 "messages": [11500], | 97 "messages": [11500], |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 "includes": [30250], | 205 "includes": [30250], |
206 }, | 206 }, |
207 "components/resources/components_scaled_resources.grd": { | 207 "components/resources/components_scaled_resources.grd": { |
208 "structures": [30350], | 208 "structures": [30350], |
209 }, | 209 }, |
210 "third_party/WebKit/public/blink_resources.grd": { | 210 "third_party/WebKit/public/blink_resources.grd": { |
211 "includes": [30500], | 211 "includes": [30500], |
212 }, | 212 }, |
213 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 213 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
214 } | 214 } |
OLD | NEW |