Chromium Code Reviews| Index: chrome/app/theme/README |
| diff --git a/chrome/app/theme/README b/chrome/app/theme/README |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..80a54228e47df4794da64d46292165fd677a0b47 |
| --- /dev/null |
| +++ b/chrome/app/theme/README |
| @@ -0,0 +1,28 @@ |
| +Resources are organized as follows: |
| + |
| +a) In directory "pdf/" are all the .pdf files for most main assets |
| + |
| +b) Chromium vs Google specific resources are in: |
| + 1) chromium |
| + 2) google_chrome |
| + |
| + NOTE: arguably if the number and size variations of these assets |
| + increase they could be moved to some of the category below or |
| + moved into a branding sub-folder. |
| + |
| +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
|
| + fixed_size/ |
| + chromeos/ |
| + common/ |
| + linux/ |
| + mac/ |
| + win/ |
| + |
| +d) The remaining resources are in one of the following (in other words |
| + these are mutually exclusive choices): |
| + 1) standard_size/ |
| + 2) large_size/ (at the moment doubles up standard_size) |
| + |
| + NOTE: sub-folders similar to the ones in fixed_size/ could be added |
| + for these items |
| + |