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

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

Issue 2424643002: [ios] Removed remaining code for URL spoofing interstitials. (Closed)
Patch Set: Removed reference to Safe Browsing. Created 4 years, 2 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_constants.cc",
8 "browser_constants.h",
9 "chrome_browser_provider.h", 7 "chrome_browser_provider.h",
10 "chrome_browser_provider.mm", 8 "chrome_browser_provider.mm",
11 "geolocation_updater_provider.h", 9 "geolocation_updater_provider.h",
12 "geolocation_updater_provider.mm", 10 "geolocation_updater_provider.mm",
13 "signin/chrome_identity.h", 11 "signin/chrome_identity.h",
14 "signin/chrome_identity.mm", 12 "signin/chrome_identity.mm",
15 "signin/chrome_identity_browser_opener.h", 13 "signin/chrome_identity_browser_opener.h",
16 "signin/chrome_identity_interaction_manager.h", 14 "signin/chrome_identity_interaction_manager.h",
17 "signin/chrome_identity_interaction_manager.mm", 15 "signin/chrome_identity_interaction_manager.mm",
18 "signin/chrome_identity_service.h", 16 "signin/chrome_identity_service.h",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 ] 59 ]
62 60
63 deps = [ 61 deps = [
64 ":browser", 62 ":browser",
65 "//base", 63 "//base",
66 "//components/signin/ios/browser:test_support", 64 "//components/signin/ios/browser:test_support",
67 "//testing/gmock", 65 "//testing/gmock",
68 "//testing/gtest", 66 "//testing/gtest",
69 ] 67 ]
70 } 68 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ssl/ios_ssl_blocking_page.mm ('k') | ios/public/provider/chrome/browser/browser_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698