| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 }, | 59 }, |
| 60 "chrome/app/theme/theme_resources.grd": { | 60 "chrome/app/theme/theme_resources.grd": { |
| 61 "structures": [6500], | 61 "structures": [6500], |
| 62 }, | 62 }, |
| 63 "chrome/app/theme/chrome_unscaled_resources.grd": { | 63 "chrome/app/theme/chrome_unscaled_resources.grd": { |
| 64 "includes": [7500], | 64 "includes": [7500], |
| 65 }, | 65 }, |
| 66 "chrome_frame/resources/chrome_frame_resources.grd": { | 66 "chrome_frame/resources/chrome_frame_resources.grd": { |
| 67 "includes": [8000], | 67 "includes": [8000], |
| 68 }, | 68 }, |
| 69 "third_party/WebKit/Source/WebKit/chromium/WebKit.grd": { | |
| 70 "includes": [8500], | |
| 71 }, | |
| 72 "ui/base/strings/app_locale_settings.grd": { | 69 "ui/base/strings/app_locale_settings.grd": { |
| 73 "messages": [9000], | 70 "messages": [9000], |
| 74 }, | 71 }, |
| 75 "chrome/app/resources/locale_settings.grd": { | 72 "chrome/app/resources/locale_settings.grd": { |
| 76 "includes": [9500], | 73 "includes": [9500], |
| 77 "messages": [10000], | 74 "messages": [10000], |
| 78 }, | 75 }, |
| 79 # These each start with the same resource id because we only use one | 76 # These each start with the same resource id because we only use one |
| 80 # file for each build (chromiumos, google_chromeos, linux, mac, or win). | 77 # file for each build (chromiumos, google_chromeos, linux, mac, or win). |
| 81 "chrome/app/resources/locale_settings_chromiumos.grd": { | 78 "chrome/app/resources/locale_settings_chromiumos.grd": { |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 "includes": [29000], | 212 "includes": [29000], |
| 216 }, | 213 }, |
| 217 "components/component_strings.grd": { | 214 "components/component_strings.grd": { |
| 218 "messages": [30000], | 215 "messages": [30000], |
| 219 }, | 216 }, |
| 220 "third_party/WebKit/public/blink_resources.grd": { | 217 "third_party/WebKit/public/blink_resources.grd": { |
| 221 "includes": [30500], | 218 "includes": [30500], |
| 222 }, | 219 }, |
| 223 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 220 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
| 224 } | 221 } |
| OLD | NEW |