| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
|