| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 # This is in a separate config so the flags can be applied to dependents. | 37 # This is in a separate config so the flags can be applied to dependents. |
| 38 # ldflags in GN aren't automatically inherited. | 38 # ldflags in GN aren't automatically inherited. |
| 39 config("browser_win_linker_flags") { | 39 config("browser_win_linker_flags") { |
| 40 libs = [ | 40 libs = [ |
| 41 "credui.lib", | 41 "credui.lib", |
| 42 "cryptui.lib", | 42 "cryptui.lib", |
| 43 "dwmapi.lib", | 43 "dwmapi.lib", |
| 44 "netapi32.lib", | 44 "netapi32.lib", |
| 45 "ndfapi.lib", # Used by browser/net/net_error_diagnostics_dialog_win.h | 45 "ndfapi.lib", # Used by browser/net/net_error_diagnostics_dialog_win.h |
| 46 "pdh.lib", # Used by browser/private_working_set_snapshot.h | 46 "pdh.lib", # Used by browser/private_working_set_snapshot.h |
| 47 "msi.lib", # Used by browser/conflicts/msi_util_win.h |
| 47 ] | 48 ] |
| 48 ldflags = [ | 49 ldflags = [ |
| 49 "/DELAYLOAD:ndfapi.dll", | 50 "/DELAYLOAD:ndfapi.dll", |
| 50 "/DELAYLOAD:pdh.dll", # The task manager is rarely used. | 51 "/DELAYLOAD:pdh.dll", # The task manager is rarely used. |
| 51 ] | 52 ] |
| 52 } | 53 } |
| 53 } | 54 } |
| 54 | 55 |
| 55 # Use a static library here because many test binaries depend on this but don't | 56 # Use a static library here because many test binaries depend on this but don't |
| 56 # require many files from it. This makes linking more efficient. | 57 # require many files from it. This makes linking more efficient. |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "component_updater/recovery_improved_component_installer.cc", | 255 "component_updater/recovery_improved_component_installer.cc", |
| 255 "component_updater/recovery_improved_component_installer.h", | 256 "component_updater/recovery_improved_component_installer.h", |
| 256 "component_updater/sth_set_component_installer.cc", | 257 "component_updater/sth_set_component_installer.cc", |
| 257 "component_updater/sth_set_component_installer.h", | 258 "component_updater/sth_set_component_installer.h", |
| 258 "component_updater/subresource_filter_component_installer.cc", | 259 "component_updater/subresource_filter_component_installer.cc", |
| 259 "component_updater/subresource_filter_component_installer.h", | 260 "component_updater/subresource_filter_component_installer.h", |
| 260 "component_updater/supervised_user_whitelist_installer.cc", | 261 "component_updater/supervised_user_whitelist_installer.cc", |
| 261 "component_updater/supervised_user_whitelist_installer.h", | 262 "component_updater/supervised_user_whitelist_installer.h", |
| 262 "component_updater/sw_reporter_installer_win.cc", | 263 "component_updater/sw_reporter_installer_win.cc", |
| 263 "component_updater/sw_reporter_installer_win.h", | 264 "component_updater/sw_reporter_installer_win.h", |
| 265 "conflicts/installed_programs_win.cc", |
| 266 "conflicts/installed_programs_win.h", |
| 267 "conflicts/module_database_observer_win.h", |
| 264 "conflicts/module_database_win.cc", | 268 "conflicts/module_database_win.cc", |
| 265 "conflicts/module_database_win.h", | 269 "conflicts/module_database_win.h", |
| 266 "conflicts/module_event_sink_impl_win.cc", | 270 "conflicts/module_event_sink_impl_win.cc", |
| 267 "conflicts/module_event_sink_impl_win.h", | 271 "conflicts/module_event_sink_impl_win.h", |
| 268 "conflicts/module_info_util_win.cc", | 272 "conflicts/module_info_util_win.cc", |
| 269 "conflicts/module_info_util_win.h", | 273 "conflicts/module_info_util_win.h", |
| 270 "conflicts/module_info_win.cc", | 274 "conflicts/module_info_win.cc", |
| 271 "conflicts/module_info_win.h", | 275 "conflicts/module_info_win.h", |
| 272 "conflicts/module_inspector_win.cc", | 276 "conflicts/module_inspector_win.cc", |
| 273 "conflicts/module_inspector_win.h", | 277 "conflicts/module_inspector_win.h", |
| 278 "conflicts/msi_util_win.cc", |
| 279 "conflicts/msi_util_win.h", |
| 280 "conflicts/third_party_metrics_recorder_win.cc", |
| 281 "conflicts/third_party_metrics_recorder_win.h", |
| 274 "content_settings/chrome_content_settings_utils.cc", | 282 "content_settings/chrome_content_settings_utils.cc", |
| 275 "content_settings/chrome_content_settings_utils.h", | 283 "content_settings/chrome_content_settings_utils.h", |
| 276 "content_settings/cookie_settings_factory.cc", | 284 "content_settings/cookie_settings_factory.cc", |
| 277 "content_settings/cookie_settings_factory.h", | 285 "content_settings/cookie_settings_factory.h", |
| 278 "content_settings/host_content_settings_map_factory.cc", | 286 "content_settings/host_content_settings_map_factory.cc", |
| 279 "content_settings/host_content_settings_map_factory.h", | 287 "content_settings/host_content_settings_map_factory.h", |
| 280 "content_settings/local_shared_objects_container.cc", | 288 "content_settings/local_shared_objects_container.cc", |
| 281 "content_settings/local_shared_objects_container.h", | 289 "content_settings/local_shared_objects_container.h", |
| 282 "content_settings/mixed_content_settings_tab_helper.cc", | 290 "content_settings/mixed_content_settings_tab_helper.cc", |
| 283 "content_settings/mixed_content_settings_tab_helper.h", | 291 "content_settings/mixed_content_settings_tab_helper.h", |
| (...skipping 4415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4699 "media/pepper_cdm_test_constants.cc", | 4707 "media/pepper_cdm_test_constants.cc", |
| 4700 "media/pepper_cdm_test_constants.h", | 4708 "media/pepper_cdm_test_constants.h", |
| 4701 ] | 4709 ] |
| 4702 } | 4710 } |
| 4703 } | 4711 } |
| 4704 | 4712 |
| 4705 service_manifest("preferences_forwarder_manifest") { | 4713 service_manifest("preferences_forwarder_manifest") { |
| 4706 name = "preferences_forwarder" | 4714 name = "preferences_forwarder" |
| 4707 source = "prefs/forwarder_manifest.json" | 4715 source = "prefs/forwarder_manifest.json" |
| 4708 } | 4716 } |
| OLD | NEW |