blob: a85f4d3cd1171afc1624e9168564cd7421463903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// Resources used by the net module. This rc file is meant to be included by
// the application rc file (e.g., app/chrome_dll.rc).
//
// Paths in this file are relative to SolutionDir (//trunk/chrome/).
#ifdef APSTUDIO_INVOKED
#error // Don't open in the Visual Studio resource editor!
#endif //APSTUDIO_INVOKED
#include "net\\base\\net_resources.h"
/////////////////////////////////////////////////////////////////////////////
//
// data resources
//
IDR_DIR_HEADER_HTML BINDATA "net\\base\\dir_header.html"
// The converted file is generated, so we need to use a path relative to "obj".
IDR_EFFECTIVE_TLD_NAMES BINDATA "net\\effective_tld_names_clean.dat"
|