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

Unified Diff: tools/gyp/source_filter.gypi

Issue 8276033: Fix windows build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove mode change Created 9 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/source_filter.gypi
diff --git a/tools/gyp/source_filter.gypi b/tools/gyp/source_filter.gypi
index 19fba77ee10519ed4ad629e0ec4aa83dd1577a48..da04091c626da9551c2ec5a0eb45d33905f8ee74 100644
--- a/tools/gyp/source_filter.gypi
+++ b/tools/gyp/source_filter.gypi
@@ -8,6 +8,7 @@
['OS!="linux"', {'sources/': [['exclude', '_linux\\.(cc|h)$']]}],
['OS!="mac"', {'sources/': [['exclude', '_macos\\.(cc|h)$']]}],
['OS!="win"', {'sources/': [['exclude', '_win\\.(cc|h)$']]}],
+ ['OS=="win"', {'sources/': [['exclude', '_posix\\.(cc|h)$']]}],
],
},
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698