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

Unified Diff: ios/public/provider/chrome/browser/BUILD.gn

Issue 1445623002: Add gn implementation of //ios/public/provider/chrome/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_web_shell
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/provider/ios_provider_chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/BUILD.gn b/ios/public/provider/chrome/browser/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..f1cf17ecb9dcd984fdb9b78a49506598c21f4b32
--- /dev/null
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -0,0 +1,35 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("browser") {
+ sources = [
+ "browser_state/chrome_browser_state.cc",
+ "browser_state/chrome_browser_state.h",
+ "browser_state/chrome_browser_state_manager.h",
+ "chrome_browser_provider.cc",
+ "chrome_browser_provider.h",
+ "geolocation_updater_provider.h",
+ "geolocation_updater_provider.mm",
+ "keyed_service_provider.cc",
+ "keyed_service_provider.h",
+ "signin/chrome_identity.h",
+ "signin/chrome_identity.mm",
+ "signin/chrome_identity_service.h",
+ "signin/chrome_identity_service.mm",
+ "signin/signin_error_provider.h",
+ "signin/signin_error_provider.mm",
+ "string_provider.h",
+ "ui/infobar_view_delegate.h",
+ "ui/infobar_view_protocol.h",
+ "updatable_resource_provider.h",
+ "updatable_resource_provider.mm",
+ ]
+
+ deps = [
+ "//base",
+ "//components/autofill/core/browser",
+ "//ios/public/provider/web",
+ "//ios/web",
+ ]
+}
« no previous file with comments | « ios/provider/ios_provider_chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698