summaryrefslogtreecommitdiffstats
path: root/cloud_print/virtual_driver/win/virtual_driver.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'cloud_print/virtual_driver/win/virtual_driver.gyp')
-rw-r--r--cloud_print/virtual_driver/win/virtual_driver.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/cloud_print/virtual_driver/win/virtual_driver.gyp b/cloud_print/virtual_driver/win/virtual_driver.gyp
new file mode 100644
index 0000000..d1bc0da0
--- /dev/null
+++ b/cloud_print/virtual_driver/win/virtual_driver.gyp
@@ -0,0 +1,18 @@
+# Copyright (c) 2012 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.
+
+{
+ 'variables': {
+ 'virtual_driver_suffix': '',
+ },
+ 'target_defaults': {
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ ],
+
+ },
+ 'includes': [
+ 'virtual_driver.gypi',
+ ],
+}