Roll src/third_party/skia 1107e90:06f3647
[chromium-blink-merge.git] / mandoline / app / BUILD.gn
blobbbf483dd41b5e7a1d013cf71872406c46816633a
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("app") {
8   deps = [
9     "//mandoline/ui",
10   ]
12   if (is_android) {
13     deps += [ "//mandoline/app/android" ]
14   } else {
15     deps += [ "//mandoline/app/desktop" ]
16   }
18   data_deps = [
19     "//components/html_viewer",
20     "//mandoline/ui/browser",
21     "//mandoline/services/core_services",
22     "//mojo/runner:mojo_runner",
23   ]