| 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 3700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3711 "../utility/importer/firefox_importer_unittest_utils_mac.cc", | 3711 "../utility/importer/firefox_importer_unittest_utils_mac.cc", |
| 3712 "../utility/importer/safari_importer_unittest.mm", | 3712 "../utility/importer/safari_importer_unittest.mm", |
| 3713 | 3713 |
| 3714 # In-browser discovery is not used by Android for now. | 3714 # In-browser discovery is not used by Android for now. |
| 3715 "../browser/media/router/discovery/discovery_network_list_unittest.cc", | 3715 "../browser/media/router/discovery/discovery_network_list_unittest.cc", |
| 3716 "../browser/media/router/discovery/discovery_network_monitor_unittest.cc", | 3716 "../browser/media/router/discovery/discovery_network_monitor_unittest.cc", |
| 3717 ] | 3717 ] |
| 3718 sources -= | 3718 sources -= |
| 3719 [ "../browser/download/download_request_infobar_delegate_unittest.cc" ] | 3719 [ "../browser/download/download_request_infobar_delegate_unittest.cc" ] |
| 3720 deps += [ | 3720 deps += [ |
| 3721 "//components/signin/core/common:signin_features", |
| 3721 "//ipc", | 3722 "//ipc", |
| 3722 "//third_party/libaddressinput", | 3723 "//third_party/libaddressinput", |
| 3723 ] | 3724 ] |
| 3724 } | 3725 } |
| 3725 | 3726 |
| 3726 if (!is_android) { | 3727 if (!is_android) { |
| 3727 sources += [ | 3728 sources += [ |
| 3728 "../browser/devtools/devtools_file_watcher_unittest.cc", | 3729 "../browser/devtools/devtools_file_watcher_unittest.cc", |
| 3729 "../browser/devtools/devtools_ui_bindings_unittest.cc", | 3730 "../browser/devtools/devtools_ui_bindings_unittest.cc", |
| 3730 "../browser/devtools/serialize_host_descriptions_unittest.cc", | 3731 "../browser/devtools/serialize_host_descriptions_unittest.cc", |
| (...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5169 } | 5170 } |
| 5170 | 5171 |
| 5171 if (is_win) { | 5172 if (is_win) { |
| 5172 loadable_module("conflicts_dll") { | 5173 loadable_module("conflicts_dll") { |
| 5173 testonly = true | 5174 testonly = true |
| 5174 sources = [ | 5175 sources = [ |
| 5175 "conflicts/conflicts_dll.cc", | 5176 "conflicts/conflicts_dll.cc", |
| 5176 ] | 5177 ] |
| 5177 } | 5178 } |
| 5178 } | 5179 } |
| OLD | NEW |