Skip to content

Commit

Permalink
Only copy the rlz files when branding == "Chrome".
Browse files Browse the repository at this point in the history
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/118012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17226 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
sgk@google.com committed May 29, 2009
1 parent 4a93d16 commit 5d25637
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions rlz/rlz.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@
'target_name': 'rlz',
'type': 'none',
'msvs_guid': 'BF4F447B-72B5-4059-BE1B-F94337B1F385',
'copies': [
{
'destination': '<(PRODUCT_DIR)',
'files': [
'binaries/rlz.dll',
'binaries/rlz_dll.pdb',
'conditions': [
['branding == "Chrome"', {
'copies': [
{
'destination': '<(PRODUCT_DIR)',
'files': [
'binaries/rlz.dll',
'binaries/rlz_dll.pdb',
],
},
],
},
}],
],
},
],
Expand Down

0 comments on commit 5d25637

Please sign in to comment.