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 3007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3018 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", | 3018 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", |
3019 "../browser/android/history_report/delta_file_commons_unittest.cc", | 3019 "../browser/android/history_report/delta_file_commons_unittest.cc", |
3020 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, | 3020 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, |
3021 "../browser/android/locale/special_locale_handler_unittest.cc", | 3021 "../browser/android/locale/special_locale_handler_unittest.cc", |
3022 | 3022 |
3023 # TODO(newt): move this to test_support_unit? | 3023 # TODO(newt): move this to test_support_unit? |
3024 "../browser/android/chrome_backup_agent_unittest.cc", | 3024 "../browser/android/chrome_backup_agent_unittest.cc", |
3025 "../browser/android/mock_location_settings.cc", | 3025 "../browser/android/mock_location_settings.cc", |
3026 "../browser/android/mock_location_settings.h", | 3026 "../browser/android/mock_location_settings.h", |
3027 "../browser/android/net/external_estimate_provider_android_unittest.cc", | 3027 "../browser/android/net/external_estimate_provider_android_unittest.cc", |
| 3028 "../browser/android/physical_web/physical_web_data_source_android_unittest.c
c", |
3028 "../browser/android/preferences/pref_service_bridge_unittest.cc", | 3029 "../browser/android/preferences/pref_service_bridge_unittest.cc", |
3029 "../browser/android/shortcut_info_unittest.cc", | 3030 "../browser/android/shortcut_info_unittest.cc", |
3030 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", | 3031 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", |
3031 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", | 3032 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", |
3032 "../browser/android/webapk/webapk_installer_unittest.cc", | 3033 "../browser/android/webapk/webapk_installer_unittest.cc", |
3033 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", | 3034 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", |
3034 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", | 3035 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", |
3035 "../browser/app_controller_mac_unittest.mm", | 3036 "../browser/app_controller_mac_unittest.mm", |
3036 "../browser/autocomplete/search_provider_unittest.cc", | 3037 "../browser/autocomplete/search_provider_unittest.cc", |
3037 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc", | 3038 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc", |
(...skipping 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5086 } | 5087 } |
5087 | 5088 |
5088 if (is_win) { | 5089 if (is_win) { |
5089 loadable_module("conflicts_dll") { | 5090 loadable_module("conflicts_dll") { |
5090 testonly = true | 5091 testonly = true |
5091 sources = [ | 5092 sources = [ |
5092 "conflicts/conflicts_dll.cc", | 5093 "conflicts/conflicts_dll.cc", |
5093 ] | 5094 ] |
5094 } | 5095 } |
5095 } | 5096 } |
OLD | NEW |