blob: 2973c0791b55a55f53b661a22bc85891d3d6a38e [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("ios") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"send_tab_to_self_model_bridge_observer.h",
"send_tab_to_self_model_bridge_observer.mm",
]
deps = [
"//base",
"//components/send_tab_to_self",
]
}