Arquivos
chromium/rlz/rlz.gyp
T
sgk@google.com 87524ca4d8 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
2009-05-29 20:35:21 +00:00

34 linhas
803 B
Python

# 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.
{
'includes': [
'../build/common.gypi',
],
'conditions': [
[ 'OS == "win"', {
'targets': [
{
'target_name': 'rlz',
'type': 'none',
'msvs_guid': 'BF4F447B-72B5-4059-BE1B-F94337B1F385',
'conditions': [
['branding == "Chrome"', {
'copies': [
{
'destination': '<(PRODUCT_DIR)',
'files': [
'binaries/rlz.dll',
'binaries/rlz_dll.pdb',
],
},
],
}],
],
},
],
}],
],
}