From 107d07d9a1a53e2c0459b60a5b73d9b0edda1260 Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Mon, 10 Aug 2009 02:38:10 +0000 Subject: Fixed some warnings in bitmap_png.cc Switched to using the latest nacl and using their gyp files. Added a copy/rename step so that o3dConverter gets the dll it needs for other build steps. BUG=None TEST=None TBR=gspencer Review URL: http://codereview.chromium.org/164238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22891 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/plugin/plugin.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3d/plugin') diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp index abf00b8..e0065ae 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -38,7 +38,7 @@ '../import/archive.gyp:o3dArchive', '../serializer/serializer.gyp:o3dSerializer', '../utils/utils.gyp:o3dUtils', - '../build/nacl.gyp:build_nacl', + '../../native_client/src/shared/imc/imc.gyp:google_nacl_imc', 'idl/idl.gyp:o3dPluginIdl', ], 'sources': [ -- cgit v1.1