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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11786005: Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dont call PropVariantClear if VT_EMPTY Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/shell_integration_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2861 matching lines...) Expand 10 before | Expand all | Expand 10 after
2872 ], 2872 ],
2873 'dependencies': [ 2873 'dependencies': [
2874 'installer_util_strings', 2874 'installer_util_strings',
2875 '../google_update/google_update.gyp:google_update', 2875 '../google_update/google_update.gyp:google_update',
2876 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2876 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2877 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2877 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2878 '../ui/views/controls/webview/webview.gyp:webview', 2878 '../ui/views/controls/webview/webview.gyp:webview',
2879 '../ui/views/views.gyp:views', 2879 '../ui/views/views.gyp:views',
2880 '../win8/win8.gyp:win8_util', 2880 '../win8/win8.gyp:win8_util',
2881 ], 2881 ],
2882 'direct_dependent_settings': {
2883 'msvs_settings': {
2884 'VCLinkerTool': {
2885 'DelayLoadDLLs': [
2886 'propsys.dll',
2887 ],
2888 },
2889 },
2890 },
2891 'export_dependent_settings': [ 2882 'export_dependent_settings': [
2892 '../ui/views/controls/webview/webview.gyp:webview', 2883 '../ui/views/controls/webview/webview.gyp:webview',
2893 '../ui/views/views.gyp:views', 2884 '../ui/views/views.gyp:views',
2894 ], 2885 ],
2895 'sources': [ 2886 'sources': [
2896 # Using built-in rule in vstudio for midl. 2887 # Using built-in rule in vstudio for midl.
2897 'browser/history/history_indexer.idl', 2888 'browser/history/history_indexer.idl',
2898 ], 2889 ],
2899 'sources!': [ 2890 'sources!': [
2900 'browser/history/history_publisher_none.cc', 2891 'browser/history/history_publisher_none.cc',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 'variables': { 3119 'variables': {
3129 'jni_gen_dir': 'chrome', 3120 'jni_gen_dir': 'chrome',
3130 }, 3121 },
3131 'includes': [ '../build/jni_generator.gypi' ], 3122 'includes': [ '../build/jni_generator.gypi' ],
3132 }, 3123 },
3133 ], 3124 ],
3134 }, 3125 },
3135 ], 3126 ],
3136 ], 3127 ],
3137 } 3128 }
OLDNEW
« no previous file with comments | « chrome/browser/shell_integration_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698