summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/ui/lens/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ios/chrome/browser/ui/lens/BUILD.gn')
-rw-r--r--chromium/ios/chrome/browser/ui/lens/BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/ios/chrome/browser/ui/lens/BUILD.gn b/chromium/ios/chrome/browser/ui/lens/BUILD.gn
new file mode 100644
index 00000000000..66ba7672c0b
--- /dev/null
+++ b/chromium/ios/chrome/browser/ui/lens/BUILD.gn
@@ -0,0 +1,12 @@
+# 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("lens_availability") {
+ configs += [ "//build/config/compiler:enable_arc" ]
+ sources = [
+ "lens_availability.h",
+ "lens_availability.mm",
+ ]
+ deps = []
+}