Index: tools/grit/resource_ids |
diff --git a/tools/grit/resource_ids b/tools/grit/resource_ids |
index bc0619289f3f16896bd03f3ee8503e2c538d9dd0..affa258949d3a6733ca56954d147db13dfbfb9a7 100644 |
--- a/tools/grit/resource_ids |
+++ b/tools/grit/resource_ids |
@@ -154,4 +154,11 @@ |
"chrome/browser/resources/workers_resources.grd": { |
"includes": [23500], |
}, |
+ # All standard and large theme resources should have the same IDs. |
+ "ui/resources/ui_resources_standard.grd": { |
+ "includes": [24000], |
+ }, |
+ "ui/resources/ui_resources_large.grd": { |
+ "includes": [24000], |
Ben Goodger (Google)
2011/08/16 19:37:33
I don't think you can use identical values for thi
|
+ }, |
} |