# 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") { | |
configs += [ "//build/config/compiler:enable_arc" ] | |
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" ] | |
} |