summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorcarlosvaldivia@google.com <carlosvaldivia@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-10 18:34:44 +0000
committercarlosvaldivia@google.com <carlosvaldivia@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-10 18:34:44 +0000
commit01e77f96bbd03a13876ae6fb2cf684198d858094 (patch)
tree216b6a1f92975d90917ec51eef855733300001c4 /build
parentea1be09912afaa22f7a31a0c08a3e99d8ad70147 (diff)
downloadchromium_src-01e77f96bbd03a13876ae6fb2cf684198d858094.zip
chromium_src-01e77f96bbd03a13876ae6fb2cf684198d858094.tar.gz
chromium_src-01e77f96bbd03a13876ae6fb2cf684198d858094.tar.bz2
Upstream Android native crash handling changes.
This is actulaly the second time. Revert "Revert 131404 - Upstream native crash handling changes for Android." This reverts commit 421df96aab6267e963ddff16c9f738aa903a2cba. Conflicts: chrome/browser/chrome_browser_main.cc BUG= TEST= Review URL: http://codereview.chromium.org/9967017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131593 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$'],