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

Side by Side Diff: base/base.gyp

Issue 3165025: Build fix: Exclude registry_unittest.cc on non-windows platforms. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'path_service_unittest.cc', 110 'path_service_unittest.cc',
111 'pe_image_unittest.cc', 111 'pe_image_unittest.cc',
112 'pickle_unittest.cc', 112 'pickle_unittest.cc',
113 'platform_thread_unittest.cc', 113 'platform_thread_unittest.cc',
114 'pr_time_unittest.cc', 114 'pr_time_unittest.cc',
115 'process_util_unittest.cc', 115 'process_util_unittest.cc',
116 'process_util_unittest_mac.h', 116 'process_util_unittest_mac.h',
117 'process_util_unittest_mac.mm', 117 'process_util_unittest_mac.mm',
118 'rand_util_unittest.cc', 118 'rand_util_unittest.cc',
119 'ref_counted_unittest.cc', 119 'ref_counted_unittest.cc',
120 » 'registry_unittest.cc', 120 'registry_unittest.cc',
121 'scoped_bstr_win_unittest.cc', 121 'scoped_bstr_win_unittest.cc',
122 'scoped_comptr_win_unittest.cc', 122 'scoped_comptr_win_unittest.cc',
123 'scoped_native_library_unittest.cc', 123 'scoped_native_library_unittest.cc',
124 'scoped_ptr_unittest.cc', 124 'scoped_ptr_unittest.cc',
125 'scoped_temp_dir_unittest.cc', 125 'scoped_temp_dir_unittest.cc',
126 'scoped_variant_win_unittest.cc', 126 'scoped_variant_win_unittest.cc',
127 'sha1_unittest.cc', 127 'sha1_unittest.cc',
128 'sha2_unittest.cc', 128 'sha2_unittest.cc',
129 'shared_memory_unittest.cc', 129 'shared_memory_unittest.cc',
130 'simple_thread_unittest.cc', 130 'simple_thread_unittest.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'dir_reader_posix_unittest.cc', 205 'dir_reader_posix_unittest.cc',
206 'file_descriptor_shuffle_unittest.cc', 206 'file_descriptor_shuffle_unittest.cc',
207 ], 207 ],
208 }, { # OS != "win" 208 }, { # OS != "win"
209 'sources!': [ 209 'sources!': [
210 'event_trace_consumer_win_unittest.cc', 210 'event_trace_consumer_win_unittest.cc',
211 'event_trace_controller_win_unittest.cc', 211 'event_trace_controller_win_unittest.cc',
212 'event_trace_provider_win_unittest.cc', 212 'event_trace_provider_win_unittest.cc',
213 'object_watcher_unittest.cc', 213 'object_watcher_unittest.cc',
214 'pe_image_unittest.cc', 214 'pe_image_unittest.cc',
215 'registry_unittest.cc',
215 'scoped_bstr_win_unittest.cc', 216 'scoped_bstr_win_unittest.cc',
216 'scoped_comptr_win_unittest.cc', 217 'scoped_comptr_win_unittest.cc',
217 'scoped_variant_win_unittest.cc', 218 'scoped_variant_win_unittest.cc',
218 'system_monitor_unittest.cc', 219 'system_monitor_unittest.cc',
219 'time_win_unittest.cc', 220 'time_win_unittest.cc',
220 'trace_event_win_unittest.cc', 221 'trace_event_win_unittest.cc',
221 'win_util_unittest.cc', 222 'win_util_unittest.cc',
222 'wmi_util_unittest.cc', 223 'wmi_util_unittest.cc',
223 ], 224 ],
224 }], 225 }],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 ], 299 ],
299 }], 300 }],
300 ], 301 ],
301 } 302 }
302 303
303 # Local Variables: 304 # Local Variables:
304 # tab-width:2 305 # tab-width:2
305 # indent-tabs-mode:nil 306 # indent-tabs-mode:nil
306 # End: 307 # End:
307 # vim: set expandtab tabstop=2 shiftwidth=2: 308 # vim: set expandtab tabstop=2 shiftwidth=2:
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