summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/app/intents/BUILD.gn
blob: 7f25c2133ca222caf4c585563bc58e02afcdbf15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 = [
    "OpenInChromeIntent",
    "OpenInChromeIncognitoIntent",
    "SearchInChromeIntent",
  ]
}