# Copyright 2017 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("guided_tour") {
  sources = [
    "guided_tour_bubble_view_controller_animator.h",
    "guided_tour_bubble_view_controller_animator.mm",
    "guided_tour_bubble_view_controller_presentation_controller.h",
    "guided_tour_bubble_view_controller_presentation_controller.mm",
    "guided_tour_bubble_view_controller_presenter.h",
    "guided_tour_bubble_view_controller_presenter.mm",
  ]
  deps = [
    "//base",
    "//ios/chrome/browser/bubble/ui_bundled",
    "//ios/chrome/browser/bubble/ui_bundled:bubble_view",
    "//ios/chrome/browser/shared/public/commands",
  ]
}
