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

Unified Diff: tools/gyp/source_filter.gypi

Issue 10830247: Filter out _android.(cc|h) files for non-Android OS targets (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 da04091c626da9551c2ec5a0eb45d33905f8ee74..6d37cd03f484965e24b7f77ee2ba3a33f86f9034 100644
--- a/tools/gyp/source_filter.gypi
+++ b/tools/gyp/source_filter.gypi
@@ -5,6 +5,7 @@
{
'target_defaults': {
'conditions': [
+ ['OS!="android"', {'sources/': [['exclude', '_android\\.(cc|h)$']]}],
['OS!="linux"', {'sources/': [['exclude', '_linux\\.(cc|h)$']]}],
['OS!="mac"', {'sources/': [['exclude', '_macos\\.(cc|h)$']]}],
['OS!="win"', {'sources/': [['exclude', '_win\\.(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