summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-10 19:04:43 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-10 19:04:43 +0000
commit9603fa7f011a3a6fddd9df0f02b92aa1bd279024 (patch)
tree6df46f42b7acf273f18782f80c5d67e5fe8bb78f /build
parent43d42d8cf4da8b10d498d98f4c6120063c3df869 (diff)
downloadchromium_src-9603fa7f011a3a6fddd9df0f02b92aa1bd279024.zip
chromium_src-9603fa7f011a3a6fddd9df0f02b92aa1bd279024.tar.gz
chromium_src-9603fa7f011a3a6fddd9df0f02b92aa1bd279024.tar.bz2
Revert 131593
Speculatively reverting due to gyp update error on official bots: KeyError: 'src/breakpad/breakpad.gyp:dump_syms#target while trying to load target src/remoting/remoting.gyp:remoting_linux_symbols#target' This is the only patch in the regression range that touches breakpad.gyp. --- 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 TBR=carlosvaldivia@google.com Review URL: https://chromiumcodereview.appspot.com/10037013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/filename_rules.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index 162e9b2..d5a5a65 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -29,12 +29,6 @@
['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$'],