Chromium Code Reviews| Index: content/content.gyp |
| diff --git a/content/content.gyp b/content/content.gyp |
| index 8aa3bfb3c98c0774028379b45cef0bba5854f7c2..bc344e7fb088c089d2b831780dc0182c3f166639 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', |