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 4408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4419 | 4419 |
4420 if (enable_captive_portal_detection) { | 4420 if (enable_captive_portal_detection) { |
4421 sources += [ | 4421 sources += [ |
4422 "../browser/captive_portal/captive_portal_service_unittest.cc", | 4422 "../browser/captive_portal/captive_portal_service_unittest.cc", |
4423 "../browser/captive_portal/captive_portal_tab_helper_unittest.cc", | 4423 "../browser/captive_portal/captive_portal_tab_helper_unittest.cc", |
4424 "../browser/captive_portal/captive_portal_tab_reloader_unittest.cc", | 4424 "../browser/captive_portal/captive_portal_tab_reloader_unittest.cc", |
4425 ] | 4425 ] |
4426 } | 4426 } |
4427 if (enable_session_service) { | 4427 if (enable_session_service) { |
4428 sources += [ | 4428 sources += [ |
| 4429 "../browser/page_load_metrics/observers/session_restore_page_load_metrics_
observer_unittest.cc", |
4429 "../browser/sessions/session_restore_observer_unittest.cc", | 4430 "../browser/sessions/session_restore_observer_unittest.cc", |
4430 "../browser/sessions/session_restore_stats_collector_unittest.cc", | 4431 "../browser/sessions/session_restore_stats_collector_unittest.cc", |
4431 "../browser/sessions/session_service_unittest.cc", | 4432 "../browser/sessions/session_service_unittest.cc", |
4432 "../browser/sessions/tab_loader_unittest.cc", | 4433 "../browser/sessions/tab_loader_unittest.cc", |
4433 ] | 4434 ] |
4434 | 4435 |
4435 if (is_mac && !mac_views_browser) { | 4436 if (is_mac && !mac_views_browser) { |
4436 sources += [ "../browser/ui/startup/session_crashed_infobar_delegate_unitt
est.cc" ] | 4437 sources += [ "../browser/ui/startup/session_crashed_infobar_delegate_unitt
est.cc" ] |
4437 } | 4438 } |
4438 } | 4439 } |
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5205 } | 5206 } |
5206 | 5207 |
5207 if (is_win) { | 5208 if (is_win) { |
5208 loadable_module("conflicts_dll") { | 5209 loadable_module("conflicts_dll") { |
5209 testonly = true | 5210 testonly = true |
5210 sources = [ | 5211 sources = [ |
5211 "conflicts/conflicts_dll.cc", | 5212 "conflicts/conflicts_dll.cc", |
5212 ] | 5213 ] |
5213 } | 5214 } |
5214 } | 5215 } |
OLD | NEW |