Blink roll 25b6bd3a7a131ffe68d809546ad1a20707915cdc:3a503f41ae42e5b79cfcd2ff10e65afde...
[chromium-blink-merge.git] / device / udev_linux / BUILD.gn
bloba32319bf9f3fbfe3f472e076d97936a983e83df5
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 import("//build/config/features.gni")
7 if (use_udev) {
8   source_set("udev_linux") {
9     sources = [
10       "scoped_udev.h",
11     ]
13     deps = [
14       "//base",
15     ]
17     configs += [
18       "//build/config/linux:udev",
19     ]
20   }