| Index: webkit/tools/test_shell/test_shell.gypi
|
| diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
|
| index 6b3032c1b69a2a98f8779f3b52248bc64a5eb86c..4401f6348ff1293cc10355288abbac8c25b61406 100644
|
| --- a/webkit/tools/test_shell/test_shell.gypi
|
| +++ b/webkit/tools/test_shell/test_shell.gypi
|
| @@ -282,7 +282,8 @@
|
| ['OS=="mac"', {
|
| 'product_name': 'TestShell',
|
| 'dependencies': [
|
| - 'layout_test_helper', 'copy_mesa',
|
| + 'layout_test_helper',
|
| + '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
|
| ],
|
| 'variables': {
|
| 'repack_path': '../../../tools/data_pack/repack.py',
|
| @@ -748,15 +749,6 @@
|
| ],
|
| },
|
| },
|
| - {
|
| - 'target_name': 'copy_mesa',
|
| - 'type': 'none',
|
| - 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'],
|
| - 'copies': [{
|
| - 'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/',
|
| - 'files': ['<(PRODUCT_DIR)/osmesa.so'],
|
| - }],
|
| - },
|
| ],
|
| }],
|
| ],
|
|
|