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

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

Issue 1257623002: Componentize FakeSigninManager and SigninManager prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment Created 5 years, 5 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/app_controller_mac_unittest.mm » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 "sessions/session_restore_test_helper.cc", 1016 "sessions/session_restore_test_helper.cc",
1017 "sessions/session_restore_test_helper.h", 1017 "sessions/session_restore_test_helper.h",
1018 "sessions/session_service_test_helper.cc", 1018 "sessions/session_service_test_helper.cc",
1019 "sessions/session_service_test_helper.h", 1019 "sessions/session_service_test_helper.h",
1020 "signin/fake_account_fetcher_service.cc", 1020 "signin/fake_account_fetcher_service.cc",
1021 "signin/fake_account_fetcher_service.h", 1021 "signin/fake_account_fetcher_service.h",
1022 "signin/fake_gaia_cookie_manager_service.cc", 1022 "signin/fake_gaia_cookie_manager_service.cc",
1023 "signin/fake_gaia_cookie_manager_service.h", 1023 "signin/fake_gaia_cookie_manager_service.h",
1024 "signin/fake_profile_oauth2_token_service_builder.cc", 1024 "signin/fake_profile_oauth2_token_service_builder.cc",
1025 "signin/fake_profile_oauth2_token_service_builder.h", 1025 "signin/fake_profile_oauth2_token_service_builder.h",
1026 "signin/fake_signin_manager.cc", 1026 "signin/fake_signin_manager_builder.cc",
1027 "signin/fake_signin_manager.h", 1027 "signin/fake_signin_manager_builder.h",
1028 "ssl/ssl_client_auth_requestor_mock.cc", 1028 "ssl/ssl_client_auth_requestor_mock.cc",
1029 "ssl/ssl_client_auth_requestor_mock.h", 1029 "ssl/ssl_client_auth_requestor_mock.h",
1030 "sync/profile_sync_components_factory_mock.cc", 1030 "sync/profile_sync_components_factory_mock.cc",
1031 "sync/profile_sync_components_factory_mock.h", 1031 "sync/profile_sync_components_factory_mock.h",
1032 "sync/profile_sync_service_mock.cc", 1032 "sync/profile_sync_service_mock.cc",
1033 "sync/profile_sync_service_mock.h", 1033 "sync/profile_sync_service_mock.h",
1034 "ui/webui/signin/login_ui_test_utils.cc", 1034 "ui/webui/signin/login_ui_test_utils.cc",
1035 "ui/webui/signin/login_ui_test_utils.h", 1035 "ui/webui/signin/login_ui_test_utils.h",
1036 ] 1036 ]
1037 1037
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1206 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1207 deps = [ 1207 deps = [
1208 "//components/google/core/browser", 1208 "//components/google/core/browser",
1209 "//components/omnibox/browser", 1209 "//components/omnibox/browser",
1210 "//components/rlz", 1210 "//components/rlz",
1211 "//components/search_engines", 1211 "//components/search_engines",
1212 "//rlz:rlz_lib", 1212 "//rlz:rlz_lib",
1213 ] 1213 ]
1214 } 1214 }
1215 } 1215 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/app_controller_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698