Chromium Code Reviews| Index: util/util_test.gyp |
| diff --git a/util/util_test.gyp b/util/util_test.gyp |
| index 2641ff5212c1a6702d906dd8e8ce992dd35da2bf..3987971916cc5729328ff15676892915d3b3e6f7 100644 |
| --- a/util/util_test.gyp |
| +++ b/util/util_test.gyp |
| @@ -123,8 +123,9 @@ |
| 'VCLinkerTool': { |
| 'AdditionalOptions': [ |
| '/BASE:0x78000000', |
| - '/FIXED', |
| ], |
| + 'RandomizedBaseAddress': '1', # Disabled. |
| + 'FixedBaseAddress': '2', # Enabled. |
|
scottmg
2015/10/01 17:08:09
This is the same as /FIXED, but more gyp-y I guess
Mark Mentovai
2015/10/01 17:56:48
Can the comment be /FIXED then? And the comment fo
scottmg
2015/10/01 18:13:37
Done.
|
| }, |
| }, |
| }, |