summaryrefslogtreecommitdiffstats
path: root/gears/gears.gyp
diff options
context:
space:
mode:
authorbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 22:39:36 +0000
committerbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 22:39:36 +0000
commit8e12f3f596a55f74c07b3efcd8c030efef3e9511 (patch)
tree29930aca10d0276387c4b1a6e6821fc13fb220f7 /gears/gears.gyp
parentc7ef65a3bd857ea6252024fee1f295e588f98f28 (diff)
downloadchromium_src-8e12f3f596a55f74c07b3efcd8c030efef3e9511.zip
chromium_src-8e12f3f596a55f74c07b3efcd8c030efef3e9511.tar.gz
chromium_src-8e12f3f596a55f74c07b3efcd8c030efef3e9511.tar.bz2
Converting gears prebuilt stub to gyp.
Review URL: http://codereview.chromium.org/115801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16938 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears/gears.gyp')
-rwxr-xr-xgears/gears.gyp32
1 files changed, 32 insertions, 0 deletions
diff --git a/gears/gears.gyp b/gears/gears.gyp
new file mode 100755
index 0000000..f055115
--- /dev/null
+++ b/gears/gears.gyp
@@ -0,0 +1,32 @@
+# Copyright (c) 2009 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': {
+ 'chromium_code': 1,
+ },
+ 'includes': [
+ '../build/common.gypi',
+ ],
+ 'conditions': [
+ [ 'OS == "win"', {
+ 'targets': [
+ {
+ 'target_name': 'gears',
+ 'type': 'none',
+ 'msvs_guid': 'D703D7A0-EDC1-4FE6-9E22-56154155B24E',
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ 'binaries/gears.dll',
+ 'binaries/gears.pdb',
+ ],
+ },
+ ],
+ },
+ ],
+ }],
+ ],
+}