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

Side by Side Diff: base/base.gyp

Issue 5971008: move base/object_watcher into base/win and add the win namespace. Fixup calle... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | base/base.gypi » ('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) 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'linked_ptr_unittest.cc', 99 'linked_ptr_unittest.cc',
100 'lock_unittest.cc', 100 'lock_unittest.cc',
101 'logging_unittest.cc', 101 'logging_unittest.cc',
102 'mac_util_unittest.mm', 102 'mac_util_unittest.mm',
103 'message_loop_proxy_impl_unittest.cc', 103 'message_loop_proxy_impl_unittest.cc',
104 'message_loop_unittest.cc', 104 'message_loop_unittest.cc',
105 'message_pump_glib_unittest.cc', 105 'message_pump_glib_unittest.cc',
106 'metrics/field_trial_unittest.cc', 106 'metrics/field_trial_unittest.cc',
107 'metrics/histogram_unittest.cc', 107 'metrics/histogram_unittest.cc',
108 'metrics/stats_table_unittest.cc', 108 'metrics/stats_table_unittest.cc',
109 'object_watcher_unittest.cc',
110 'observer_list_unittest.cc', 109 'observer_list_unittest.cc',
111 'path_service_unittest.cc', 110 'path_service_unittest.cc',
112 'pickle_unittest.cc', 111 'pickle_unittest.cc',
113 'platform_file_unittest.cc', 112 'platform_file_unittest.cc',
114 'pr_time_unittest.cc', 113 'pr_time_unittest.cc',
115 'process_util_unittest.cc', 114 'process_util_unittest.cc',
116 'process_util_unittest_mac.h', 115 'process_util_unittest_mac.h',
117 'process_util_unittest_mac.mm', 116 'process_util_unittest_mac.mm',
118 'rand_util_unittest.cc', 117 'rand_util_unittest.cc',
119 'ref_counted_unittest.cc', 118 'ref_counted_unittest.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'values_unittest.cc', 159 'values_unittest.cc',
161 'version_unittest.cc', 160 'version_unittest.cc',
162 'vlog_unittest.cc', 161 'vlog_unittest.cc',
163 'waitable_event_unittest.cc', 162 'waitable_event_unittest.cc',
164 'waitable_event_watcher_unittest.cc', 163 'waitable_event_watcher_unittest.cc',
165 'weak_ptr_unittest.cc', 164 'weak_ptr_unittest.cc',
166 'win/event_trace_consumer_unittest.cc', 165 'win/event_trace_consumer_unittest.cc',
167 'win/event_trace_controller_unittest.cc', 166 'win/event_trace_controller_unittest.cc',
168 'win/event_trace_provider_unittest.cc', 167 'win/event_trace_provider_unittest.cc',
169 'win/i18n_unittest.cc', 168 'win/i18n_unittest.cc',
169 'win/object_watcher_unittest.cc',
170 'win/pe_image_unittest.cc', 170 'win/pe_image_unittest.cc',
171 'win/registry_unittest.cc', 171 'win/registry_unittest.cc',
172 'win/scoped_bstr_unittest.cc', 172 'win/scoped_bstr_unittest.cc',
173 'win/scoped_comptr_unittest.cc', 173 'win/scoped_comptr_unittest.cc',
174 'win/scoped_variant_unittest.cc', 174 'win/scoped_variant_unittest.cc',
175 'win/win_util_unittest.cc', 175 'win/win_util_unittest.cc',
176 ], 176 ],
177 'dependencies': [ 177 'dependencies': [
178 'base', 178 'base',
179 'base_i18n', 179 'base_i18n',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'sources!': [ 217 'sources!': [
218 'dir_reader_posix_unittest.cc', 218 'dir_reader_posix_unittest.cc',
219 'file_descriptor_shuffle_unittest.cc', 219 'file_descriptor_shuffle_unittest.cc',
220 'threading/worker_pool_posix_unittest.cc', 220 'threading/worker_pool_posix_unittest.cc',
221 ], 221 ],
222 }, { # OS != "win" 222 }, { # OS != "win"
223 'sources/': [ 223 'sources/': [
224 ['exclude', '^win/'], 224 ['exclude', '^win/'],
225 ], 225 ],
226 'sources!': [ 226 'sources!': [
227 'object_watcher_unittest.cc',
228 'system_monitor_unittest.cc', 227 'system_monitor_unittest.cc',
229 'time_win_unittest.cc', 228 'time_win_unittest.cc',
230 'trace_event_win_unittest.cc', 229 'trace_event_win_unittest.cc',
231 'win_util_unittest.cc', 230 'win_util_unittest.cc',
232 ], 231 ],
233 }], 232 }],
234 [ 'use_openssl==1', { 233 [ 'use_openssl==1', {
235 'sources!': [ 234 'sources!': [
236 'crypto/rsa_private_key_nss_unittest.cc', 235 'crypto/rsa_private_key_nss_unittest.cc',
237 ], 236 ],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], 322 ],
324 }], 323 }],
325 ], 324 ],
326 } 325 }
327 326
328 # Local Variables: 327 # Local Variables:
329 # tab-width:2 328 # tab-width:2
330 # indent-tabs-mode:nil 329 # indent-tabs-mode:nil
331 # End: 330 # End:
332 # vim: set expandtab tabstop=2 shiftwidth=2: 331 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698