- add sources.
[platform/framework/web/crosswalk.git] / src / cloud_print / virtual_driver / win / virtual_driver.gyp
1 # Copyright (c) 2012 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.
4
5 {
6   'variables': {
7     'virtual_driver_suffix': '',
8   },
9   'target_defaults': {
10     'dependencies': [
11       '<(DEPTH)/base/base.gyp:base',
12       '<(DEPTH)/chrome/chrome.gyp:launcher_support',
13       '<(DEPTH)/chrome/common_constants.gyp:common_constants',
14     ],
15
16   },
17   'includes': [
18     'virtual_driver.gypi',
19   ],
20 }