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 3107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3118 "../browser/android/preferences/pref_service_bridge_unittest.cc", | 3118 "../browser/android/preferences/pref_service_bridge_unittest.cc", |
3119 "../browser/android/shortcut_info_unittest.cc", | 3119 "../browser/android/shortcut_info_unittest.cc", |
3120 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", | 3120 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", |
3121 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", | 3121 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", |
3122 "../browser/android/webapk/webapk_installer_unittest.cc", | 3122 "../browser/android/webapk/webapk_installer_unittest.cc", |
3123 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", | 3123 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", |
3124 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", | 3124 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", |
3125 "../browser/app_controller_mac_unittest.mm", | 3125 "../browser/app_controller_mac_unittest.mm", |
3126 "../browser/autocomplete/search_provider_unittest.cc", | 3126 "../browser/autocomplete/search_provider_unittest.cc", |
3127 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc", | 3127 "../browser/autocomplete/shortcuts_provider_extension_unittest.cc", |
| 3128 "../browser/background_fetch/background_fetch_client_impl_unittest.cc", |
3128 "../browser/background_sync/background_sync_controller_impl_unittest.cc", | 3129 "../browser/background_sync/background_sync_controller_impl_unittest.cc", |
3129 "../browser/background_sync/background_sync_permission_context_unittest.cc", | 3130 "../browser/background_sync/background_sync_permission_context_unittest.cc", |
3130 "../browser/banners/app_banner_settings_helper_unittest.cc", | 3131 "../browser/banners/app_banner_settings_helper_unittest.cc", |
3131 "../browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc", | 3132 "../browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc", |
3132 "../browser/bookmarks/managed_bookmark_service_unittest.cc", | 3133 "../browser/bookmarks/managed_bookmark_service_unittest.cc", |
3133 "../browser/browser_about_handler_unittest.cc", | 3134 "../browser/browser_about_handler_unittest.cc", |
3134 "../browser/browser_process_impl_unittest.cc", | 3135 "../browser/browser_process_impl_unittest.cc", |
3135 "../browser/browsing_data/browsing_data_appcache_helper_unittest.cc", | 3136 "../browser/browsing_data/browsing_data_appcache_helper_unittest.cc", |
3136 "../browser/browsing_data/browsing_data_cache_storage_helper_unittest.cc", | 3137 "../browser/browsing_data/browsing_data_cache_storage_helper_unittest.cc", |
3137 "../browser/browsing_data/browsing_data_channel_id_helper_unittest.cc", | 3138 "../browser/browsing_data/browsing_data_channel_id_helper_unittest.cc", |
(...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5242 } | 5243 } |
5243 | 5244 |
5244 if (is_win) { | 5245 if (is_win) { |
5245 loadable_module("conflicts_dll") { | 5246 loadable_module("conflicts_dll") { |
5246 testonly = true | 5247 testonly = true |
5247 sources = [ | 5248 sources = [ |
5248 "conflicts/conflicts_dll.cc", | 5249 "conflicts/conflicts_dll.cc", |
5249 ] | 5250 ] |
5250 } | 5251 } |
5251 } | 5252 } |
OLD | NEW |