summaryrefslogtreecommitdiffstats
path: root/o3d/command_buffer
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 23:19:34 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 23:19:34 +0000
commit398841d7b307c88957f6cb5af38f557d942adbf8 (patch)
tree48947dd690f934a8c479c7b8ed5ce24a2fb9868b /o3d/command_buffer
parentfa89702052f10d610859e2d724a7262743fe7418 (diff)
downloadchromium_src-398841d7b307c88957f6cb5af38f557d942adbf8.zip
chromium_src-398841d7b307c88957f6cb5af38f557d942adbf8.tar.gz
chromium_src-398841d7b307c88957f6cb5af38f557d942adbf8.tar.bz2
Fixing several problems with the build.
- Had to make one line file_path_utils conditional on which build system was building it (because GYP build and scons build use different versions of chrome/base). - Missed a couple instances of "file/" in the path to nixysa. - New version of breakpad has a different API on the Mac. Review URL: http://codereview.chromium.org/160056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/command_buffer')
-rw-r--r--o3d/command_buffer/service/cross/plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/command_buffer/service/cross/plugin.cc b/o3d/command_buffer/service/cross/plugin.cc
index b85dbbe8..352a084 100644
--- a/o3d/command_buffer/service/cross/plugin.cc
+++ b/o3d/command_buffer/service/cross/plugin.cc
@@ -49,7 +49,7 @@
#include "command_buffer/service/win/d3d9/gapi_d3d9.h"
#endif
#include "third_party/native_client/googleclient/native_client/src/trusted/desc/nrd_all_modules.h"
-#include "third_party/nixysa/files/static_glue/npapi/npn_api.h"
+#include "third_party/nixysa/static_glue/npapi/npn_api.h"
namespace o3d {
namespace command_buffer {