Commit 5d25637a authored by sgk@google.com's avatar sgk@google.com

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
parent 4a93d168
......@@ -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',
],
},
],
},
}],
],
},
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment