| Index: chrome/chrome_browser_chromeos.gypi
|
| diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
|
| index 314c805422420eb259536e415106976db2bb816b..f62851a9d36a7e642adfde10dba0b4b6d9ec7d3b 100644
|
| --- a/chrome/chrome_browser_chromeos.gypi
|
| +++ b/chrome/chrome_browser_chromeos.gypi
|
| @@ -1106,13 +1106,6 @@
|
| 'target_name': 'browser_chromeos',
|
| 'type': 'static_library',
|
| 'variables': {
|
| - 'conditions': [
|
| - ['sysroot!=""', {
|
| - 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
|
| - }, {
|
| - 'pkg-config': 'pkg-config'
|
| - }],
|
| - ],
|
| # Override to dynamically link the cras (ChromeOS audio) library.
|
| 'use_cras%': 0,
|
| 'enable_wexit_time_destructors': 1,
|
|
|