Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / ui / mojo / init / BUILD.gn
blobe6745ad6528d5bab7c6660d92ce21cca3aa2a195
1 # Copyright 2014 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 source_set("init") {
6   sources = [
7     "screen_mojo.cc",
8     "screen_mojo.h",
9     "ui_init.cc",
10     "ui_init.h",
11   ]
13   deps = [
14     "//base",
15     "//ui/gfx/geometry",
16   ]
18   if (is_android) {
19     deps += [
20       "//ui/events:gesture_detection",
21       "//ui/gfx",
22     ]
23   }