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

Unified Diff: tools/gyp/source_filter.gypi

Issue 10823209: Add support for building the Dart VM for Android OS. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address cshapiro's review comments, pass 2 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
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)$']]}],

Powered by Google App Engine
This is Rietveld 408576698