diff options
Diffstat (limited to 'content/content.gyp')
-rw-r--r-- | content/content.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content.gyp b/content/content.gyp index 8aa3bfb..bc344e7 100644 --- a/content/content.gyp +++ b/content/content.gyp @@ -22,6 +22,11 @@ ], }, 'conditions': [ + ['use_mojo==1', { + 'includes': [ + 'content_common_mojo_bindings.gypi', + ], + }], ['OS != "ios"', { 'includes': [ '../build/win_precompile.gypi', |