chromium/ios/chrome/browser/orchestrator/ui_bundled/BUILD.gn

# 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.

source_set("ui_bundled") {
  sources = [
    "edit_view_animatee.h",
    "location_bar_animatee.h",
    "location_bar_offset_provider.h",
    "omnibox_focus_orchestrator.h",
    "omnibox_focus_orchestrator.mm",
    "toolbar_animatee.h",
  ]
  deps = [
    "//base",
    "//ios/chrome/browser/shared/public/features",
    "//ios/chrome/common:timing",
  ]
  frameworks = [ "UIKit.framework" ]
}