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

Unified Diff: build/filename_rules.gypi

Issue 9838033: Upstream native crash handling changes for Android. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix minor oversight. Created 8 years, 8 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: build/filename_rules.gypi
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index 1de7e5d46b1d406dd4fde2a7ac97a02ad5204380..7fd24b159f062ff13c517afac619d6c6a6d7ceb4 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -35,6 +35,12 @@
['exclude', '(^|/)android/'],
],
}],
+ ['OS!="android" and OS!="linux" and OS!="openbsd" and OS!="freebsd"', {
+ 'sources/': [
+ ['exclude', '_linuxish(_unittest)?\\.(h|cc)$'],
+ ['exclude', '(^|/)linuxish/'],
+ ],
+ }],
['OS=="win"', {
'sources/': [ ['exclude', '_posix(_unittest)?\\.(h|cc)$'] ],
}],

Powered by Google App Engine
This is Rietveld 408576698