core_services: Bundle clipboard, window_manager, and view_manager.
[chromium-blink-merge.git] / mandoline / app / desktop / BUILD.gn
blobc2a842658c32161d5772c48bc968c77818b3f0e4
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 = [ "//mandoline/services/core_services/" ]