Support for unpacked ARM packed relocations.
[chromium-blink-merge.git] / device / udev_linux / BUILD.gn
blob917a7e593d464803db64a902fa3a824f341eeb45
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       "udev.cc",
11       "udev.h",
12     ]
14     deps = [
15       "//base",
16     ]
18     configs += [
19       "//build/config/linux:udev",
20     ]
21   }