[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / cloud_print / virtual_driver / win / virtual_driver.gyp
blob851746f3257c55f3c34c984035474fb0a1e05f58
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.
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     ],
16   },
17   'includes': [
18     'virtual_driver.gypi',
19   ],