summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/providers/omaha/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ios/chrome/browser/providers/omaha/BUILD.gn')
-rw-r--r--chromium/ios/chrome/browser/providers/omaha/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/ios/chrome/browser/providers/omaha/BUILD.gn b/chromium/ios/chrome/browser/providers/omaha/BUILD.gn
new file mode 100644
index 00000000000..d752a18ad77
--- /dev/null
+++ b/chromium/ios/chrome/browser/providers/omaha/BUILD.gn
@@ -0,0 +1,9 @@
+# Copyright 2021 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("chromium_omaha") {
+ configs += [ "//build/config/compiler:enable_arc" ]
+ sources = [ "chromium_omaha.cc" ]
+ deps = [ "//ios/public/provider/chrome/browser/omaha:omaha_api" ]
+}