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 2957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2968 "../browser/android/data_usage/external_data_use_observer_unittest.cc", | 2968 "../browser/android/data_usage/external_data_use_observer_unittest.cc", |
2969 "../browser/android/data_usage/external_data_use_reporter_unittest.cc", | 2969 "../browser/android/data_usage/external_data_use_reporter_unittest.cc", |
2970 "../browser/android/data_usage/tab_data_use_entry_unittest.cc", | 2970 "../browser/android/data_usage/tab_data_use_entry_unittest.cc", |
2971 "../browser/android/digital_asset_links/digital_asset_links_handler_unittest
.cc", | 2971 "../browser/android/digital_asset_links/digital_asset_links_handler_unittest
.cc", |
2972 "../browser/android/download/download_manager_service_unittest.cc", | 2972 "../browser/android/download/download_manager_service_unittest.cc", |
2973 "../browser/android/history_report/data_observer_unittest.cc", | 2973 "../browser/android/history_report/data_observer_unittest.cc", |
2974 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", | 2974 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", |
2975 "../browser/android/history_report/delta_file_commons_unittest.cc", | 2975 "../browser/android/history_report/delta_file_commons_unittest.cc", |
2976 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, | 2976 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, |
2977 "../browser/android/locale/special_locale_handler_unittest.cc", | 2977 "../browser/android/locale/special_locale_handler_unittest.cc", |
| 2978 "../browser/webauth/authenticator_web_contents_manager_unittest.cc", |
2978 | 2979 |
2979 # TODO(newt): move this to test_support_unit? | 2980 # TODO(newt): move this to test_support_unit? |
2980 "../browser/android/chrome_backup_agent_unittest.cc", | 2981 "../browser/android/chrome_backup_agent_unittest.cc", |
2981 "../browser/android/favicon_helper_unittest.cc", | 2982 "../browser/android/favicon_helper_unittest.cc", |
2982 "../browser/android/mock_location_settings.cc", | 2983 "../browser/android/mock_location_settings.cc", |
2983 "../browser/android/mock_location_settings.h", | 2984 "../browser/android/mock_location_settings.h", |
2984 "../browser/android/net/external_estimate_provider_android_unittest.cc", | 2985 "../browser/android/net/external_estimate_provider_android_unittest.cc", |
2985 "../browser/android/physical_web/eddystone_encoder_bridge_unittest.cc", | 2986 "../browser/android/physical_web/eddystone_encoder_bridge_unittest.cc", |
2986 "../browser/android/physical_web/physical_web_data_source_android_unittest.c
c", | 2987 "../browser/android/physical_web/physical_web_data_source_android_unittest.c
c", |
2987 "../browser/android/preferences/pref_service_bridge_unittest.cc", | 2988 "../browser/android/preferences/pref_service_bridge_unittest.cc", |
(...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5175 } | 5176 } |
5176 | 5177 |
5177 if (is_win) { | 5178 if (is_win) { |
5178 loadable_module("conflicts_dll") { | 5179 loadable_module("conflicts_dll") { |
5179 testonly = true | 5180 testonly = true |
5180 sources = [ | 5181 sources = [ |
5181 "conflicts/conflicts_dll.cc", | 5182 "conflicts/conflicts_dll.cc", |
5182 ] | 5183 ] |
5183 } | 5184 } |
5184 } | 5185 } |
OLD | NEW |