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

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

Issue 1245103005: Componentize more signin code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/chromeos/policy/consumer_enrollment_handler_unittest.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/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 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 "search_engines/template_url_service_test_util.cc", 1013 "search_engines/template_url_service_test_util.cc",
1014 "search_engines/template_url_service_test_util.h", 1014 "search_engines/template_url_service_test_util.h",
1015 "sessions/session_restore_test_helper.cc", 1015 "sessions/session_restore_test_helper.cc",
1016 "sessions/session_restore_test_helper.h", 1016 "sessions/session_restore_test_helper.h",
1017 "sessions/session_service_test_helper.cc", 1017 "sessions/session_service_test_helper.cc",
1018 "sessions/session_service_test_helper.h", 1018 "sessions/session_service_test_helper.h",
1019 "signin/fake_account_fetcher_service.cc", 1019 "signin/fake_account_fetcher_service.cc",
1020 "signin/fake_account_fetcher_service.h", 1020 "signin/fake_account_fetcher_service.h",
1021 "signin/fake_gaia_cookie_manager_service.cc", 1021 "signin/fake_gaia_cookie_manager_service.cc",
1022 "signin/fake_gaia_cookie_manager_service.h", 1022 "signin/fake_gaia_cookie_manager_service.h",
1023 "signin/fake_profile_oauth2_token_service.cc",
1024 "signin/fake_profile_oauth2_token_service.h",
1025 "signin/fake_profile_oauth2_token_service_builder.cc", 1023 "signin/fake_profile_oauth2_token_service_builder.cc",
1026 "signin/fake_profile_oauth2_token_service_builder.h", 1024 "signin/fake_profile_oauth2_token_service_builder.h",
1027 "signin/fake_signin_manager.cc", 1025 "signin/fake_signin_manager.cc",
1028 "signin/fake_signin_manager.h", 1026 "signin/fake_signin_manager.h",
1029 "ssl/ssl_client_auth_requestor_mock.cc", 1027 "ssl/ssl_client_auth_requestor_mock.cc",
1030 "ssl/ssl_client_auth_requestor_mock.h", 1028 "ssl/ssl_client_auth_requestor_mock.h",
1031 "sync/profile_sync_components_factory_mock.cc", 1029 "sync/profile_sync_components_factory_mock.cc",
1032 "sync/profile_sync_components_factory_mock.h", 1030 "sync/profile_sync_components_factory_mock.h",
1033 "sync/profile_sync_service_mock.cc", 1031 "sync/profile_sync_service_mock.cc",
1034 "sync/profile_sync_service_mock.h", 1032 "sync/profile_sync_service_mock.h",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1205 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1208 deps = [ 1206 deps = [
1209 "//components/google/core/browser", 1207 "//components/google/core/browser",
1210 "//components/omnibox/browser", 1208 "//components/omnibox/browser",
1211 "//components/rlz", 1209 "//components/rlz",
1212 "//components/search_engines", 1210 "//components/search_engines",
1213 "//rlz:rlz_lib", 1211 "//rlz:rlz_lib",
1214 ] 1212 ]
1215 } 1213 }
1216 } 1214 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/consumer_enrollment_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698