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

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

Issue 2456013003: [ios] Adds the LogoVendor protocol. (Closed)
Patch Set: Fix GN. Created 4 years, 1 month 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//ios/public/provider/chrome/browser/build_config.gni") 6 import("//ios/public/provider/chrome/browser/build_config.gni")
7 7
8 source_set("browser") { 8 source_set("browser") {
9 sources = [ 9 sources = [
10 "chrome_browser_provider.h", 10 "chrome_browser_provider.h",
11 "chrome_browser_provider.mm", 11 "chrome_browser_provider.mm",
12 "geolocation_updater_provider.h", 12 "geolocation_updater_provider.h",
13 "geolocation_updater_provider.mm", 13 "geolocation_updater_provider.mm",
14 "signin/chrome_identity.h", 14 "signin/chrome_identity.h",
15 "signin/chrome_identity.mm", 15 "signin/chrome_identity.mm",
16 "signin/chrome_identity_browser_opener.h", 16 "signin/chrome_identity_browser_opener.h",
17 "signin/chrome_identity_interaction_manager.h", 17 "signin/chrome_identity_interaction_manager.h",
18 "signin/chrome_identity_interaction_manager.mm", 18 "signin/chrome_identity_interaction_manager.mm",
19 "signin/chrome_identity_service.h", 19 "signin/chrome_identity_service.h",
20 "signin/chrome_identity_service.mm", 20 "signin/chrome_identity_service.mm",
21 "signin/signin_error_provider.h", 21 "signin/signin_error_provider.h",
22 "signin/signin_error_provider.mm", 22 "signin/signin_error_provider.mm",
23 "signin/signin_resources_provider.h", 23 "signin/signin_resources_provider.h",
24 "signin/signin_resources_provider.mm", 24 "signin/signin_resources_provider.mm",
25 "ui/app_rating_prompt.h", 25 "ui/app_rating_prompt.h",
26 "ui/default_ios_web_view_factory.h", 26 "ui/default_ios_web_view_factory.h",
27 "ui/default_ios_web_view_factory.mm", 27 "ui/default_ios_web_view_factory.mm",
28 "ui/infobar_view_delegate.h", 28 "ui/infobar_view_delegate.h",
29 "ui/infobar_view_protocol.h", 29 "ui/infobar_view_protocol.h",
30 "ui/logo_vendor.h",
30 "ui/text_field_styling.h", 31 "ui/text_field_styling.h",
31 "updatable_resource_provider.h", 32 "updatable_resource_provider.h",
32 "updatable_resource_provider.mm", 33 "updatable_resource_provider.mm",
33 "voice/audio_session_controller.h", 34 "voice/audio_session_controller.h",
34 "voice/logo_animation_controller.h", 35 "voice/logo_animation_controller.h",
35 "voice/voice_search_bar.h", 36 "voice/voice_search_bar.h",
36 "voice/voice_search_bar_owner.h", 37 "voice/voice_search_bar_owner.h",
37 "voice/voice_search_controller.h", 38 "voice/voice_search_controller.h",
38 "voice/voice_search_controller.mm", 39 "voice/voice_search_controller.mm",
39 "voice/voice_search_controller_delegate.h", 40 "voice/voice_search_controller_delegate.h",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ] 93 ]
93 94
94 deps = [ 95 deps = [
95 ":browser", 96 ":browser",
96 "//base", 97 "//base",
97 "//components/signin/ios/browser:test_support", 98 "//components/signin/ios/browser:test_support",
98 "//testing/gmock", 99 "//testing/gmock",
99 "//testing/gtest", 100 "//testing/gtest",
100 ] 101 ]
101 } 102 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698