Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Unified Diff: content/content_shell_and_tests.gyp

Issue 1710043002: Start to unwind references to iOS in //content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android fix Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- }],
- ],
}
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698