summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/power_gadget/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/power_gadget/BUILD.gn')
-rw-r--r--chromium/third_party/power_gadget/BUILD.gn12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/third_party/power_gadget/BUILD.gn b/chromium/third_party/power_gadget/BUILD.gn
new file mode 100644
index 00000000000..0a3f81ff215
--- /dev/null
+++ b/chromium/third_party/power_gadget/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.
+
+assert(is_win, "This only compiles on Windows")
+
+source_set("power_gadget") {
+ sources = [
+ "PowerGadgetLib.cpp",
+ "PowerGadgetLib.h",
+ ]
+}