diff options
Diffstat (limited to 'third_party/libXNVCtrl/BUILD.gn')
-rw-r--r-- | third_party/libXNVCtrl/BUILD.gn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/libXNVCtrl/BUILD.gn b/third_party/libXNVCtrl/BUILD.gn new file mode 100644 index 0000000..ef95a0d --- /dev/null +++ b/third_party/libXNVCtrl/BUILD.gn @@ -0,0 +1,12 @@ +# Copyright 2014 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +source_set("libXNVCtrl") { + sources = [ + "NVCtrl.c", + "NVCtrl.h", + "NVCtrlLib.h", + "nv_control.h", + ] +} |