| 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 # Default value for all libraries. | 6 # Default value for all libraries. |
| 7 'extra_configure_flags': '', | 7 'extra_configure_flags': '', |
| 8 'extra_cflags': '', | 8 'extra_cflags': '', |
| 9 'extra_cxxflags': '', | 9 'extra_cxxflags': '', |
| 10 'extra_ldflags': '', | 10 'extra_ldflags': '', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 '<(_sanitizer_type)-libxdamage1', | 66 '<(_sanitizer_type)-libxdamage1', |
| 67 '<(_sanitizer_type)-libxdmcp6', | 67 '<(_sanitizer_type)-libxdmcp6', |
| 68 '<(_sanitizer_type)-libxext6', | 68 '<(_sanitizer_type)-libxext6', |
| 69 '<(_sanitizer_type)-libxfixes3', | 69 '<(_sanitizer_type)-libxfixes3', |
| 70 '<(_sanitizer_type)-libxi6', | 70 '<(_sanitizer_type)-libxi6', |
| 71 '<(_sanitizer_type)-libxinerama1', | 71 '<(_sanitizer_type)-libxinerama1', |
| 72 '<(_sanitizer_type)-libxrandr2', | 72 '<(_sanitizer_type)-libxrandr2', |
| 73 '<(_sanitizer_type)-libxrender1', | 73 '<(_sanitizer_type)-libxrender1', |
| 74 '<(_sanitizer_type)-libxss1', | 74 '<(_sanitizer_type)-libxss1', |
| 75 '<(_sanitizer_type)-libxtst6', | 75 '<(_sanitizer_type)-libxtst6', |
| 76 '<(_sanitizer_type)-zlib1g', | 76 # https://crbug.com/313751#c110 |
| 77 #'<(_sanitizer_type)-zlib1g', |
| 77 '<(_sanitizer_type)-libglib2.0-0', | 78 '<(_sanitizer_type)-libglib2.0-0', |
| 78 '<(_sanitizer_type)-libdbus-1-3', | 79 '<(_sanitizer_type)-libdbus-1-3', |
| 79 '<(_sanitizer_type)-libdbus-glib-1-2', | 80 '<(_sanitizer_type)-libdbus-glib-1-2', |
| 80 '<(_sanitizer_type)-nss', | 81 '<(_sanitizer_type)-nss', |
| 81 '<(_sanitizer_type)-libfontconfig1', | 82 '<(_sanitizer_type)-libfontconfig1', |
| 82 '<(_sanitizer_type)-pulseaudio', | 83 '<(_sanitizer_type)-pulseaudio', |
| 83 '<(_sanitizer_type)-libasound2', | 84 '<(_sanitizer_type)-libasound2', |
| 84 '<(_sanitizer_type)-pango1.0', | 85 '<(_sanitizer_type)-pango1.0', |
| 85 '<(_sanitizer_type)-libcap2', | 86 '<(_sanitizer_type)-libcap2', |
| 86 '<(_sanitizer_type)-libudev0', | 87 '<(_sanitizer_type)-libudev0', |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 '--with-gtk=3.0', | 504 '--with-gtk=3.0', |
| 504 '--disable-orbit', | 505 '--disable-orbit', |
| 505 # See above. | 506 # See above. |
| 506 '--disable-introspection', | 507 '--disable-introspection', |
| 507 ], | 508 ], |
| 508 'dependencies=': [], | 509 'dependencies=': [], |
| 509 'includes': ['standard_instrumented_library_target.gypi'], | 510 'includes': ['standard_instrumented_library_target.gypi'], |
| 510 }, | 511 }, |
| 511 ], | 512 ], |
| 512 } | 513 } |
| OLD | NEW |