Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / ui / platform_window / stub / BUILD.gn
blob4a3a42ce607e90f0ae5e45b72c9e468432194d1c
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 component("stub") {
6   output_name = "stub_window"
8   deps = [
9     "//ui/gfx",
10     "//ui/platform_window",
11   ]
13   defines = [ "STUB_WINDOW_IMPLEMENTATION" ]
15   sources = [
16     "stub_window.cc",
17     "stub_window.h",
18     "stub_window_export.h",
19   ]