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

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

Issue 2121083004: Upstream ProfileOAuth2TokenServiceProviderImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style nits Created 4 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/features.gni") 5 import("//build/config/features.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "signin/constants.mm", 378 "signin/constants.mm",
379 "signin/gaia_auth_fetcher_ios.h", 379 "signin/gaia_auth_fetcher_ios.h",
380 "signin/gaia_auth_fetcher_ios.mm", 380 "signin/gaia_auth_fetcher_ios.mm",
381 "signin/gaia_auth_fetcher_ios_private.h", 381 "signin/gaia_auth_fetcher_ios_private.h",
382 "signin/gaia_cookie_manager_service_factory.cc", 382 "signin/gaia_cookie_manager_service_factory.cc",
383 "signin/gaia_cookie_manager_service_factory.h", 383 "signin/gaia_cookie_manager_service_factory.h",
384 "signin/ios_chrome_signin_status_metrics_provider_delegate.cc", 384 "signin/ios_chrome_signin_status_metrics_provider_delegate.cc",
385 "signin/ios_chrome_signin_status_metrics_provider_delegate.h", 385 "signin/ios_chrome_signin_status_metrics_provider_delegate.h",
386 "signin/oauth2_token_service_factory.h", 386 "signin/oauth2_token_service_factory.h",
387 "signin/oauth2_token_service_factory.mm", 387 "signin/oauth2_token_service_factory.mm",
388 "signin/profile_oauth2_token_service_ios_provider_impl.h",
389 "signin/profile_oauth2_token_service_ios_provider_impl.mm",
388 "signin/signin_client_factory.cc", 390 "signin/signin_client_factory.cc",
389 "signin/signin_client_factory.h", 391 "signin/signin_client_factory.h",
390 "signin/signin_client_impl.h", 392 "signin/signin_client_impl.h",
391 "signin/signin_client_impl.mm", 393 "signin/signin_client_impl.mm",
392 "signin/signin_error_controller_factory.cc", 394 "signin/signin_error_controller_factory.cc",
393 "signin/signin_error_controller_factory.h", 395 "signin/signin_error_controller_factory.h",
394 "signin/signin_manager_factory.cc", 396 "signin/signin_manager_factory.cc",
395 "signin/signin_manager_factory.h", 397 "signin/signin_manager_factory.h",
396 "signin/signin_manager_factory_observer.h", 398 "signin/signin_manager_factory_observer.h",
397 "signin/signin_util.h", 399 "signin/signin_util.h",
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 "//ios/public/provider/chrome/browser:test_support", 814 "//ios/public/provider/chrome/browser:test_support",
813 "//ios/web", 815 "//ios/web",
814 "//net:test_support", 816 "//net:test_support",
815 "//sync", 817 "//sync",
816 "//testing/gmock", 818 "//testing/gmock",
817 "//testing/gtest", 819 "//testing/gtest",
818 "//ui/base", 820 "//ui/base",
819 "//url", 821 "//url",
820 ] 822 ]
821 } 823 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698