| 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)" "<(system_libdir)"', | 9 'pkg-config': '<(chroot_cmd) ./pkg-config-wrapper "<(sysroot)" "<(target
_arch)" "<(system_libdir)"', |
| 10 }, { | 10 }, { |
| (...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 { | 855 { |
| 856 'target_name': 'libresolv', | 856 'target_name': 'libresolv', |
| 857 'type': 'none', | 857 'type': 'none', |
| 858 'link_settings': { | 858 'link_settings': { |
| 859 'libraries': [ | 859 'libraries': [ |
| 860 '-lresolv', | 860 '-lresolv', |
| 861 ], | 861 ], |
| 862 }, | 862 }, |
| 863 }, | 863 }, |
| 864 { | 864 { |
| 865 # GN version: //third_party/speech-dispatcher |
| 865 'target_name': 'libspeechd', | 866 'target_name': 'libspeechd', |
| 866 'type': 'static_library', | 867 'type': 'static_library', |
| 867 'direct_dependent_settings': { | 868 'direct_dependent_settings': { |
| 868 'include_dirs': [ | 869 'include_dirs': [ |
| 869 '<(SHARED_INTERMEDIATE_DIR)', | 870 '<(SHARED_INTERMEDIATE_DIR)', |
| 870 ], | 871 ], |
| 871 'conditions': [ | 872 'conditions': [ |
| 872 ['linux_link_libspeechd==1', { | 873 ['linux_link_libspeechd==1', { |
| 873 'link_settings': { | 874 'link_settings': { |
| 874 'libraries': [ | 875 'libraries': [ |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1040 ], | 1041 ], |
| 1041 'libraries': [ | 1042 'libraries': [ |
| 1042 '<!@(<(pkg-config) --libs-only-l libudev)', | 1043 '<!@(<(pkg-config) --libs-only-l libudev)', |
| 1043 ], | 1044 ], |
| 1044 }, | 1045 }, |
| 1045 }], | 1046 }], |
| 1046 ], | 1047 ], |
| 1047 }, | 1048 }, |
| 1048 ], | 1049 ], |
| 1049 } | 1050 } |
| OLD | NEW |