Returning scoped_ptr instead of raw pointer in QuicInfoToValue in net/
[chromium-blink-merge.git] / mandoline / app / BUILD.gn
blobe74aeb1f76f13a9ca5edf0281c85afed75a2c67d
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     "//mandoline/ui/browser",
20     "//mandoline/services/core_services",
21     "//mojo/runner:mojo_runner",
22   ]