| 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 3100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3111 "../browser/net/file_downloader_unittest.cc", | 3111 "../browser/net/file_downloader_unittest.cc", |
| 3112 "../browser/net/net_error_tab_helper_unittest.cc", | 3112 "../browser/net/net_error_tab_helper_unittest.cc", |
| 3113 "../browser/net/predictor_unittest.cc", | 3113 "../browser/net/predictor_unittest.cc", |
| 3114 "../browser/net/probe_message_unittest.cc", | 3114 "../browser/net/probe_message_unittest.cc", |
| 3115 "../browser/net/quota_policy_channel_id_store_unittest.cc", | 3115 "../browser/net/quota_policy_channel_id_store_unittest.cc", |
| 3116 "../browser/net/safe_search_util_unittest.cc", | 3116 "../browser/net/safe_search_util_unittest.cc", |
| 3117 "../browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc", | 3117 "../browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc", |
| 3118 "../browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc"
, | 3118 "../browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc"
, |
| 3119 "../browser/net/url_info_unittest.cc", | 3119 "../browser/net/url_info_unittest.cc", |
| 3120 "../browser/notifications/desktop_notification_profile_util_unittest.cc", | 3120 "../browser/notifications/desktop_notification_profile_util_unittest.cc", |
| 3121 "../browser/notifications/notification_channels_provider_android_unittest.cc
", |
| 3121 "../browser/notifications/notification_permission_context_unittest.cc", | 3122 "../browser/notifications/notification_permission_context_unittest.cc", |
| 3122 "../browser/notifications/notification_platform_bridge_mac_unittest.mm", | 3123 "../browser/notifications/notification_platform_bridge_mac_unittest.mm", |
| 3123 "../browser/notifications/platform_notification_service_unittest.cc", | 3124 "../browser/notifications/platform_notification_service_unittest.cc", |
| 3124 "../browser/notifications/stub_alert_dispatcher_mac.h", | 3125 "../browser/notifications/stub_alert_dispatcher_mac.h", |
| 3125 "../browser/notifications/stub_alert_dispatcher_mac.mm", | 3126 "../browser/notifications/stub_alert_dispatcher_mac.mm", |
| 3126 "../browser/notifications/stub_notification_center_mac.h", | 3127 "../browser/notifications/stub_notification_center_mac.h", |
| 3127 "../browser/notifications/stub_notification_center_mac.mm", | 3128 "../browser/notifications/stub_notification_center_mac.mm", |
| 3128 "../browser/ntp_snippets/bookmark_last_visit_updater_unittest.cc", | 3129 "../browser/ntp_snippets/bookmark_last_visit_updater_unittest.cc", |
| 3129 "../browser/ntp_snippets/download_suggestions_provider_unittest.cc", | 3130 "../browser/ntp_snippets/download_suggestions_provider_unittest.cc", |
| 3130 "../browser/page_load_metrics/experiments/delay_navigation_throttle_unittest
.cc", | 3131 "../browser/page_load_metrics/experiments/delay_navigation_throttle_unittest
.cc", |
| (...skipping 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5133 } | 5134 } |
| 5134 | 5135 |
| 5135 if (is_win) { | 5136 if (is_win) { |
| 5136 loadable_module("conflicts_dll") { | 5137 loadable_module("conflicts_dll") { |
| 5137 testonly = true | 5138 testonly = true |
| 5138 sources = [ | 5139 sources = [ |
| 5139 "conflicts/conflicts_dll.cc", | 5140 "conflicts/conflicts_dll.cc", |
| 5140 ] | 5141 ] |
| 5141 } | 5142 } |
| 5142 } | 5143 } |
| OLD | NEW |