From 85aed525ca4109b6d3f9fe82d0b82c3a6d2cf722 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Thu, 8 Jan 2009 21:58:04 +0000 Subject: Remove net_resources.rc and net_resources.h and replace it 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 --- net/build/net_resources.vcproj | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 net/build/net_resources.vcproj (limited to 'net/build/net_resources.vcproj') diff --git a/net/build/net_resources.vcproj b/net/build/net_resources.vcproj new file mode 100644 index 0000000..b122488 --- /dev/null +++ b/net/build/net_resources.vcproj @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1