blob: 3b6d1cf498a747e79312ceafc8201bfcdbee46ec [file] [log] [blame]
# Copyright 2016 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("content_client") {
testonly = true
sources = [
"browser_main_parts.cc",
"browser_main_parts.h",
"content_browser_client.cc",
"content_browser_client.h",
"main_delegate.cc",
"main_delegate.h",
]
deps = [
"//base:i18n",
"//content",
"//content/shell:content_shell_lib",
"//net",
"//services/navigation:lib",
"//ui/views:test_support",
"//ui/views/mus",
]
}