| 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 3068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3079 "../browser/android/history_report/delta_file_commons_unittest.cc", | 3079 "../browser/android/history_report/delta_file_commons_unittest.cc", |
| 3080 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, | 3080 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, |
| 3081 "../browser/android/locale/special_locale_handler_unittest.cc", | 3081 "../browser/android/locale/special_locale_handler_unittest.cc", |
| 3082 | 3082 |
| 3083 # TODO(newt): move this to test_support_unit? | 3083 # TODO(newt): move this to test_support_unit? |
| 3084 "../browser/android/chrome_backup_agent_unittest.cc", | 3084 "../browser/android/chrome_backup_agent_unittest.cc", |
| 3085 "../browser/android/favicon_helper_unittest.cc", | 3085 "../browser/android/favicon_helper_unittest.cc", |
| 3086 "../browser/android/mock_location_settings.cc", | 3086 "../browser/android/mock_location_settings.cc", |
| 3087 "../browser/android/mock_location_settings.h", | 3087 "../browser/android/mock_location_settings.h", |
| 3088 "../browser/android/net/external_estimate_provider_android_unittest.cc", | 3088 "../browser/android/net/external_estimate_provider_android_unittest.cc", |
| 3089 "../browser/android/physical_web/eddystone_encoder_bridge_unittest.cc", |
| 3089 "../browser/android/physical_web/physical_web_data_source_android_unittest.c
c", | 3090 "../browser/android/physical_web/physical_web_data_source_android_unittest.c
c", |
| 3090 "../browser/android/preferences/pref_service_bridge_unittest.cc", | 3091 "../browser/android/preferences/pref_service_bridge_unittest.cc", |
| 3091 "../browser/android/shortcut_info_unittest.cc", | 3092 "../browser/android/shortcut_info_unittest.cc", |
| 3092 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", | 3093 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", |
| 3093 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", | 3094 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", |
| 3094 "../browser/android/webapk/webapk_installer_unittest.cc", | 3095 "../browser/android/webapk/webapk_installer_unittest.cc", |
| 3095 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", | 3096 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", |
| 3096 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", | 3097 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", |
| 3097 "../browser/app_controller_mac_unittest.mm", | 3098 "../browser/app_controller_mac_unittest.mm", |
| 3098 "../browser/autocomplete/search_provider_unittest.cc", | 3099 "../browser/autocomplete/search_provider_unittest.cc", |
| (...skipping 2090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5189 } | 5190 } |
| 5190 | 5191 |
| 5191 if (is_win) { | 5192 if (is_win) { |
| 5192 loadable_module("conflicts_dll") { | 5193 loadable_module("conflicts_dll") { |
| 5193 testonly = true | 5194 testonly = true |
| 5194 sources = [ | 5195 sources = [ |
| 5195 "conflicts/conflicts_dll.cc", | 5196 "conflicts/conflicts_dll.cc", |
| 5196 ] | 5197 ] |
| 5197 } | 5198 } |
| 5198 } | 5199 } |
| OLD | NEW |