blob: 08e5d25e52f7e6d14e7aae2ce6de63226b7bd124 [file] [log] [blame]
# 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",
"omnibox_focus_orchestrator_parity.h",
"omnibox_focus_orchestrator_parity.mm",
"toolbar_animatee.h",
]
deps = [
"//base",
"//ios/chrome/browser/ntp/ui_bundled:feature_flags",
"//ios/chrome/browser/shared/public/features",
"//ios/chrome/common:timing",
]
frameworks = [ "UIKit.framework" ]
}