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

Unified Diff: tools/gritsettings/resource_ids

Issue 7976026: Prepare for moving grit to its own open-source project. This mostly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 9 years, 3 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 side-by-side diff with in-line comments
Download patch
« tools/grit/grit/node/misc.py ('K') | « tools/grit/resource_ids ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gritsettings/resource_ids
diff --git a/tools/grit/resource_ids b/tools/gritsettings/resource_ids
similarity index 97%
rename from tools/grit/resource_ids
rename to tools/gritsettings/resource_ids
index b8d09ec708a4496273b36f9557efe6769fa9a774..d8f71ff42f479b5544bc32a0898e081411a4f170 100644
--- a/tools/grit/resource_ids
+++ b/tools/gritsettings/resource_ids
@@ -7,10 +7,15 @@
# across all the grd files. If you are adding a new grd file, please add
# a new entry to this file.
#
+# The first entry in the file, SRCDIR, is special: It is a relative path from
+# this file to the base of your checkout.
+#
# http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx says that the
# range for IDR_ is 1 to 28,671 and the range for IDS_ is 1 to 32,767 and
# common convention starts practical use of IDs at 100 or 101.
{
+ "SRCDIR": "../..",
+
"chrome/browser/browser_resources.grd": {
"includes": [500],
},
« tools/grit/grit/node/misc.py ('K') | « tools/grit/resource_ids ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698