summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/test_shell/test_shell.gypi12
1 files changed, 2 insertions, 10 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 3ba3abb..4c77a2f 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',
@@ -749,15 +750,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'],
- }],
- },
],
}],
],