| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'conditions': [ | |
| 7 [ 'OS == "win"', { | |
| 8 'targets': [ | |
| 9 { | |
| 10 'target_name': 'rlz', | |
| 11 'type': 'none', | |
| 12 'msvs_guid': 'BF4F447B-72B5-4059-BE1B-F94337B1F385', | |
| 13 'conditions': [ | |
| 14 ['branding == "Chrome"', { | |
| 15 'copies': [ | |
| 16 { | |
| 17 'destination': '<(PRODUCT_DIR)', | |
| 18 'files': [ | |
| 19 'binaries/rlz.dll', | |
| 20 'binaries/rlz_dll.pdb', | |
| 21 ], | |
| 22 }, | |
| 23 ], | |
| 24 }], | |
| 25 ], | |
| 26 }, | |
| 27 ], | |
| 28 }], | |
| 29 ], | |
| 30 } | |
| 31 | |
| 32 # Local Variables: | |
| 33 # tab-width:2 | |
| 34 # indent-tabs-mode:nil | |
| 35 # End: | |
| 36 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |