| 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', |
| 563 'jobs': 1, | 564 'jobs': 1, |
| 564 'includes': ['standard_instrumented_package_target.gypi'], | 565 'includes': ['standard_instrumented_package_target.gypi'], |
| 565 }, | 566 }, |
| 566 { | 567 { |
| 567 'package_name': 'libdbusmenu', | 568 'package_name': 'libdbusmenu', |
| 568 'extra_configure_flags': [ | 569 'extra_configure_flags': [ |
| 569 # From debian/rules. | 570 # From debian/rules. |
| 570 '--disable-scrollkeeper', | 571 '--disable-scrollkeeper', |
| 571 '--with-gtk=2', | 572 '--with-gtk=2', |
| 572 # See above. | 573 # See above. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 594 'package_name': 'dee', | 595 'package_name': 'dee', |
| 595 'extra_configure_flags': [ | 596 'extra_configure_flags': [ |
| 596 # See above. | 597 # See above. |
| 597 '--disable-introspection', | 598 '--disable-introspection', |
| 598 ], | 599 ], |
| 599 'dependencies=': [], | 600 'dependencies=': [], |
| 600 'includes': ['standard_instrumented_package_target.gypi'], | 601 'includes': ['standard_instrumented_package_target.gypi'], |
| 601 }, | 602 }, |
| 602 ], | 603 ], |
| 603 } | 604 } |
| OLD | NEW |