Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 52c06d88134ff0ec60badf8e3117cb6512176fec..ba647e70e049f40a16fbcc24ae5ea8ed291fdf81 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -468,8 +468,6 @@ |
}], |
['OS=="win"', { |
'dependencies': [ |
- # Note that chrome_elf must be listed first. Do not reorder it. |
- '../chrome_elf/chrome_elf.gyp:chrome_elf', |
'chrome_dll', |
'chrome_nacl_win64', |
'chrome_process_finder', |
@@ -479,6 +477,7 @@ |
'../base/base.gyp:base', |
'../breakpad/breakpad.gyp:breakpad_handler', |
'../breakpad/breakpad.gyp:breakpad_sender', |
+ '../chrome_elf/chrome_elf.gyp:chrome_elf', |
'../components/components.gyp:breakpad_component', |
'../components/components.gyp:policy', |
'../sandbox/sandbox.gyp:sandbox', |