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 4451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4462 | 4462 |
4463 if (enable_captive_portal_detection) { | 4463 if (enable_captive_portal_detection) { |
4464 sources += [ | 4464 sources += [ |
4465 "../browser/captive_portal/captive_portal_service_unittest.cc", | 4465 "../browser/captive_portal/captive_portal_service_unittest.cc", |
4466 "../browser/captive_portal/captive_portal_tab_helper_unittest.cc", | 4466 "../browser/captive_portal/captive_portal_tab_helper_unittest.cc", |
4467 "../browser/captive_portal/captive_portal_tab_reloader_unittest.cc", | 4467 "../browser/captive_portal/captive_portal_tab_reloader_unittest.cc", |
4468 ] | 4468 ] |
4469 } | 4469 } |
4470 if (enable_session_service) { | 4470 if (enable_session_service) { |
4471 sources += [ | 4471 sources += [ |
| 4472 "../browser/page_load_metrics/observers/session_restore_page_load_metrics_
observer_unittest.cc", |
4472 "../browser/sessions/session_restore_observer_unittest.cc", | 4473 "../browser/sessions/session_restore_observer_unittest.cc", |
4473 "../browser/sessions/session_restore_stats_collector_unittest.cc", | 4474 "../browser/sessions/session_restore_stats_collector_unittest.cc", |
4474 "../browser/sessions/session_service_unittest.cc", | 4475 "../browser/sessions/session_service_unittest.cc", |
4475 "../browser/sessions/tab_loader_unittest.cc", | 4476 "../browser/sessions/tab_loader_unittest.cc", |
4476 ] | 4477 ] |
4477 | 4478 |
4478 if (is_mac && !mac_views_browser) { | 4479 if (is_mac && !mac_views_browser) { |
4479 sources += [ "../browser/ui/startup/session_crashed_infobar_delegate_unitt
est.cc" ] | 4480 sources += [ "../browser/ui/startup/session_crashed_infobar_delegate_unitt
est.cc" ] |
4480 } | 4481 } |
4481 } | 4482 } |
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5249 } | 5250 } |
5250 | 5251 |
5251 if (is_win) { | 5252 if (is_win) { |
5252 loadable_module("conflicts_dll") { | 5253 loadable_module("conflicts_dll") { |
5253 testonly = true | 5254 testonly = true |
5254 sources = [ | 5255 sources = [ |
5255 "conflicts/conflicts_dll.cc", | 5256 "conflicts/conflicts_dll.cc", |
5256 ] | 5257 ] |
5257 } | 5258 } |
5258 } | 5259 } |
OLD | NEW |