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

Unified Diff: tools/grit/resource_ids

Issue 7584007: make bubble_border to use resources under ui/resources. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: add ui_resources_standard.grd Created 9 years, 4 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/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],
+ },
}

Powered by Google App Engine
This is Rietveld 408576698