summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host_linux.gypi
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-26 07:26:45 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-26 07:26:45 +0000
commitc3603e01dd55e7c864cd24052760ec3acd431ba0 (patch)
tree3415618655b7a95e54d4c701e5bb777f45db04b9 /remoting/remoting_host_linux.gypi
parent95651d93cf49b2ef74cd1197e4a1d8b7cafe8532 (diff)
downloadchromium_src-c3603e01dd55e7c864cd24052760ec3acd431ba0.zip
chromium_src-c3603e01dd55e7c864cd24052760ec3acd431ba0.tar.gz
chromium_src-c3603e01dd55e7c864cd24052760ec3acd431ba0.tar.bz2
Disable remoting_linux_symbols target.
remoting_linux_symbols somtimes fails to compile on some build bots. It's not useful at the moment because breakpad is not enabled for the host on Linux. BUG=386886 Review URL: https://codereview.chromium.org/346303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_host_linux.gypi')
-rw-r--r--remoting/remoting_host_linux.gypi67
1 files changed, 35 insertions, 32 deletions
diff --git a/remoting/remoting_host_linux.gypi b/remoting/remoting_host_linux.gypi
index 0701e47..02cd091 100644
--- a/remoting/remoting_host_linux.gypi
+++ b/remoting/remoting_host_linux.gypi
@@ -81,38 +81,41 @@
['OS=="linux" and enable_remoting_host==1', {
'targets': [
# Linux breakpad processing
- {
- 'target_name': 'remoting_linux_symbols',
- 'type': 'none',
- 'conditions': [
- ['linux_dump_symbols==1', {
- 'actions': [
- {
- 'action_name': 'dump_symbols',
- 'inputs': [
- '<(DEPTH)/build/linux/dump_app_syms',
- '<(PRODUCT_DIR)/dump_syms',
- '<(PRODUCT_DIR)/remoting_me2me_host',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/remoting_me2me_host.breakpad.<(target_arch)',
- ],
- 'action': ['<(DEPTH)/build/linux/dump_app_syms',
- '<(PRODUCT_DIR)/dump_syms',
- '<(linux_strip_binary)',
- '<(PRODUCT_DIR)/remoting_me2me_host',
- '<@(_outputs)'],
- 'message': 'Dumping breakpad symbols to <(_outputs)',
- 'process_outputs_as_sources': 1,
- },
- ],
- 'dependencies': [
- 'remoting_me2me_host',
- '../breakpad/breakpad.gyp:dump_syms',
- ],
- }], # 'linux_dump_symbols==1'
- ], # end of 'conditions'
- }, # end of target 'linux_symbols'
+ # The following target is disabled temporarily because it was failing
+ # on build bots. See crbug.com/386886 .
+ #
+ # {
+ # 'target_name': 'remoting_linux_symbols',
+ # 'type': 'none',
+ # 'conditions': [
+ # ['linux_dump_symbols==1', {
+ # 'actions': [
+ # {
+ # 'action_name': 'dump_symbols',
+ # 'inputs': [
+ # '<(DEPTH)/build/linux/dump_app_syms',
+ # '<(PRODUCT_DIR)/dump_syms',
+ # '<(PRODUCT_DIR)/remoting_me2me_host',
+ # ],
+ # 'outputs': [
+ # '<(PRODUCT_DIR)/remoting_me2me_host.breakpad.<(target_arch)',
+ # ],
+ # 'action': ['<(DEPTH)/build/linux/dump_app_syms',
+ # '<(PRODUCT_DIR)/dump_syms',
+ # '<(linux_strip_binary)',
+ # '<(PRODUCT_DIR)/remoting_me2me_host',
+ # '<@(_outputs)'],
+ # 'message': 'Dumping breakpad symbols to <(_outputs)',
+ # 'process_outputs_as_sources': 1,
+ # },
+ # ],
+ # 'dependencies': [
+ # 'remoting_me2me_host',
+ # '../breakpad/breakpad.gyp:dump_syms',
+ # ],
+ # }], # 'linux_dump_symbols==1'
+ # ], # end of 'conditions'
+ # }, # end of target 'remoting_linux_symbols'
{
'target_name': 'remoting_start_host',
'type': 'executable',