Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have net_resources.grd generate a .pak file too. Since the tld | tc@google.com | 2009-01-16 | 1 | -0/+1 |
| | | | | | | | | | | | data is generated and included in the .pak file, we need to add a dependency in the SCons build. Making the corresponding changes to mac/win is harder, so punting for now. Review URL: http://codereview.chromium.org/18127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8220 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Remove net_resources.rc and net_resources.h and replace it | tc@google.com | 2009-01-08 | 1 | -0/+18 |
with a grd file that generates the same thing. We want to do this so on linux, we will have grit generate the .h file and a platform specific resource file. There's some munging going on to be able to get the effective_tld_names_clean.dat file included in the rc. This works in visual studio and scons. I need to update chrome_kjs.sln and the webkit*.sln files and the mac build before committing. Review URL: http://codereview.chromium.org/16565 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7762 0039d316-1c4b-4281-b951-d872f2087c98 |