| 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 4582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4593 } | 4593 } |
| 4594 if (is_win) { | 4594 if (is_win) { |
| 4595 if (!is_component_build) { | 4595 if (!is_component_build) { |
| 4596 # The PDB gets too large for incremental linking. | 4596 # The PDB gets too large for incremental linking. |
| 4597 configs -= [ "//build/config/win:default_incremental_linking" ] | 4597 configs -= [ "//build/config/win:default_incremental_linking" ] |
| 4598 configs += | 4598 configs += |
| 4599 [ "//build/config/win:default_large_module_incremental_linking" ] | 4599 [ "//build/config/win:default_large_module_incremental_linking" ] |
| 4600 } | 4600 } |
| 4601 | 4601 |
| 4602 sources += [ | 4602 sources += [ |
| 4603 "../browser/ui/desktop_ios_promotion/desktop_ios_promotion_controller_unit
test.cc", | 4603 "../browser/ui/desktop_ios_promotion/desktop_ios_promotion_bubble_controll
er_unittest.cc", |
| 4604 "../browser/ui/desktop_ios_promotion/desktop_ios_promotion_util_unittest.c
c", | 4604 "../browser/ui/desktop_ios_promotion/desktop_ios_promotion_util_unittest.c
c", |
| 4605 "../browser/ui/desktop_ios_promotion/sms_service_unittest.cc", | 4605 "../browser/ui/desktop_ios_promotion/sms_service_unittest.cc", |
| 4606 "../browser/ui/input_method/input_method_engine_unittest.cc", | 4606 "../browser/ui/input_method/input_method_engine_unittest.cc", |
| 4607 "../test/data/resource.rc", | 4607 "../test/data/resource.rc", |
| 4608 ] | 4608 ] |
| 4609 deps += [ | 4609 deps += [ |
| 4610 "//chrome:other_version", | 4610 "//chrome:other_version", |
| 4611 "//chrome/app:chrome_dll_resources", | 4611 "//chrome/app:chrome_dll_resources", |
| 4612 "//chrome/install_static:install_static_util", | 4612 "//chrome/install_static:install_static_util", |
| 4613 "//chrome/installer/util:strings", | 4613 "//chrome/installer/util:strings", |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5056 } | 5056 } |
| 5057 | 5057 |
| 5058 if (is_win) { | 5058 if (is_win) { |
| 5059 loadable_module("conflicts_dll") { | 5059 loadable_module("conflicts_dll") { |
| 5060 testonly = true | 5060 testonly = true |
| 5061 sources = [ | 5061 sources = [ |
| 5062 "conflicts/conflicts_dll.cc", | 5062 "conflicts/conflicts_dll.cc", |
| 5063 ] | 5063 ] |
| 5064 } | 5064 } |
| 5065 } | 5065 } |
| OLD | NEW |