From ecfea0075665d57802ffd8f5897cf815f310f2d6 Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Thu, 27 Aug 2009 21:24:57 +0000 Subject: o3d plugin was mistakenly being built as a static library when built outside of chrome. This was preventing the installer from baking it in. BUG=None TEST=None TBR=gspencer Review URL: http://codereview.chromium.org/173591 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24666 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/plugin/plugin.gyp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'o3d') diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp index 3ed29cd..f0ea4c6 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -208,16 +208,7 @@ }, { 'variables': { - 'conditions': [ - ['OS == "mac"', - { - 'o3d_main_lib_type': 'loadable_module', - }, - { - 'o3d_main_lib_type': 'static_library', - }, - ], - ], + 'o3d_main_lib_type': 'loadable_module', }, }, ], -- cgit v1.1