blob: 5c16eebc61975f368d9c0c0e8e68a3d16faa9919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Resources used by common/*.
//
// Paths in this file are relative to the current file.
#include "theme_resources.h"
/////////////////////////////////////////////////////////////////////////////
//
// data resources
//
#if defined(GOOGLE_CHROME_BUILD)
IDR_DISTRIBUTOR_LOGO BINDATA "distributor_logo.png"
IDR_DISTRIBUTOR_LOGO_LIGHT BINDATA "distributor_logo_light.png"
#endif
|