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

Unified Diff: app/app_paths.cc

Issue 2058004: Move non-linux specific code from base/linux_util to app/gtk_util... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | app/clipboard/clipboard_linux.cc » ('j') | app/gtk_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_paths.cc
===================================================================
--- app/app_paths.cc (revision 46986)
+++ app/app_paths.cc (working copy)
@@ -56,7 +56,7 @@
#endif
break;
case app::FILE_RESOURCES_PAK:
-#if defined(OS_LINUX)
+#if defined(OS_POSIX) && !defined(OS_MACOSX)
Evan Martin 2010/05/12 10:20:47 I think Mac uses pakfiles as well... why was this
Peter Valchev 2010/05/12 23:05:13 I think it didn't find the pak file, this makes it
if (!PathService::Get(base::DIR_EXE, &cur))
return false;
// TODO(tony): We shouldn't be referencing chrome here.
« no previous file with comments | « no previous file | app/clipboard/clipboard_linux.cc » ('j') | app/gtk_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698