OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | |
7 '../build/common.gypi', | |
8 ], | |
9 'conditions': [ | 6 'conditions': [ |
10 [ 'OS == "win"', { | 7 [ 'OS == "win"', { |
11 'targets': [ | 8 'targets': [ |
12 { | 9 { |
13 'target_name': 'rlz', | 10 'target_name': 'rlz', |
14 'type': 'none', | 11 'type': 'none', |
15 'msvs_guid': 'BF4F447B-72B5-4059-BE1B-F94337B1F385', | 12 'msvs_guid': 'BF4F447B-72B5-4059-BE1B-F94337B1F385', |
16 'conditions': [ | 13 'conditions': [ |
17 ['branding == "Chrome"', { | 14 ['branding == "Chrome"', { |
18 'copies': [ | 15 'copies': [ |
19 { | 16 { |
20 'destination': '<(PRODUCT_DIR)', | 17 'destination': '<(PRODUCT_DIR)', |
21 'files': [ | 18 'files': [ |
22 'binaries/rlz.dll', | 19 'binaries/rlz.dll', |
23 'binaries/rlz_dll.pdb', | 20 'binaries/rlz_dll.pdb', |
24 ], | 21 ], |
25 }, | 22 }, |
26 ], | 23 ], |
27 }], | 24 }], |
28 ], | 25 ], |
29 }, | 26 }, |
30 ], | 27 ], |
31 }], | 28 }], |
32 ], | 29 ], |
33 } | 30 } |
OLD | NEW |