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

Side by Side Diff: courgette/courgette.gyp

Issue 23442019: Convert most run_all_unittests.cc files to use new unit test launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « content/test/run_all_unittests.cc ('k') | courgette/run_all_unittests.cc » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'courgette_lib_sources': [ 8 'courgette_lib_sources': [
9 'adjustment_method.cc', 9 'adjustment_method.cc',
10 'adjustment_method_2.cc', 10 'adjustment_method_2.cc',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'adjustment_method_unittest.cc', 95 'adjustment_method_unittest.cc',
96 'bsdiff_memory_unittest.cc', 96 'bsdiff_memory_unittest.cc',
97 'base_test_unittest.cc', 97 'base_test_unittest.cc',
98 'base_test_unittest.h', 98 'base_test_unittest.h',
99 'difference_estimator_unittest.cc', 99 'difference_estimator_unittest.cc',
100 'disassembler_elf_32_x86_unittest.cc', 100 'disassembler_elf_32_x86_unittest.cc',
101 'disassembler_win32_x86_unittest.cc', 101 'disassembler_win32_x86_unittest.cc',
102 'encoded_program_unittest.cc', 102 'encoded_program_unittest.cc',
103 'encode_decode_unittest.cc', 103 'encode_decode_unittest.cc',
104 'ensemble_unittest.cc', 104 'ensemble_unittest.cc',
105 'run_all_unittests.cc',
106 'streams_unittest.cc', 105 'streams_unittest.cc',
107 'typedrva_unittest.cc', 106 'typedrva_unittest.cc',
108 'versioning_unittest.cc', 107 'versioning_unittest.cc',
109 'third_party/paged_array_unittest.cc' 108 'third_party/paged_array_unittest.cc'
110 ], 109 ],
111 'dependencies': [ 110 'dependencies': [
112 'courgette_lib', 111 'courgette_lib',
113 '../base/base.gyp:base', 112 '../base/base.gyp:base',
114 '../base/base.gyp:base_i18n', 113 '../base/base.gyp:base_i18n',
114 '../base/base.gyp:run_all_unittests',
115 '../base/base.gyp:test_support_base', 115 '../base/base.gyp:test_support_base',
116 '../testing/gtest.gyp:gtest', 116 '../testing/gtest.gyp:gtest',
117 ], 117 ],
118 'conditions': [ 118 'conditions': [
119 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 119 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
120 'conditions': [ 120 'conditions': [
121 ['linux_use_tcmalloc==1', { 121 ['linux_use_tcmalloc==1', {
122 'dependencies': [ 122 'dependencies': [
123 '../base/allocator/allocator.gyp:allocator', 123 '../base/allocator/allocator.gyp:allocator',
124 ], 124 ],
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 '../build/cp.py', 225 '../build/cp.py',
226 '<@(_inputs)', 226 '<@(_inputs)',
227 '<@(_outputs)' 227 '<@(_outputs)'
228 ], 228 ],
229 }], 229 }],
230 }, 230 },
231 ], 231 ],
232 }], 232 }],
233 ], 233 ],
234 } 234 }
OLDNEW
« no previous file with comments | « content/test/run_all_unittests.cc ('k') | courgette/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698