| 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 3235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3246 "../browser/profiles/profile_downloader_unittest.cc", | 3246 "../browser/profiles/profile_downloader_unittest.cc", |
| 3247 "../browser/profiles/profile_info_cache_unittest.cc", | 3247 "../browser/profiles/profile_info_cache_unittest.cc", |
| 3248 "../browser/profiles/profile_info_cache_unittest.h", | 3248 "../browser/profiles/profile_info_cache_unittest.h", |
| 3249 "../browser/profiles/profile_manager_unittest.cc", | 3249 "../browser/profiles/profile_manager_unittest.cc", |
| 3250 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", | 3250 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", |
| 3251 "../browser/push_messaging/push_messaging_app_identifier_unittest.cc", | 3251 "../browser/push_messaging/push_messaging_app_identifier_unittest.cc", |
| 3252 "../browser/push_messaging/push_messaging_notification_manager_unittest.cc", | 3252 "../browser/push_messaging/push_messaging_notification_manager_unittest.cc", |
| 3253 "../browser/push_messaging/push_messaging_service_unittest.cc", | 3253 "../browser/push_messaging/push_messaging_service_unittest.cc", |
| 3254 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_
unit_test.mm", | 3254 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_
unit_test.mm", |
| 3255 "../browser/resources_util_unittest.cc", | 3255 "../browser/resources_util_unittest.cc", |
| 3256 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_config
_unittest.cc", |
| 3256 "../browser/search/contextual_search_policy_handler_android_unittest.cc", | 3257 "../browser/search/contextual_search_policy_handler_android_unittest.cc", |
| 3257 "../browser/search/iframe_source_unittest.cc", | 3258 "../browser/search/iframe_source_unittest.cc", |
| 3258 "../browser/search/thumbnail_source_unittest.cc", | 3259 "../browser/search/thumbnail_source_unittest.cc", |
| 3259 | 3260 |
| 3260 # TODO(hashimoto): those tests should be componentized and moved to | 3261 # TODO(hashimoto): those tests should be componentized and moved to |
| 3261 # //components:components_unittests, http://crbug.com/527882. | 3262 # //components:components_unittests, http://crbug.com/527882. |
| 3262 "../browser/search_engines/template_url_fetcher_unittest.cc", | 3263 "../browser/search_engines/template_url_fetcher_unittest.cc", |
| 3263 "../browser/search_engines/template_url_parser_unittest.cc", | 3264 "../browser/search_engines/template_url_parser_unittest.cc", |
| 3264 "../browser/search_engines/template_url_service_sync_unittest.cc", | 3265 "../browser/search_engines/template_url_service_sync_unittest.cc", |
| 3265 "../browser/search_engines/template_url_service_unittest.cc", | 3266 "../browser/search_engines/template_url_service_unittest.cc", |
| (...skipping 1820 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 |