Fixes for Android GN build input/outputs
[chromium-blink-merge.git] / mandoline / app / desktop / BUILD.gn
blobce3e6ea99f82151f98c9bfb501f91c161fc78e94
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 import("//third_party/mojo/src/mojo/public/mojo.gni")
7 group("desktop") {
8   deps = [
9     ":mandoline",
10   ]
13 executable("mandoline") {
14   sources = [
15     "../core_services_initialization.cc",
16     "launcher_process.cc",
17     "launcher_process.h",
18     "main.cc",
19   ]
21   deps = [
22     "//base",
23     "//build/config/sanitizers:deps",
24     "//mojo/common",
25     "//mojo/environment:chromium",
26     "//mojo/runner:lib",
27   ]
29   data_deps = [
30     "//components/html_viewer",
31     "//mandoline/services/core_services/",
32   ]