blob: 32ec9aff0fbf9b2859ce2886cee02495ce3622f0 [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("orchestrator") {
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/common:timing",
]
frameworks = [ "UIKit.framework" ]
}