blob: 3252c0e3860cf808a60384e89da6bcf93b1b451c [file] [log] [blame]
[email protected]81ce2c42012-03-24 01:43:261// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]b48c9182011-10-26 18:03:302// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/chrome_browser_main_linux.h"
6
[email protected]dd357e12014-08-22 01:28:507#include <fontconfig/fontconfig.h>
8
cfroussios3ea4c692016-07-18 19:15:149#include <string>
10
fdorayf78be9742017-02-07 16:15:1711#include "base/task_scheduler/post_task.h"
avie4d7b6f2015-12-26 00:59:1812#include "build/build_config.h"
[email protected]97425082013-07-16 03:10:0713#include "chrome/browser/browser_process.h"
thestigd2efdad2015-09-02 18:03:0914#include "chrome/grit/chromium_strings.h"
sdefresne8ba0b88c2015-09-18 10:33:1315#include "components/crash/content/app/breakpad_linux.h"
[email protected]d6147bd2014-06-11 01:58:1916#include "components/metrics/metrics_service.h"
rkc41077042015-11-06 07:20:5817#include "device/bluetooth/dbus/bluez_dbus_manager.h"
18#include "device/bluetooth/dbus/dbus_thread_manager_linux.h"
thestigd2efdad2015-09-02 18:03:0919#include "media/audio/audio_manager.h"
20#include "ui/base/l10n/l10n_util.h"
[email protected]a5e8c6d42012-04-09 20:22:0121
[email protected]6664958a2013-11-07 08:35:2922#if !defined(OS_CHROMEOS)
cfroussios3ea4c692016-07-18 19:15:14