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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 '--output-h', '<(output_h)', | 567 '--output-h', '<(output_h)', |
568 '--output-cc', '<(output_cc)', | 568 '--output-cc', '<(output_cc)', |
569 '--header', '<gio/gio.h>', | 569 '--header', '<gio/gio.h>', |
570 '--link-directly=<(linux_link_gsettings)', | 570 '--link-directly=<(linux_link_gsettings)', |
571 'g_settings_new', | 571 'g_settings_new', |
572 'g_settings_get_child', | 572 'g_settings_get_child', |
573 'g_settings_get_string', | 573 'g_settings_get_string', |
574 'g_settings_get_boolean', | 574 'g_settings_get_boolean', |
575 'g_settings_get_int', | 575 'g_settings_get_int', |
576 'g_settings_get_strv', | 576 'g_settings_get_strv', |
577 'g_settings_list_schemas', | 577 'g_settings_schema_source_list_schemas', |
578 ], | 578 ], |
579 'message': 'Generating libgio library loader', | 579 'message': 'Generating libgio library loader', |
580 'process_outputs_as_sources': 1, | 580 'process_outputs_as_sources': 1, |
581 }, | 581 }, |
582 ], | 582 ], |
583 }], | 583 }], |
584 ], | 584 ], |
585 }, | 585 }, |
586 { | 586 { |
587 'target_name': 'glib', | 587 'target_name': 'glib', |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1044 ], | 1044 ], |
1045 'libraries': [ | 1045 'libraries': [ |
1046 '<!@(<(pkg-config) --libs-only-l libudev)', | 1046 '<!@(<(pkg-config) --libs-only-l libudev)', |
1047 ], | 1047 ], |
1048 }, | 1048 }, |
1049 }], | 1049 }], |
1050 ], | 1050 ], |
1051 }, | 1051 }, |
1052 ], | 1052 ], |
1053 } | 1053 } |
OLD | NEW |