Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: webkit/tools/test_shell/test_shell.gypi

Issue 7019041: Fix up PathProvider on the Mac for FILE_MODULE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Search for osmesa in build dir, and get rid of copies. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« base/base_paths_mac.mm ('K') | « ui/gfx/gl/gl_implementation_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
- }],
- },
],
}],
],
« base/base_paths_mac.mm ('K') | « ui/gfx/gl/gl_implementation_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698