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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2056033002: Clean Up Remaining Domain Check Call and netapi32.lib Usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isos
Patch Set: Created 4 years, 6 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 | « build/common.gypi ('k') | components/policy/core/common/BUILD.gn » ('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 3926 matching lines...) Expand 10 before | Expand all | Expand 10 after
3937 'msvs_settings': { 3937 'msvs_settings': {
3938 'VCLinkerTool': { 3938 'VCLinkerTool': {
3939 'DelayLoadDLLs': [ 3939 'DelayLoadDLLs': [
3940 'ndfapi.dll', 3940 'ndfapi.dll',
3941 'pdh.dll', # The task manager is rarely used. 3941 'pdh.dll', # The task manager is rarely used.
3942 ], 3942 ],
3943 'AdditionalDependencies': [ 3943 'AdditionalDependencies': [
3944 'cryptui.lib', 3944 'cryptui.lib',
3945 'dwmapi.lib', 3945 'dwmapi.lib',
3946 'ndfapi.lib', 3946 'ndfapi.lib',
3947 'netapi32.lib',
3947 'pdh.lib', 3948 'pdh.lib',
3948 'wtsapi32.lib', 3949 'wtsapi32.lib',
3949 ], 3950 ],
3950 }, 3951 },
3951 }, 3952 },
3952 }, 3953 },
3953 }, { # 'OS!="win" 3954 }, { # 'OS!="win"
3954 'sources': [ '<@(chrome_browser_non_win_sources)' ], 3955 'sources': [ '<@(chrome_browser_non_win_sources)' ],
3955 'conditions': [ 3956 'conditions': [
3956 ['use_aura==1', { 3957 ['use_aura==1', {
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
4278 '../components/components.gyp:rlz', 4279 '../components/components.gyp:rlz',
4279 '../components/components.gyp:search_engines', 4280 '../components/components.gyp:search_engines',
4280 '../rlz/rlz.gyp:rlz_lib', 4281 '../rlz/rlz.gyp:rlz_lib',
4281 'common', 4282 'common',
4282 ], 4283 ],
4283 }, 4284 },
4284 ], 4285 ],
4285 }], 4286 }],
4286 ], 4287 ],
4287 } 4288 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | components/policy/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698