Chromium Code Reviews| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 199 "ios/chrome/app/resources/ios_resources.grd": { | 199 "ios/chrome/app/resources/ios_resources.grd": { |
| 200 "structures": [25950], | 200 "structures": [25950], |
| 201 "includes": [26060], | 201 "includes": [26060], |
| 202 }, | 202 }, |
| 203 "ios/chrome/app/theme/ios_theme_resources.grd": { | 203 "ios/chrome/app/theme/ios_theme_resources.grd": { |
| 204 "structures": [25870], | 204 "structures": [25870], |
| 205 }, | 205 }, |
| 206 "ios/chrome/today_extension/strings/ios_today_extension_strings.grd": { | 206 "ios/chrome/today_extension/strings/ios_today_extension_strings.grd": { |
| 207 "messages": [26335], | 207 "messages": [26335], |
| 208 }, | 208 }, |
| 209 "ios/chrome/share_extension/strings/ios_share_extension_strings.grd": { | |
|
sdefresne
2016/03/10 13:48:33
nit: can you move above ios_today_extension_string
Olivier
2016/03/10 14:31:16
Done.
| |
| 210 "messages": [26325], | |
| 211 }, | |
| 209 "ash/ash_strings.grd": { | 212 "ash/ash_strings.grd": { |
| 210 "messages": [24850], | 213 "messages": [24850], |
| 211 }, | 214 }, |
| 212 "android_webview/ui/aw_resources.grd": { | 215 "android_webview/ui/aw_resources.grd": { |
| 213 "includes": [24850], | 216 "includes": [24850], |
| 214 }, | 217 }, |
| 215 "android_webview/ui/aw_strings.grd": { | 218 "android_webview/ui/aw_strings.grd": { |
| 216 "messages": [24950], | 219 "messages": [24950], |
| 217 }, | 220 }, |
| 218 "ui/chromeos/resources/ui_chromeos_resources.grd": { | 221 "ui/chromeos/resources/ui_chromeos_resources.grd": { |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 301 }, | 304 }, |
| 302 "chrome/browser/resources/settings/settings_resources.grd": { | 305 "chrome/browser/resources/settings/settings_resources.grd": { |
| 303 "structures": [30920], | 306 "structures": [30920], |
| 304 }, | 307 }, |
| 305 "headless/lib/resources/headless_lib_resources.grd": { | 308 "headless/lib/resources/headless_lib_resources.grd": { |
| 306 "includes": [30940], | 309 "includes": [30940], |
| 307 }, | 310 }, |
| 308 | 311 |
| 309 # Resource ids starting at 31000 are reserved for projects built on Chromium. | 312 # Resource ids starting at 31000 are reserved for projects built on Chromium. |
| 310 } | 313 } |
| OLD | NEW |