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

Unified Diff: ios/chrome/browser/providers/BUILD.gn

Issue 2463463002: [ios] Adds ChromiumBrowserProvider. (Closed)
Patch Set: Review. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/providers/chromium_browser_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/providers/BUILD.gn
diff --git a/ios/chrome/browser/providers/BUILD.gn b/ios/chrome/browser/providers/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..ea55c5688545e47e3ea975ac835aa8f82f6ab9cc
--- /dev/null
+++ b/ios/chrome/browser/providers/BUILD.gn
@@ -0,0 +1,21 @@
+# Copyright 2016 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.
+
+import("//ios/public/provider/chrome/browser/build_config.gni")
+
+source_set("providers") {
+ sources = [
+ "chromium_browser_provider.h",
+ "chromium_browser_provider.mm",
+ "chromium_logo_controller.h",
+ "chromium_logo_controller.mm",
+ "chromium_voice_search_provider.h",
+ "chromium_voice_search_provider.mm",
+ ]
+ deps = [
+ "//base",
+ "//ios/public/provider/chrome/browser",
+ ]
+ configs += [ "//build/config/compiler:enable_arc" ]
+}
« no previous file with comments | « no previous file | ios/chrome/browser/providers/chromium_browser_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698