summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gypi')
-rw-r--r--webkit/tools/test_shell/test_shell.gypi11
1 files changed, 10 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 4ac1faa..b55681d 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -281,7 +281,7 @@
['OS=="mac"', {
'product_name': 'TestShell',
'dependencies': [
- 'layout_test_helper',
+ 'layout_test_helper', 'copy_mesa',
],
'variables': {
'repack_path': '../../../tools/data_pack/repack.py',
@@ -771,6 +771,15 @@
],
},
},
+ {
+ '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'],
+ }],
+ },
],
}],
],