summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll.vsprops
Commit message (Collapse)AuthorAgeFilesLines
* Make ws2_32.dll delay load againcpu@google.com2009-04-121-1/+1
| | | | | | | | | | | | | | - In r13569 I removed it from delay load in using_libxml.vsprops - Here I put it back in a more logical place BUG=10012 TBR=maruel Review URL: http://codereview.chromium.org/67073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13574 0039d316-1c4b-4281-b951-d872f2087c98
* Based on empirical data, push chrome.dll's base address forward.deanm@chromium.org2009-03-301-1/+1
| | | | | | | | | | | | | Since the meat of our code is in a DLL, which is loaded dynamically, parts of the address space are already occupied. Having our DLL rebased from its preferred address means processing relocations, slower startup time, and less effective memory sharing. We don't have enough information to decide on the best address, but hopefully this will be better than what we currently use. Review URL: http://codereview.chromium.org/49051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12782 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the source files containing main function so they can be quicklymaruel@google.com2008-08-011-8/+2
| | | | | | | | | | | identified to their owning project. Add #ifdef to make the ChromeMain function exclude parts depending on the relevancy of the dll generated. BUG=1211534 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome to the repository.initial.commit2008-07-261-0/+24
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98