Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: breakpad/breakpad.gyp

Issue 1898193006: Remove isolate_file variable from breakpad unittest gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698