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

Side by Side Diff: chrome/app/theme/theme_resources.h

Issue 53096: Broadcast a state change notification from the toolbar to the RenderWidgetHos... (Closed) Base URL: svn://chrome-svn/chrome/branches/release_154.next/src/
Patch Set: Created 11 years, 9 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
« no previous file with comments | « chrome/app/theme/3d_p.png ('k') | chrome/app/theme/theme_resources.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // TODO(tc): Come up with a way to automate the generation of these 1 // TODO(tc): Come up with a way to automate the generation of these
2 // IDs so they don't collide with other rc files. 2 // IDs so they don't collide with other rc files.
3 3
4 // NOTE: If you change an id you can use the following awk script to 4 // NOTE: If you change an id you can use the following awk script to
5 // regenerate this file with no holes in the ids: 5 // regenerate this file with no holes in the ids:
6 // awk '$1 != "#define"{print$0} $1 == "#define" {row++;printf "#define %-48s %d\n", $2, (row+9000)}' < theme_resources.h 6 // awk '$1 != "#define"{print$0} $1 == "#define" {row++;printf "#define %-48s %d\n", $2, (row+9000)}' < theme_resources.h
7 7
8 #define IDR_BACK 9000 8 #define IDR_BACK 9000
9 #define IDR_BACK_D 9001 9 #define IDR_BACK_D 9001
10 #define IDR_BACK_H 9002 10 #define IDR_BACK_H 9002
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 #define IDR_FIND_DLG_MIDDLE_BB_BACKGROUND 9303 311 #define IDR_FIND_DLG_MIDDLE_BB_BACKGROUND 9303
312 #define IDR_THROBBER_LIGHT 9304 312 #define IDR_THROBBER_LIGHT 9304
313 #define IDR_OTR_ICON_STANDALONE 9305 313 #define IDR_OTR_ICON_STANDALONE 9305
314 #define IDR_PRODUCT_LOGO 9306 314 #define IDR_PRODUCT_LOGO 9306
315 #define IDR_DISTRIBUTOR_LOGO 9307 315 #define IDR_DISTRIBUTOR_LOGO 9307
316 #define IDR_DISTRIBUTOR_LOGO_LIGHT 9308 316 #define IDR_DISTRIBUTOR_LOGO_LIGHT 9308
317 #define IDR_BOOKMARK_MANAGER_RECENT_ICON 9309 317 #define IDR_BOOKMARK_MANAGER_RECENT_ICON 9309
318 #define IDR_BOOKMARK_MANAGER_SEARCH_ICON 9310 318 #define IDR_BOOKMARK_MANAGER_SEARCH_ICON 9310
319 #define IDR_MENU_DROPARROW 9311 319 #define IDR_MENU_DROPARROW 9311
320 #define IDR_ABOUT_BACKGROUND_COLOR 9312 320 #define IDR_ABOUT_BACKGROUND_COLOR 9312
321 #define IDR_3D 9313
322 #define IDR_3D_H 9314
323 #define IDR_3D_P 9315
324 #define IDR_3D_C 9316
OLDNEW
« no previous file with comments | « chrome/app/theme/3d_p.png ('k') | chrome/app/theme/theme_resources.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698