Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: tools/gritsettings/resource_ids

Issue 246423002: Split feature definitions into extensions and chrome features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: + Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 # This file is generated during the build. 158 # This file is generated during the build.
159 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": { 159 "<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.grd": {
160 "includes": [25750], 160 "includes": [25750],
161 }, 161 },
162 "ash/ash_strings.grd": { 162 "ash/ash_strings.grd": {
163 "messages": [26000], 163 "messages": [26000],
164 }, 164 },
165 "chrome/common/extensions_api_resources.grd": { 165 "chrome/common/extensions_api_resources.grd": {
166 "includes": [26500], 166 "includes": [26500],
167 }, 167 },
168 # TODO(jamescook): Add extensions/extensions_resources.grd here. 168 "extensions/extensions_resources.grd": {
169 "includes": [26750],
170 },
169 "extensions/extensions_strings.grd": { 171 "extensions/extensions_strings.grd": {
170 "messages": [27000], 172 "messages": [27000],
171 }, 173 },
172 "chrome/browser/resources/memory_internals_resources.grd": { 174 "chrome/browser/resources/memory_internals_resources.grd": {
173 "includes": [27500], 175 "includes": [27500],
174 }, 176 },
175 "chrome/browser/resources/password_manager_internals_resources.grd": { 177 "chrome/browser/resources/password_manager_internals_resources.grd": {
176 "includes": [27800], 178 "includes": [27800],
177 }, 179 },
178 "device/bluetooth/bluetooth_strings.grd": { 180 "device/bluetooth/bluetooth_strings.grd": {
(...skipping 18 matching lines...) Expand all
197 "includes": [30250], 199 "includes": [30250],
198 }, 200 },
199 "components/resources/components_scaled_resources.grd": { 201 "components/resources/components_scaled_resources.grd": {
200 "structures": [30350], 202 "structures": [30350],
201 }, 203 },
202 "third_party/WebKit/public/blink_resources.grd": { 204 "third_party/WebKit/public/blink_resources.grd": {
203 "includes": [30500], 205 "includes": [30500],
204 }, 206 },
205 # Resource ids starting at 31000 are reserved for projects built on Chromium. 207 # Resource ids starting at 31000 are reserved for projects built on Chromium.
206 } 208 }
OLDNEW
« extensions/common/features/feature_provider.cc ('K') | « extensions/test/test_extensions_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698