# Copyright 2018 The Chromium Authors
# 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 = [
"AddBookmarkToChromeIntent",
"AddReadingListItemToChromeIntent",
"OpenInChromeIncognitoIntent",
"OpenInChromeIntent",
"SearchInChromeIntent",
"OpenReadingListIntent",
"OpenBookmarksIntent",
"OpenRecentTabsIntent",
"OpenTabGridIntent",
"SearchWithVoiceIntent",
"OpenNewTabIntent",
"PlayDinoGameIntent",
"SetChromeDefaultBrowserIntent",
"ViewHistoryIntent",
"OpenNewIncognitoTabIntent",
"ManagePaymentMethodsIntent",
"RunSafetyCheckIntent",
"ManagePasswordsIntent",
"ManageSettingsIntent",
"OpenLatestTabIntent",
"OpenLensIntent",
"ClearBrowsingDataIntent",
]
}