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

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

Issue 1984353002: [iOS/GN] Fix and enable "gn check" for "//ios/*" and "//ios_internal/*". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix "--check" after https://codereview.chromium.org/1956113002/ Created 4 years, 7 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
« no previous file with comments | « ios/net/BUILD.gn ('k') | ios/public/provider/web/BUILD.gn » ('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 source_set("browser") { 5 source_set("browser") {
6 sources = [ 6 sources = [
7 "browser_constants.cc", 7 "browser_constants.cc",
8 "browser_constants.h", 8 "browser_constants.h",
9 "chrome_browser_provider.h", 9 "chrome_browser_provider.h",
10 "chrome_browser_provider.mm", 10 "chrome_browser_provider.mm",
11 "geolocation_updater_provider.h", 11 "geolocation_updater_provider.h",
12 "geolocation_updater_provider.mm", 12 "geolocation_updater_provider.mm",
13 "signin/chrome_identity.h", 13 "signin/chrome_identity.h",
14 "signin/chrome_identity.mm", 14 "signin/chrome_identity.mm",
15 "signin/chrome_identity_service.h", 15 "signin/chrome_identity_service.h",
16 "signin/chrome_identity_service.mm", 16 "signin/chrome_identity_service.mm",
17 "signin/signin_error_provider.h", 17 "signin/signin_error_provider.h",
18 "signin/signin_error_provider.mm", 18 "signin/signin_error_provider.mm",
19 "ui/default_ios_web_view_factory.h", 19 "ui/default_ios_web_view_factory.h",
20 "ui/default_ios_web_view_factory.mm", 20 "ui/default_ios_web_view_factory.mm",
21 "ui/infobar_view_delegate.h", 21 "ui/infobar_view_delegate.h",
22 "ui/infobar_view_protocol.h", 22 "ui/infobar_view_protocol.h",
23 "updatable_resource_provider.h", 23 "updatable_resource_provider.h",
24 "updatable_resource_provider.mm", 24 "updatable_resource_provider.mm",
25 ] 25 ]
26 26
27 deps = [ 27 deps = [
28 "//base", 28 "//base",
29 "//components/autofill/core/browser", 29 "//components/autofill/core/browser",
30 "//components/favicon_base",
31 "//components/metrics",
32 "//components/sync_sessions",
30 "//ios/public/provider/web", 33 "//ios/public/provider/web",
31 "//ios/web", 34 "//ios/web",
32 ] 35 ]
33 } 36 }
34 37
35 source_set("test_support") { 38 source_set("test_support") {
36 testonly = true 39 testonly = true
37 40
38 sources = [ 41 sources = [
39 "test_chrome_browser_provider.h", 42 "test_chrome_browser_provider.h",
40 "test_chrome_browser_provider.mm", 43 "test_chrome_browser_provider.mm",
41 "test_chrome_provider_initializer.h", 44 "test_chrome_provider_initializer.h",
42 "test_chrome_provider_initializer.mm", 45 "test_chrome_provider_initializer.mm",
43 "test_updatable_resource_provider.h", 46 "test_updatable_resource_provider.h",
44 "test_updatable_resource_provider.mm", 47 "test_updatable_resource_provider.mm",
45 ] 48 ]
46 49
47 deps = [ 50 deps = [
48 ":browser", 51 ":browser",
49 "//base", 52 "//base",
50 "//components/signin/ios/browser:test_support", 53 "//components/signin/ios/browser:test_support",
51 "//testing/gtest", 54 "//testing/gtest",
52 ] 55 ]
53 } 56 }
OLDNEW
« no previous file with comments | « ios/net/BUILD.gn ('k') | ios/public/provider/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698