summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/plugin.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/plugin.gyp')
-rw-r--r--o3d/plugin/plugin.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp
index 397dceb..fdd4f09 100644
--- a/o3d/plugin/plugin.gyp
+++ b/o3d/plugin/plugin.gyp
@@ -36,7 +36,6 @@
'../core/core.gyp:o3dCore',
'../core/core.gyp:o3dCorePlatform',
'../import/archive.gyp:o3dArchive',
- '../serializer/serializer.gyp:o3dSerializer',
'../utils/utils.gyp:o3dUtils',
'../../native_client/src/shared/imc/imc.gyp:google_nacl_imc',
'idl/idl.gyp:o3dPluginIdl',
@@ -76,6 +75,7 @@
['renderer == "gl"',
{
'dependencies': [
+ '../build/libs.gyp:gl_libs',
'../build/libs.gyp:cg_libs',
],
},
@@ -237,7 +237,7 @@
},
],
'conditions': [
- ['o3d_in_chrome != 0',
+ ['o3d_in_chrome == "True"',
{
'variables': {
'o3d_main_lib_type': 'static_library',