diff options
Diffstat (limited to 'o3d/build/common.gypi')
-rw-r--r-- | o3d/build/common.gypi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/o3d/build/common.gypi b/o3d/build/common.gypi index 69c2081..ffc1f86 100644 --- a/o3d/build/common.gypi +++ b/o3d/build/common.gypi @@ -40,16 +40,16 @@ 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES', }, }], + ['o3d_in_chrome == 1', + { + 'defines': [ + 'O3D_IN_CHROME', + ], + }, + ], ], }, 'conditions' : [ - ['o3d_in_chrome == 1', - { - 'defined': [ - 'O3D_IN_CHROME', - ], - }, - ], ['OS == "win"', { 'variables': { |