Commit 10dd721f authored by caitkp@chromium.org's avatar caitkp@chromium.org

Set a base address for chrome_elf to avoid base address collisions with chrome_dll.

NOTRY=true
BUG=318691

Review URL: https://codereview.chromium.org/75483002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235835 0039d316-1c4b-4281-b951-d872f2087c98
parent e833dd42
......@@ -21,6 +21,13 @@
'chrome_elf_main.cc',
'chrome_elf_main.h',
],
'msvs_settings': {
'VCLinkerTool': {
'BaseAddress': '0x35000000',
# Set /SUBSYSTEM:WINDOWS (for consistency).
'SubSystem': '2',
},
},
},
],
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment