87524ca4d8
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
34 linhas
803 B
Python
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',
|
|
],
|
|
},
|
|
],
|
|
}],
|
|
],
|
|
},
|
|
],
|
|
}],
|
|
],
|
|
}
|