Roll src/third_party/skia 99c7c07:4af6580
[chromium-blink-merge.git] / chrome / installer / launcher_support / BUILD.gn
blob9abab50df0aefabdc299b6795e0fee8f77ee83f2
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 source_set("launcher_support") {
6   sources = [
7     "chrome_launcher_support.cc",
8     "chrome_launcher_support.h",
9   ]
11   deps = [
12     "//base",
13   ]