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 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 'breakpad_sender.gypi', | 7 'breakpad_sender.gypi', |
8 'breakpad_handler.gypi', | 8 'breakpad_handler.gypi', |
9 ], | 9 ], |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 ], | 708 ], |
709 'include_dirs': [ | 709 'include_dirs': [ |
710 'src/common/android/include', | 710 'src/common/android/include', |
711 ], | 711 ], |
712 'sources': [ | 712 'sources': [ |
713 'src/common/android/breakpad_getcontext_unittest.cc', | 713 'src/common/android/breakpad_getcontext_unittest.cc', |
714 ], | 714 ], |
715 'variables': { | 715 'variables': { |
716 'test_type': 'gtest', | 716 'test_type': 'gtest', |
717 'test_suite_name': '<(_target_name)', | 717 'test_suite_name': '<(_target_name)', |
718 'isolate_file': 'breakpad_unittests.isolate', | |
719 }, | 718 }, |
720 'includes': [ '../build/android/test_runner.gypi' ], | 719 'includes': [ '../build/android/test_runner.gypi' ], |
721 'ldflags!': [ | 720 'ldflags!': [ |
722 # We are overriding the build-id above so remove the default. | 721 # We are overriding the build-id above so remove the default. |
723 '-Wl,--build-id=sha1', | 722 '-Wl,--build-id=sha1', |
724 ], | 723 ], |
725 }], | 724 }], |
726 ['clang==1 and target_arch=="ia32"', { | 725 ['clang==1 and target_arch=="ia32"', { |
727 'cflags!': [ | 726 'cflags!': [ |
728 # Clang's -mstackrealign doesn't work well with | 727 # Clang's -mstackrealign doesn't work well with |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1033 'breakpad_unittests_apk.isolate', | 1032 'breakpad_unittests_apk.isolate', |
1034 ], | 1033 ], |
1035 }, | 1034 }, |
1036 ] | 1035 ] |
1037 } | 1036 } |
1038 ], | 1037 ], |
1039 ], | 1038 ], |
1040 }], | 1039 }], |
1041 ], | 1040 ], |
1042 } | 1041 } |
OLD | NEW |