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

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

Issue 2493573002: Make sure that the browser will always restore settings page instead of sign out page after user si… (Closed)
Patch Set: rebase from master Created 4 years, 1 month 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
« no previous file with comments | « chrome/browser/sessions/session_restore.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3275 # TODO(hashimoto): those tests should be componentized and moved to 3275 # TODO(hashimoto): those tests should be componentized and moved to
3276 # //components:components_unittests, http://crbug.com/527882. 3276 # //components:components_unittests, http://crbug.com/527882.
3277 "../browser/search_engines/template_url_fetcher_unittest.cc", 3277 "../browser/search_engines/template_url_fetcher_unittest.cc",
3278 "../browser/search_engines/template_url_parser_unittest.cc", 3278 "../browser/search_engines/template_url_parser_unittest.cc",
3279 "../browser/search_engines/template_url_service_sync_unittest.cc", 3279 "../browser/search_engines/template_url_service_sync_unittest.cc",
3280 "../browser/search_engines/template_url_service_unittest.cc", 3280 "../browser/search_engines/template_url_service_unittest.cc",
3281 "../browser/service_process/service_process_control_mac_unittest.mm", 3281 "../browser/service_process/service_process_control_mac_unittest.mm",
3282 "../browser/services/gcm/fake_gcm_profile_service.cc", 3282 "../browser/services/gcm/fake_gcm_profile_service.cc",
3283 "../browser/services/gcm/fake_gcm_profile_service.h", 3283 "../browser/services/gcm/fake_gcm_profile_service.h",
3284 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc", 3284 "../browser/sessions/restore_on_startup_policy_handler_unittest.cc",
3285 "../browser/sessions/session_common_utils_unittest.cc",
3285 "../browser/shell_integration_win_unittest.cc", 3286 "../browser/shell_integration_win_unittest.cc",
3286 "../browser/signin/account_reconcilor_unittest.cc", 3287 "../browser/signin/account_reconcilor_unittest.cc",
3287 "../browser/signin/chrome_signin_client_unittest.cc", 3288 "../browser/signin/chrome_signin_client_unittest.cc",
3288 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c c", 3289 "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.c c",
3289 "../browser/signin/local_auth_unittest.cc", 3290 "../browser/signin/local_auth_unittest.cc",
3290 "../browser/signin/signin_manager_unittest.cc", 3291 "../browser/signin/signin_manager_unittest.cc",
3291 "../browser/signin/signin_status_metrics_provider_chromeos_unittest.cc", 3292 "../browser/signin/signin_status_metrics_provider_chromeos_unittest.cc",
3292 "../browser/signin/signin_tracker_unittest.cc", 3293 "../browser/signin/signin_tracker_unittest.cc",
3293 "../browser/signin/test_signin_client_builder.cc", 3294 "../browser/signin/test_signin_client_builder.cc",
3294 "../browser/ssl/chrome_expect_ct_reporter_unittest.cc", 3295 "../browser/ssl/chrome_expect_ct_reporter_unittest.cc",
(...skipping 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after
5095 "touch_hud", 5096 "touch_hud",
5096 "ui", 5097 "ui",
5097 ] 5098 ]
5098 5099
5099 if (is_linux && !is_android) { 5100 if (is_linux && !is_android) {
5100 deps += [ "//components/font_service:manifest" ] 5101 deps += [ "//components/font_service:manifest" ]
5101 packaged_services += [ "font_service" ] 5102 packaged_services += [ "font_service" ]
5102 } 5103 }
5103 } 5104 }
5104 } 5105 }
OLDNEW
« no previous file with comments | « chrome/browser/sessions/session_restore.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698