| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 5611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5622 '<(DEPTH)/build/linux/dump_app_syms', | 5622 '<(DEPTH)/build/linux/dump_app_syms', |
| 5623 '<(DEPTH)/build/linux/dump_signature.py', | 5623 '<(DEPTH)/build/linux/dump_signature.py', |
| 5624 '<(PRODUCT_DIR)/dump_syms', | 5624 '<(PRODUCT_DIR)/dump_syms', |
| 5625 '<(PRODUCT_DIR)/chrome', | 5625 '<(PRODUCT_DIR)/chrome', |
| 5626 ], | 5626 ], |
| 5627 'outputs': [ | 5627 'outputs': [ |
| 5628 '<(PRODUCT_DIR)/chrome.breakpad.<(target_arch)', | 5628 '<(PRODUCT_DIR)/chrome.breakpad.<(target_arch)', |
| 5629 ], | 5629 ], |
| 5630 'action': ['<(DEPTH)/build/linux/dump_app_syms', | 5630 'action': ['<(DEPTH)/build/linux/dump_app_syms', |
| 5631 '<(PRODUCT_DIR)/dump_syms', | 5631 '<(PRODUCT_DIR)/dump_syms', |
| 5632 '<(PRODUCT_DIR)/chrome', '<@(_outputs)'], | 5632 '<(linux_strip_binary)', |
| 5633 '<(PRODUCT_DIR)/chrome', |
| 5634 '<@(_outputs)'], |
| 5633 'message': 'Dumping breakpad symbols to <(_outputs)' | 5635 'message': 'Dumping breakpad symbols to <(_outputs)' |
| 5634 }, | 5636 }, |
| 5635 ], | 5637 ], |
| 5636 'dependencies': [ | 5638 'dependencies': [ |
| 5637 'chrome', | 5639 'chrome', |
| 5638 '../breakpad/breakpad.gyp:dump_syms', | 5640 '../breakpad/breakpad.gyp:dump_syms', |
| 5639 ], | 5641 ], |
| 5640 }], | 5642 }], |
| 5641 ], | 5643 ], |
| 5642 } | 5644 } |
| (...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6797 'defines': [ | 6799 'defines': [ |
| 6798 'POSIX', | 6800 'POSIX', |
| 6799 ], | 6801 ], |
| 6800 }], | 6802 }], |
| 6801 ], | 6803 ], |
| 6802 }, | 6804 }, |
| 6803 ], # targets when chrome_personalization==1 | 6805 ], # targets when chrome_personalization==1 |
| 6804 }], | 6806 }], |
| 6805 ], # 'conditions' | 6807 ], # 'conditions' |
| 6806 } | 6808 } |
| OLD | NEW |