OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'verbose_libraries_build%': 0, | 7 'verbose_libraries_build%': 0, |
8 'instrumented_libraries_jobs%': 1, | 8 'instrumented_libraries_jobs%': 1, |
9 }, | 9 }, |
10 | 10 |
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 'dependencies=': [], | 553 'dependencies=': [], |
554 'includes': ['standard_instrumented_package_target.gypi'], | 554 'includes': ['standard_instrumented_package_target.gypi'], |
555 }, | 555 }, |
556 { | 556 { |
557 'package_name': 'libappindicator1', | 557 'package_name': 'libappindicator1', |
558 'extra_configure_flags': [ | 558 'extra_configure_flags': [ |
559 # See above. | 559 # See above. |
560 '--disable-introspection', | 560 '--disable-introspection', |
561 ], | 561 ], |
562 'dependencies=': [], | 562 'dependencies=': [], |
563 'build_method': 'custom_libappindicator1', | |
564 'jobs': 1, | 563 'jobs': 1, |
565 'includes': ['standard_instrumented_package_target.gypi'], | 564 'includes': ['standard_instrumented_package_target.gypi'], |
566 }, | 565 }, |
567 { | 566 { |
568 'package_name': 'libdbusmenu', | 567 'package_name': 'libdbusmenu', |
569 'extra_configure_flags': [ | 568 'extra_configure_flags': [ |
570 # From debian/rules. | 569 # From debian/rules. |
571 '--disable-scrollkeeper', | 570 '--disable-scrollkeeper', |
572 '--with-gtk=2', | 571 '--with-gtk=2', |
573 # See above. | 572 # See above. |
(...skipping 21 matching lines...) Expand all Loading... |
595 'package_name': 'dee', | 594 'package_name': 'dee', |
596 'extra_configure_flags': [ | 595 'extra_configure_flags': [ |
597 # See above. | 596 # See above. |
598 '--disable-introspection', | 597 '--disable-introspection', |
599 ], | 598 ], |
600 'dependencies=': [], | 599 'dependencies=': [], |
601 'includes': ['standard_instrumented_package_target.gypi'], | 600 'includes': ['standard_instrumented_package_target.gypi'], |
602 }, | 601 }, |
603 ], | 602 ], |
604 } | 603 } |
OLD | NEW |