Add shadow to contextual search panel.
[chromium-blink-merge.git] / mandoline / app / BUILD.gn
blobfd520562c17347d79b892af3dee0b23dc374cefe
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 group("app") {
6   deps = [
7     "//mandoline/ui",
8   ]
10   if (is_android) {
11     deps += [ "//mandoline/app/android" ]
12   } else {
13     deps += [ "//mandoline/app/desktop" ]
14   }
16   data_deps = [
17     "//mandoline/services/core_services",
18     "//mandoline/services/updater",
19     "//mandoline/ui/browser",
20     "//mojo/runner:mojo_runner",
21     "//mojo/services/updater",
22   ]