Skip to content

Commit

Permalink
Converting gears prebuilt stub to gyp.
Browse files Browse the repository at this point in the history
Review URL: http://codereview.chromium.org/115801

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16938 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
bradnelson@chromium.org committed May 26, 2009
1 parent c7ef65a commit 8e12f3f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 80 deletions.
1 change: 1 addition & 0 deletions build/all.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
'../webkit/activex_shim/activex_shim.gyp:*',
'../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
'../breakpad/breakpad.gyp:*',
'../gears/gears.gyp:*',
],
}, {
'dependencies': [
Expand Down
1 change: 1 addition & 0 deletions chrome/chrome.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,7 @@
'installer/installer.gyp:installer_util',
'../printing/printing.gyp:printing',
'../views/views.gyp:views',
'../gears/gears.gyp:gears',
],
'export_dependent_settings': [
'../views/views.gyp:views',
Expand Down
32 changes: 32 additions & 0 deletions gears/gears.gyp
Original file line number Diff line number Diff line change
@@ -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',
],
},
],
},
],
}],
],
}
80 changes: 0 additions & 80 deletions gears/gears.vcproj

This file was deleted.

0 comments on commit 8e12f3f

Please sign in to comment.