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

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

Issue 1664823003: Upstream ChromeBrowserState sub-classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 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
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 source_set("browser") { 5 source_set("browser") {
6 sources = [ 6 sources = [
7 "browser_state/chrome_browser_state_manager.h", 7 "browser_state/chrome_browser_state_manager.h",
8 "chrome_browser_provider.cc", 8 "chrome_browser_provider.cc",
9 "chrome_browser_provider.h", 9 "chrome_browser_provider.h",
10 "geolocation_updater_provider.h", 10 "geolocation_updater_provider.h",
11 "geolocation_updater_provider.mm", 11 "geolocation_updater_provider.mm",
12 "signin/chrome_identity.h", 12 "signin/chrome_identity.h",
13 "signin/chrome_identity.mm", 13 "signin/chrome_identity.mm",
14 "signin/chrome_identity_service.h", 14 "signin/chrome_identity_service.h",
15 "signin/chrome_identity_service.mm", 15 "signin/chrome_identity_service.mm",
16 "signin/signin_error_provider.h", 16 "signin/signin_error_provider.h",
17 "signin/signin_error_provider.mm", 17 "signin/signin_error_provider.mm",
18 "string_provider.cc", 18 "string_provider.cc",
19 "string_provider.h", 19 "string_provider.h",
20 "ui/default_ios_web_view_factory.h",
21 "ui/default_ios_web_view_factory.mm",
20 "ui/infobar_view_delegate.h", 22 "ui/infobar_view_delegate.h",
21 "ui/infobar_view_protocol.h", 23 "ui/infobar_view_protocol.h",
22 "updatable_resource_provider.h", 24 "updatable_resource_provider.h",
23 "updatable_resource_provider.mm", 25 "updatable_resource_provider.mm",
24 ] 26 ]
25 27
26 deps = [ 28 deps = [
27 "//base", 29 "//base",
28 "//components/autofill/core/browser", 30 "//components/autofill/core/browser",
29 "//ios/public/provider/web", 31 "//ios/public/provider/web",
(...skipping 13 matching lines...) Expand all
43 "test_updatable_resource_provider.mm", 45 "test_updatable_resource_provider.mm",
44 ] 46 ]
45 47
46 deps = [ 48 deps = [
47 ":browser", 49 ":browser",
48 "//base", 50 "//base",
49 "//components/signin/ios/browser:test_support", 51 "//components/signin/ios/browser:test_support",
50 "//testing/gtest", 52 "//testing/gtest",
51 ] 53 ]
52 } 54 }
OLDNEW
« no previous file with comments | « ios/provider/ios_provider_chrome.gyp ('k') | ios/public/provider/chrome/browser/ui/default_ios_web_view_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698