| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['sysroot!=""', { | 8 ['sysroot!=""', { |
| 9 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target
_arch)"', | 9 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target
_arch)"', |
| 10 # libgcrypt-config-wrapper invokes libgcrypt-config directly from the | 10 # libgcrypt-config-wrapper invokes libgcrypt-config directly from the |
| (...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 ], | 739 ], |
| 740 'action': ['python', | 740 'action': ['python', |
| 741 '<(generator)', | 741 '<(generator)', |
| 742 '--name', 'LibBrlapiLoader', | 742 '--name', 'LibBrlapiLoader', |
| 743 '--output-h', '<(output_h)', | 743 '--output-h', '<(output_h)', |
| 744 '--output-cc', '<(output_cc)', | 744 '--output-cc', '<(output_cc)', |
| 745 '--header', '<brlapi.h>', | 745 '--header', '<brlapi.h>', |
| 746 '--link-directly=<(linux_link_libbrlapi)', | 746 '--link-directly=<(linux_link_libbrlapi)', |
| 747 'brlapi_getHandleSize', | 747 'brlapi_getHandleSize', |
| 748 'brlapi_error_location', | 748 'brlapi_error_location', |
| 749 'brlapi_expandKeyCode', | |
| 750 'brlapi_strerror', | 749 'brlapi_strerror', |
| 751 'brlapi__acceptKeys', | 750 'brlapi__acceptKeys', |
| 752 'brlapi__openConnection', | 751 'brlapi__openConnection', |
| 753 'brlapi__closeConnection', | 752 'brlapi__closeConnection', |
| 754 'brlapi__getDisplaySize', | 753 'brlapi__getDisplaySize', |
| 755 'brlapi__enterTtyModeWithPath', | 754 'brlapi__enterTtyModeWithPath', |
| 756 'brlapi__leaveTtyMode', | 755 'brlapi__leaveTtyMode', |
| 757 'brlapi__writeDots', | 756 'brlapi__writeDots', |
| 758 'brlapi__readKey', | 757 'brlapi__readKey', |
| 759 ], | 758 ], |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 ], | 1043 ], |
| 1045 'libraries': [ | 1044 'libraries': [ |
| 1046 '<!@(<(pkg-config) --libs-only-l libudev)', | 1045 '<!@(<(pkg-config) --libs-only-l libudev)', |
| 1047 ], | 1046 ], |
| 1048 }, | 1047 }, |
| 1049 }], | 1048 }], |
| 1050 ], | 1049 ], |
| 1051 }, | 1050 }, |
| 1052 ], | 1051 ], |
| 1053 } | 1052 } |
| OLD | NEW |