summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorcarlosvaldivia@google.com <carlosvaldivia@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-10 22:52:44 +0000
committercarlosvaldivia@google.com <carlosvaldivia@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-10 22:52:44 +0000
commit6653c19c044e724ad9a93248611abd2135d16a1a (patch)
tree1e036d686937704495302c125d7f3f200a521470 /build
parentb168ddfb28b4d83213dcfd5974ba64d2dc964030 (diff)
downloadchromium_src-6653c19c044e724ad9a93248611abd2135d16a1a.zip
chromium_src-6653c19c044e724ad9a93248611abd2135d16a1a.tar.gz
chromium_src-6653c19c044e724ad9a93248611abd2135d16a1a.tar.bz2
Upstream crash changes for android.
Third time is a charm. Original Reviews: https://chromiumcodereview.appspot.com/9838033/ http://codereview.chromium.org/9967017 Revert "Revert 131593" This reverts commit e306ea7f630d4264075913ea3a1a728d98ca9605. BUG= TEST= Review URL: http://codereview.chromium.org/9960072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/filename_rules.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index d5a5a65..162e9b2 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -29,6 +29,12 @@
['exclude', '(^|/)linux/'],
],
}],
+ ['OS!="android" and OS!="linux" and OS!="openbsd" and OS!="freebsd"', {
+ 'sources/': [
+ ['exclude', '_linuxish(_unittest)?\\.(h|cc)$'],
+ ['exclude', '(^|/)linuxish/'],
+ ],
+ }],
['OS!="android"', {
'sources/': [
['exclude', '_android(_unittest)?\\.cc$'],