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 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3036 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", | 3036 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", |
3037 "../browser/android/history_report/delta_file_commons_unittest.cc", | 3037 "../browser/android/history_report/delta_file_commons_unittest.cc", |
3038 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, | 3038 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, |
3039 "../browser/android/locale/special_locale_handler_unittest.cc", | 3039 "../browser/android/locale/special_locale_handler_unittest.cc", |
3040 | 3040 |
3041 # TODO(newt): move this to test_support_unit? | 3041 # TODO(newt): move this to test_support_unit? |
3042 "../browser/android/chrome_backup_agent_unittest.cc", | 3042 "../browser/android/chrome_backup_agent_unittest.cc", |
3043 "../browser/android/mock_location_settings.cc", | 3043 "../browser/android/mock_location_settings.cc", |
3044 "../browser/android/mock_location_settings.h", | 3044 "../browser/android/mock_location_settings.h", |
3045 "../browser/android/net/external_estimate_provider_android_unittest.cc", | 3045 "../browser/android/net/external_estimate_provider_android_unittest.cc", |
| 3046 "../browser/android/physical_web/physical_web_data_source_android_unittest.c
c", |
3046 "../browser/android/preferences/pref_service_bridge_unittest.cc", | 3047 "../browser/android/preferences/pref_service_bridge_unittest.cc", |
3047 "../browser/android/shortcut_info_unittest.cc", | 3048 "../browser/android/shortcut_info_unittest.cc", |
3048 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", | 3049 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", |
3049 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", | 3050 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", |
3050 "../browser/android/webapk/webapk_installer_unittest.cc", | 3051 "../browser/android/webapk/webapk_installer_unittest.cc", |
3051 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", | 3052 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", |
3052 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", | 3053 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", |
3053 "../browser/app_controller_mac_unittest.mm", | 3054 "../browser/app_controller_mac_unittest.mm", |
3054 "../browser/autocomplete/search_provider_unittest.cc", | 3055 "../browser/autocomplete/search_provider_unittest.cc", |
3055 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc", | 3056 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc", |
(...skipping 2047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5103 } | 5104 } |
5104 | 5105 |
5105 if (is_win) { | 5106 if (is_win) { |
5106 loadable_module("conflicts_dll") { | 5107 loadable_module("conflicts_dll") { |
5107 testonly = true | 5108 testonly = true |
5108 sources = [ | 5109 sources = [ |
5109 "conflicts/conflicts_dll.cc", | 5110 "conflicts/conflicts_dll.cc", |
5110 ] | 5111 ] |
5111 } | 5112 } |
5112 } | 5113 } |
OLD | NEW |