OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |