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

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: even better! 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
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 2865 matching lines...) Expand 10 before | Expand all | Expand 10 after
2876 ], 2876 ],
2877 'dependencies': [ 2877 'dependencies': [
2878 'installer_util_strings', 2878 'installer_util_strings',
2879 '../google_update/google_update.gyp:google_update', 2879 '../google_update/google_update.gyp:google_update',
2880 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2880 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2881 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2881 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2882 '../ui/views/controls/webview/webview.gyp:webview', 2882 '../ui/views/controls/webview/webview.gyp:webview',
2883 '../ui/views/views.gyp:views', 2883 '../ui/views/views.gyp:views',
2884 '../win8/win8.gyp:win8_util', 2884 '../win8/win8.gyp:win8_util',
2885 ], 2885 ],
2886 'direct_dependent_settings': {
2887 'msvs_settings': {
2888 'VCLinkerTool': {
2889 'DelayLoadDLLs': [
2890 'propsys.dll',
2891 ],
2892 },
2893 },
2894 },
2895 'export_dependent_settings': [ 2886 'export_dependent_settings': [
2896 '../ui/views/controls/webview/webview.gyp:webview', 2887 '../ui/views/controls/webview/webview.gyp:webview',
2897 '../ui/views/views.gyp:views', 2888 '../ui/views/views.gyp:views',
2898 ], 2889 ],
2899 'sources': [ 2890 'sources': [
2900 # Using built-in rule in vstudio for midl. 2891 # Using built-in rule in vstudio for midl.
2901 'browser/history/history_indexer.idl', 2892 'browser/history/history_indexer.idl',
2902 ], 2893 ],
2903 'sources!': [ 2894 'sources!': [
2904 'browser/history/history_publisher_none.cc', 2895 'browser/history/history_publisher_none.cc',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
3122 'variables': { 3113 'variables': {
3123 'jni_gen_dir': 'chrome', 3114 'jni_gen_dir': 'chrome',
3124 }, 3115 },
3125 'includes': [ '../build/jni_generator.gypi' ], 3116 'includes': [ '../build/jni_generator.gypi' ],
3126 }, 3117 },
3127 ], 3118 ],
3128 }, 3119 },
3129 ], 3120 ],
3130 ], 3121 ],
3131 } 3122 }
OLDNEW
« chrome/browser/shell_integration_win.cc ('K') | « chrome/browser/shell_integration_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698