blob: 5e2375859b0975f68529cef94478625b1d701df1 [file] [log] [blame]
# Copyright 2018 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.
static_library("send_tab_to_self") {
sources = [
"send_tab_to_self_bridge.cc",
"send_tab_to_self_bridge.h",
"send_tab_to_self_entry.cc",
"send_tab_to_self_entry.h",
"send_tab_to_self_model.cc",
"send_tab_to_self_model.h",
]
deps = [
"//base",
"//components/sync",
"//url",
]
}