Index: chrome/chrome_dll.gypi |
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
index e689c4539da5146084a7b9baa8c8b70914fc0100..1b1120b38469265f971d1fcdf5474282ac4f5034 100644 |
--- a/chrome/chrome_dll.gypi |
+++ b/chrome/chrome_dll.gypi |
@@ -82,6 +82,11 @@ |
'../content/content.gyp:content_app_browser', |
], |
'conditions': [ |
+ ['OS=="win"', { |
+ 'dependencies': [ |
+ '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', |
+ ], |
+ }], |
['use_aura==1', { |
'dependencies': [ |
'../ui/compositor/compositor.gyp:compositor', |
@@ -354,6 +359,13 @@ |
'app/chrome_main_delegate.cc', |
'app/chrome_main_delegate.h', |
], |
+ 'conditions': [ |
+ ['OS=="win"', { |
+ 'dependencies': [ |
+ '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', |
+ ], |
+ }], |
+ ], |
}, # target chrome_child_dll |
], |
}], |