blob: f055115c3b0edefb49687c244cedbbdbd65b4bf4 [file] [log] [blame]
[email protected]8e12f3f2009-05-26 22:39:361# Copyright (c) 2009 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 'chromium_code': 1,
8 },
9 'includes': [
10 '../build/common.gypi',
11 ],
12 'conditions': [
13 [ 'OS == "win"', {
14 'targets': [
15 {
16 'target_name': 'gears',
17 'type': 'none',
18 'msvs_guid': 'D703D7A0-EDC1-4FE6-9E22-56154155B24E',
19 'copies': [
20 {
21 'destination': '<(PRODUCT_DIR)',
22 'files': [
23 'binaries/gears.dll',
24 'binaries/gears.pdb',
25 ],
26 },
27 ],
28 },
29 ],
30 }],
31 ],
32}