 Chromium Code Reviews
 Chromium Code Reviews| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 Resources are organized as follows: | |
| 2 | |
| 3 a) In directory "pdf/" are all the .pdf files for most main assets | |
| 4 | |
| 5 b) Chromium vs Google specific resources are in: | |
| 6 1) chromium | |
| 7 2) google_chrome | |
| 8 | |
| 9 NOTE: arguably if the number and size variations of these assets | |
| 10 increase they could be moved to some of the category below or | |
| 11 moved into a branding sub-folder. | |
| 12 | |
| 13 c) Resources common to all screen sizes / density are in: | |
| 
oshima
2011/04/14 20:58:27
I believe our icons (including touch) assume the s
 | |
| 14 fixed_size/ | |
| 15 chromeos/ | |
| 16 common/ | |
| 17 linux/ | |
| 18 mac/ | |
| 19 win/ | |
| 20 | |
| 21 d) The remaining resources are in one of the following (in other words | |
| 22 these are mutually exclusive choices): | |
| 23 1) standard_size/ | |
| 24 2) large_size/ (at the moment doubles up standard_size) | |
| 25 | |
| 26 NOTE: sub-folders similar to the ones in fixed_size/ could be added | |
| 27 for these items | |
| 28 | |
| OLD | NEW |