Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / device / devices_app / public / cpp / BUILD.gn
blob301d20f8eb5e8a10a4725730bf234270fb2d69a2
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("cpp") {
6   sources = [
7     "constants.cc",
8     "constants.h",
9   ]
11   public_deps = [
12     "//base",
13   ]
16 source_set("factory") {
17   sources = [
18     "devices_app_factory.cc",
19     "devices_app_factory.h",
20   ]
22   deps = [
23     "//device/devices_app:lib",
24   ]
26   public_deps = [
27     "//base",
28   ]