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

Unified Diff: tools/grit/grit/testdata/tools/grit/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
Index: tools/grit/grit/testdata/tools/grit/resource_ids
diff --git a/tools/grit/resource_ids b/tools/grit/grit/testdata/tools/grit/resource_ids
similarity index 97%
copy from tools/grit/resource_ids
copy to tools/grit/grit/testdata/tools/grit/resource_ids
index b8d09ec708a4496273b36f9557efe6769fa9a774..d8f71ff42f479b5544bc32a0898e081411a4f170 100644
--- a/tools/grit/resource_ids
+++ b/tools/grit/grit/testdata/tools/grit/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],
},

Powered by Google App Engine
This is Rietveld 408576698