| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index d8287da0e1cde9d00f3988159bb57fd230f4b362..ad64006bab3866c513d76ecbc2e2cf14840aefd6 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -613,9 +613,9 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| # run time dependencies
|
| - 'chrome_mesa',
|
| 'default_plugin/default_plugin.gyp:default_plugin',
|
| '../ppapi/ppapi_internal.gyp:ppapi_tests',
|
| + '../third_party/mesa/mesa.gyp:osmesa',
|
| '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn',
|
| ],
|
| 'include_dirs': [
|
| @@ -2226,7 +2226,7 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| # Runtime dependencies
|
| - 'chrome_mesa',
|
| + '../third_party/mesa/mesa.gyp:osmesa',
|
| '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn',
|
| ],
|
| 'include_dirs': [
|
| @@ -3360,7 +3360,7 @@
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| # Runtime dependencies
|
| - 'chrome_mesa',
|
| + '../third_party/mesa/mesa.gyp:osmesa',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|