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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 4719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4730 } | 4730 } |
4731 if (is_win) { | 4731 if (is_win) { |
4732 if (!is_component_build) { | 4732 if (!is_component_build) { |
4733 # The PDB gets too large for incremental linking. | 4733 # The PDB gets too large for incremental linking. |
4734 configs -= [ "//build/config/win:default_incremental_linking" ] | 4734 configs -= [ "//build/config/win:default_incremental_linking" ] |
4735 configs += | 4735 configs += |
4736 [ "//build/config/win:default_large_module_incremental_linking" ] | 4736 [ "//build/config/win:default_large_module_incremental_linking" ] |
4737 } | 4737 } |
4738 | 4738 |
4739 sources += [ | 4739 sources += [ |
| 4740 "../browser/ui/desktop_ios_promotion/desktop_ios_promotion_util_unittest.c
c", |
4740 "../browser/ui/desktop_ios_promotion/sms_service_unittest.cc", | 4741 "../browser/ui/desktop_ios_promotion/sms_service_unittest.cc", |
4741 "../browser/ui/input_method/input_method_engine_unittest.cc", | 4742 "../browser/ui/input_method/input_method_engine_unittest.cc", |
4742 "../test/data/resource.rc", | 4743 "../test/data/resource.rc", |
4743 ] | 4744 ] |
4744 deps += [ | 4745 deps += [ |
4745 "//chrome:other_version", | 4746 "//chrome:other_version", |
4746 "//chrome/app:chrome_dll_resources", | 4747 "//chrome/app:chrome_dll_resources", |
4747 "//chrome/install_static:install_static_util", | 4748 "//chrome/install_static:install_static_util", |
4748 "//chrome/installer/util:strings", | 4749 "//chrome/installer/util:strings", |
4749 "//chrome_elf:blacklist_test_dll_1", | 4750 "//chrome_elf:blacklist_test_dll_1", |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5172 } | 5173 } |
5173 | 5174 |
5174 if (is_win) { | 5175 if (is_win) { |
5175 loadable_module("conflicts_dll") { | 5176 loadable_module("conflicts_dll") { |
5176 testonly = true | 5177 testonly = true |
5177 sources = [ | 5178 sources = [ |
5178 "conflicts/conflicts_dll.cc", | 5179 "conflicts/conflicts_dll.cc", |
5179 ] | 5180 ] |
5180 } | 5181 } |
5181 } | 5182 } |
OLD | NEW |