summaryrefslogtreecommitdiffstats
path: root/win8/win8.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'win8/win8.gyp')
-rw-r--r--win8/win8.gyp11
1 files changed, 11 insertions, 0 deletions
diff --git a/win8/win8.gyp b/win8/win8.gyp
index 2cacb42..a159588 100644
--- a/win8/win8.gyp
+++ b/win8/win8.gyp
@@ -35,5 +35,16 @@
},
],
},
+ {
+ 'target_name': 'win8_util',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ 'util/win8_util.cc',
+ 'util/win8_util.h',
+ ],
+ },
],
}