OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 ], | 743 ], |
744 'dependencies': [ | 744 'dependencies': [ |
745 'chrome', | 745 'chrome', |
746 '../breakpad/breakpad.gyp:dump_syms', | 746 '../breakpad/breakpad.gyp:dump_syms', |
747 ], | 747 ], |
748 }], | 748 }], |
749 ['linux_strip_reliability_tests==1', { | 749 ['linux_strip_reliability_tests==1', { |
750 'actions': [ | 750 'actions': [ |
751 { | 751 { |
752 'action_name': 'strip_reliability_tests', | 752 'action_name': 'strip_reliability_tests', |
753 'inputs': [ | |
754 '<(PRODUCT_DIR)/_pyautolib.so', | |
755 ], | |
756 'outputs': [ | 753 'outputs': [ |
757 '<(PRODUCT_DIR)/strip_reliability_tests.stamp', | 754 '<(PRODUCT_DIR)/strip_reliability_tests.stamp', |
758 ], | 755 ], |
759 'action': ['strip', | 756 'action': ['strip', |
760 '-g', | 757 '-g', |
761 '<@(_inputs)'], | 758 '<@(_inputs)'], |
762 'message': 'Stripping reliability tests', | 759 'message': 'Stripping reliability tests', |
763 }, | 760 }, |
764 ], | 761 ], |
765 }], | 762 }], |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1117 'sources': [ | 1114 'sources': [ |
1118 'service/cloud_print/print_system_dummy.cc', | 1115 'service/cloud_print/print_system_dummy.cc', |
1119 ], | 1116 ], |
1120 }], | 1117 }], |
1121 ], | 1118 ], |
1122 }, | 1119 }, |
1123 ], | 1120 ], |
1124 }], | 1121 }], |
1125 ], # 'conditions' | 1122 ], # 'conditions' |
1126 } | 1123 } |
OLD | NEW |