summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/common/intents/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ios/chrome/common/intents/BUILD.gn')
-rw-r--r--chromium/ios/chrome/common/intents/BUILD.gn14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/ios/chrome/common/intents/BUILD.gn b/chromium/ios/chrome/common/intents/BUILD.gn
new file mode 100644
index 00000000000..7564a4c0ba9
--- /dev/null
+++ b/chromium/ios/chrome/common/intents/BUILD.gn
@@ -0,0 +1,14 @@
+# Copyright 2018 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("//build/ios/intent_definition.gni")
+
+intent_definition("intents") {
+ intent_file = "Intents.intentdefinition"
+ intent_names = [
+ "OpenInChromeIncognitoIntent",
+ "OpenInChromeIntent",
+ "SearchInChromeIntent",
+ ]
+}