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")
13 executable("mandoline") {
15 "../core_services_initialization.cc",
16 "launcher_process.cc",
23 "//build/config/sanitizers:deps",
25 "//mojo/environment:chromium",
29 data_deps = [ "//mandoline/services/core_services/" ]