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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1845083003: Remove "#pragma comment(lib" in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3841 matching lines...) Expand 10 before | Expand all | Expand 10 after
3852 ], 3852 ],
3853 }], 3853 }],
3854 ], 3854 ],
3855 'msvs_settings': { 3855 'msvs_settings': {
3856 'VCLinkerTool': { 3856 'VCLinkerTool': {
3857 'DelayLoadDLLs': [ 3857 'DelayLoadDLLs': [
3858 # Used by browser/net/net_error_diagnostics_dialog_win.h 3858 # Used by browser/net/net_error_diagnostics_dialog_win.h
3859 'ndfapi.dll', 3859 'ndfapi.dll',
3860 ], 3860 ],
3861 'AdditionalDependencies': [ 3861 'AdditionalDependencies': [
3862 'cryptui.lib',
3863 'dwmapi.lib',
3862 'ndfapi.lib', 3864 'ndfapi.lib',
3865 'pdh.lib',
3866 'wtsapi32.lib',
3863 ], 3867 ],
3864 }, 3868 },
3865 }, 3869 },
3866 'all_dependent_settings': { 3870 'all_dependent_settings': {
3867 'msvs_settings': { 3871 'msvs_settings': {
3868 'VCLinkerTool': { 3872 'VCLinkerTool': {
3869 'DelayLoadDLLs': [ 3873 'DelayLoadDLLs': [
3870 'ndfapi.dll', 3874 'ndfapi.dll',
3871 ], 3875 ],
3872 'AdditionalDependencies': [ 3876 'AdditionalDependencies': [
3877 'cryptui.lib',
3878 'dwmapi.lib',
3873 'ndfapi.lib', 3879 'ndfapi.lib',
3880 'pdh.lib',
3881 'wtsapi32.lib',
3874 ], 3882 ],
3875 }, 3883 },
3876 }, 3884 },
3877 }, 3885 },
3878 }, { # 'OS!="win" 3886 }, { # 'OS!="win"
3879 'sources': [ '<@(chrome_browser_non_win_sources)' ], 3887 'sources': [ '<@(chrome_browser_non_win_sources)' ],
3880 'conditions': [ 3888 'conditions': [
3881 ['use_aura==1', { 3889 ['use_aura==1', {
3882 'dependencies': [ 3890 'dependencies': [
3883 '../ui/views/controls/webview/webview.gyp:webview', 3891 '../ui/views/controls/webview/webview.gyp:webview',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
4194 '../components/components.gyp:rlz', 4202 '../components/components.gyp:rlz',
4195 '../components/components.gyp:search_engines', 4203 '../components/components.gyp:search_engines',
4196 '../rlz/rlz.gyp:rlz_lib', 4204 '../rlz/rlz.gyp:rlz_lib',
4197 'common', 4205 'common',
4198 ], 4206 ],
4199 }, 4207 },
4200 ], 4208 ],
4201 }], 4209 }],
4202 ], 4210 ],
4203 } 4211 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698