Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / mandoline / app / desktop / BUILD.gn
blobca2140db760a6b7bc7772989adfa2cb189a464a2
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 group("desktop") {
6   deps = [
7     ":mandoline",
8   ]
11 executable("mandoline") {
12   sources = [
13     "../core_services_initialization.cc",
14     "launcher_process.cc",
15     "launcher_process.h",
16     "main.cc",
17   ]
19   deps = [
20     "//base",
21     "//build/config/sanitizers:deps",
22     "//components/tracing:startup_tracing",
23     "//mojo/common",
24     "//mojo/environment:chromium",
25     "//mojo/runner:lib",
26   ]
28   data_deps = [
29     "//components/html_viewer",
30     "//components/pdf_viewer",
31     "//mandoline/services/core_services",
32     "//mandoline/services/updater",
33     "//mandoline/ui",
34   ]