Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(678)

Unified Diff: trunk/src/chrome/chrome.gyp

Issue 13208002: Revert 191173 "Check in a custom-built import library for user32..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/chrome/app/delay_load_hook_win.cc ('k') | trunk/src/chrome/chrome.user32.delay.imports » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/chrome.gyp
===================================================================
--- trunk/src/chrome/chrome.gyp (revision 191178)
+++ trunk/src/chrome/chrome.gyp (working copy)
@@ -1040,27 +1040,6 @@
['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', ],
- },
- },
- },
- },
- {
'target_name': 'crash_service_win64',
'type': 'executable',
'product_name': 'crash_service64',
« no previous file with comments | « trunk/src/chrome/app/delay_load_hook_win.cc ('k') | trunk/src/chrome/chrome.user32.delay.imports » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698