Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 2607d8b2fc6676ef030e444762944d9b3eb0d085..74e4785c181f090e4d6299455b8cad779b58563b 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -443,31 +443,6 @@ |
'chrome_process_finder.gypi', |
], |
}], # OS=="win" |
- ['OS=="win" and target_arch=="ia32"', |
- { 'targets': [ |
- { |
- 'target_name': 'chrome_user32_delay_imports', |
- 'type': 'none', |
- 'variables': { |
- 'lib_dir': '<(INTERMEDIATE_DIR)', |
- }, |
- 'sources': [ |
- 'chrome.user32.delay.imports' |
- ], |
- 'includes': [ |
- '../build/win/importlibs/create_import_lib.gypi', |
- ], |
- 'direct_dependent_settings': { |
- 'msvs_settings': { |
- 'VCLinkerTool': { |
- 'AdditionalLibraryDirectories': ['<(lib_dir)', ], |
- 'AdditionalDependencies': ['chrome.user32.delay.lib', ], |
- }, |
- }, |
- }, |
- }, |
- ]}, # 'targets' |
- ], # OS=="win" and target_arch=="ia32" |
['chromeos==1', { |
'includes': [ 'chrome_browser_chromeos.gypi' ], |
}], # chromeos==1 |