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

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

Issue 871013006: Use callbacks in SessionRestore unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add destructor Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/sessions/better_session_restore_browsertest.cc » ('j') | 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 9
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 "password_manager/test_password_store_service.cc", 883 "password_manager/test_password_store_service.cc",
884 "password_manager/test_password_store_service.h", 884 "password_manager/test_password_store_service.h",
885 "prefs/pref_service_mock_factory.cc", 885 "prefs/pref_service_mock_factory.cc",
886 "prefs/pref_service_mock_factory.h", 886 "prefs/pref_service_mock_factory.h",
887 "profile_resetter/profile_resetter_test_base.cc", 887 "profile_resetter/profile_resetter_test_base.cc",
888 "profile_resetter/profile_resetter_test_base.h", 888 "profile_resetter/profile_resetter_test_base.h",
889 "search_engines/template_url_service_factory_test_util.cc", 889 "search_engines/template_url_service_factory_test_util.cc",
890 "search_engines/template_url_service_factory_test_util.h", 890 "search_engines/template_url_service_factory_test_util.h",
891 "search_engines/template_url_service_test_util.cc", 891 "search_engines/template_url_service_test_util.cc",
892 "search_engines/template_url_service_test_util.h", 892 "search_engines/template_url_service_test_util.h",
893 "sessions/session_restore_test_helper.cc",
894 "sessions/session_restore_test_helper.h",
893 "sessions/session_service_test_helper.cc", 895 "sessions/session_service_test_helper.cc",
894 "sessions/session_service_test_helper.h", 896 "sessions/session_service_test_helper.h",
895 "signin/fake_account_reconcilor.cc", 897 "signin/fake_account_reconcilor.cc",
896 "signin/fake_account_reconcilor.h", 898 "signin/fake_account_reconcilor.h",
897 "signin/fake_account_tracker_service.cc", 899 "signin/fake_account_tracker_service.cc",
898 "signin/fake_account_tracker_service.h", 900 "signin/fake_account_tracker_service.h",
899 "signin/fake_profile_oauth2_token_service.cc", 901 "signin/fake_profile_oauth2_token_service.cc",
900 "signin/fake_profile_oauth2_token_service.h", 902 "signin/fake_profile_oauth2_token_service.h",
901 "signin/fake_profile_oauth2_token_service_builder.cc", 903 "signin/fake_profile_oauth2_token_service_builder.cc",
902 "signin/fake_profile_oauth2_token_service_builder.h", 904 "signin/fake_profile_oauth2_token_service_builder.h",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 ] 1072 ]
1071 } 1073 }
1072 1074
1073 if (enable_wifi_bootstrapping) { 1075 if (enable_wifi_bootstrapping) {
1074 sources += [ 1076 sources += [
1075 "local_discovery/wifi/mock_wifi_manager.cc", 1077 "local_discovery/wifi/mock_wifi_manager.cc",
1076 "local_discovery/wifi/mock_wifi_manager.h", 1078 "local_discovery/wifi/mock_wifi_manager.h",
1077 ] 1079 ]
1078 } 1080 }
1079 } 1081 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sessions/better_session_restore_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698