0

Only copy the rlz files when branding == "Chrome".

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
This commit is contained in:
sgk@google.com
2009-05-29 20:35:21 +00:00
parent 4a93d168ac
commit 5d25637a20

@ -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',
],
},
],
},
}],
],
},
],