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

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

Issue 2464963004: [ios] Adds protocols for native app launching (Closed)
Patch Set: Use new Enums, Feedback 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
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/chrome_browser_provider.h » ('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 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 "distribution/app_distribution_provider.h", 12 "distribution/app_distribution_provider.h",
13 "distribution/app_distribution_provider.mm", 13 "distribution/app_distribution_provider.mm",
14 "geolocation_updater_provider.h", 14 "geolocation_updater_provider.h",
15 "geolocation_updater_provider.mm", 15 "geolocation_updater_provider.mm",
16 "native_app_launcher/native_app_metadata.h",
16 "native_app_launcher/native_app_types.h", 17 "native_app_launcher/native_app_types.h",
18 "native_app_launcher/native_app_whitelist_manager.h",
17 "omaha/omaha_service_provider.h", 19 "omaha/omaha_service_provider.h",
18 "omaha/omaha_service_provider.mm", 20 "omaha/omaha_service_provider.mm",
19 "signin/chrome_identity.h", 21 "signin/chrome_identity.h",
20 "signin/chrome_identity.mm", 22 "signin/chrome_identity.mm",
21 "signin/chrome_identity_browser_opener.h", 23 "signin/chrome_identity_browser_opener.h",
22 "signin/chrome_identity_interaction_manager.h", 24 "signin/chrome_identity_interaction_manager.h",
23 "signin/chrome_identity_interaction_manager.mm", 25 "signin/chrome_identity_interaction_manager.mm",
24 "signin/chrome_identity_service.h", 26 "signin/chrome_identity_service.h",
25 "signin/chrome_identity_service.mm", 27 "signin/chrome_identity_service.mm",
26 "signin/signin_error_provider.h", 28 "signin/signin_error_provider.h",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 deps = [ 107 deps = [
106 ":browser", 108 ":browser",
107 "//base", 109 "//base",
108 "//components/signin/ios/browser:test_support", 110 "//components/signin/ios/browser:test_support",
109 "//testing/gtest", 111 "//testing/gtest",
110 ] 112 ]
111 public_deps = [ 113 public_deps = [
112 "//testing/gmock", 114 "//testing/gmock",
113 ] 115 ]
114 } 116 }
OLDNEW
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/chrome_browser_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698