Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Side by Side Diff: chrome/test/BUILD.gn

Issue 2614773008: Add a config class for the settings reset prompt. (Closed)
Patch Set: Fixed typos. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3255 matching lines...) Expand 10 before | Expand all | Expand 10 after
3266 "../browser/profiles/profile_downloader_unittest.cc", 3266 "../browser/profiles/profile_downloader_unittest.cc",
3267 "../browser/profiles/profile_info_cache_unittest.cc", 3267 "../browser/profiles/profile_info_cache_unittest.cc",
3268 "../browser/profiles/profile_info_cache_unittest.h", 3268 "../browser/profiles/profile_info_cache_unittest.h",
3269 "../browser/profiles/profile_manager_unittest.cc", 3269 "../browser/profiles/profile_manager_unittest.cc",
3270 "../browser/profiles/profile_shortcut_manager_unittest_win.cc", 3270 "../browser/profiles/profile_shortcut_manager_unittest_win.cc",
3271 "../browser/push_messaging/push_messaging_app_identifier_unittest.cc", 3271 "../browser/push_messaging/push_messaging_app_identifier_unittest.cc",
3272 "../browser/push_messaging/push_messaging_notification_manager_unittest.cc", 3272 "../browser/push_messaging/push_messaging_notification_manager_unittest.cc",
3273 "../browser/push_messaging/push_messaging_service_unittest.cc", 3273 "../browser/push_messaging/push_messaging_service_unittest.cc",
3274 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_ unit_test.mm", 3274 "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_ unit_test.mm",
3275 "../browser/resources_util_unittest.cc", 3275 "../browser/resources_util_unittest.cc",
3276 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_config _unittest.cc",
3276 "../browser/search/contextual_search_policy_handler_android_unittest.cc", 3277 "../browser/search/contextual_search_policy_handler_android_unittest.cc",
3277 "../browser/search/iframe_source_unittest.cc", 3278 "../browser/search/iframe_source_unittest.cc",
3278 "../browser/search/thumbnail_source_unittest.cc", 3279 "../browser/search/thumbnail_source_unittest.cc",
3279 3280
3280 # TODO(hashimoto): those tests should be componentized and moved to 3281 # TODO(hashimoto): those tests should be componentized and moved to
3281 # //components:components_unittests, http://crbug.com/527882. 3282 # //components:components_unittests, http://crbug.com/527882.
3282 "../browser/search_engines/template_url_fetcher_unittest.cc", 3283 "../browser/search_engines/template_url_fetcher_unittest.cc",
3283 "../browser/search_engines/template_url_parser_unittest.cc", 3284 "../browser/search_engines/template_url_parser_unittest.cc",
3284 "../browser/search_engines/template_url_service_sync_unittest.cc", 3285 "../browser/search_engines/template_url_service_sync_unittest.cc",
3285 "../browser/search_engines/template_url_service_unittest.cc", 3286 "../browser/search_engines/template_url_service_unittest.cc",
(...skipping 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after
5104 } 5105 }
5105 5106
5106 if (is_win) { 5107 if (is_win) {
5107 loadable_module("conflicts_dll") { 5108 loadable_module("conflicts_dll") {
5108 testonly = true 5109 testonly = true
5109 sources = [ 5110 sources = [
5110 "conflicts/conflicts_dll.cc", 5111 "conflicts/conflicts_dll.cc",
5111 ] 5112 ]
5112 } 5113 }
5113 } 5114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698