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

Unified Diff: ui/gfx/gl/gl_implementation_mac.cc

Issue 6992071: Revert 86631 - Fix up PathProvider on the Mac for FILE_MODULE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_implementation_mac.cc
===================================================================
--- ui/gfx/gl/gl_implementation_mac.cc (revision 86648)
+++ ui/gfx/gl/gl_implementation_mac.cc (working copy)
@@ -31,10 +31,6 @@
return false;
}
- // osmesa.so is located in:
- // Contents/Versions/<vers>/Chromium Framework.framework/Libraries
- module_path = module_path.DirName().Append("Libraries");
-
// When using OSMesa, just use OSMesaGetProcAddress to find entry points.
base::NativeLibrary library = base::LoadNativeLibrary(
module_path.Append("osmesa.so"), NULL);
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698