Chromium Code Reviews| Index: content/content.gyp |
| diff --git a/content/content.gyp b/content/content.gyp |
| index bc344e7fb088c089d2b831780dc0182c3f166639..d4cacf74d0958ba73858ca4bb37d0f511db8b4f9 100644 |
| --- a/content/content.gyp |
| +++ b/content/content.gyp |
| @@ -22,13 +22,9 @@ |
| ], |
| }, |
| 'conditions': [ |
| - ['use_mojo==1', { |
| - 'includes': [ |
| - 'content_common_mojo_bindings.gypi', |
| - ], |
| - }], |
| ['OS != "ios"', { |
| 'includes': [ |
| + 'content_common_mojo_bindings.gypi', |
| '../build/win_precompile.gypi', |
| ], |
| 'targets': [ |