Index: content/content_shell_and_tests.gyp |
diff --git a/content/content_shell_and_tests.gyp b/content/content_shell_and_tests.gyp |
index b3c3c4c20bf0e27cfa021ede08496c35f2fd9522..d331767a075ab14c220eca9c9e2ce8bc73cb3d61 100644 |
--- a/content/content_shell_and_tests.gyp |
+++ b/content/content_shell_and_tests.gyp |
@@ -19,14 +19,8 @@ |
], |
}, |
'includes': [ |
+ '../build/win_precompile.gypi', |
+ 'content_shell.gypi', |
'content_tests.gypi', |
], |
- 'conditions': [ |
- ['OS != "ios"', { |
- 'includes': [ |
- '../build/win_precompile.gypi', |
- 'content_shell.gypi', |
- ], |
- }], |
- ], |
} |