Chromium Code Reviews

Side by Side Diff: base/base.gyp

Issue 4517004: Move Windows-specific Event Tracing for Windows implementation to base/win. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed another ETW user in Chrome Frame Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | 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 62 matching lines...)
73 'crypto/rsa_private_key_nss_unittest.cc', 73 'crypto/rsa_private_key_nss_unittest.cc',
74 'crypto/signature_creator_unittest.cc', 74 'crypto/signature_creator_unittest.cc',
75 'crypto/signature_verifier_unittest.cc', 75 'crypto/signature_verifier_unittest.cc',
76 'crypto/symmetric_key_unittest.cc', 76 'crypto/symmetric_key_unittest.cc',
77 'data_pack_unittest.cc', 77 'data_pack_unittest.cc',
78 'debug/leak_tracker_unittest.cc', 78 'debug/leak_tracker_unittest.cc',
79 'debug/stack_trace_unittest.cc', 79 'debug/stack_trace_unittest.cc',
80 'debug/trace_event_win_unittest.cc', 80 'debug/trace_event_win_unittest.cc',
81 'dir_reader_posix_unittest.cc', 81 'dir_reader_posix_unittest.cc',
82 'environment_unittest.cc', 82 'environment_unittest.cc',
83 'event_trace_consumer_win_unittest.cc',
84 'event_trace_controller_win_unittest.cc',
85 'event_trace_provider_win_unittest.cc',
86 'file_descriptor_shuffle_unittest.cc', 83 'file_descriptor_shuffle_unittest.cc',
87 'file_path_unittest.cc', 84 'file_path_unittest.cc',
88 'file_util_unittest.cc', 85 'file_util_unittest.cc',
89 'file_version_info_unittest.cc', 86 'file_version_info_unittest.cc',
90 'gmock_unittest.cc', 87 'gmock_unittest.cc',
91 'hmac_unittest.cc', 88 'hmac_unittest.cc',
92 'id_map_unittest.cc', 89 'id_map_unittest.cc',
93 'i18n/char_iterator_unittest.cc', 90 'i18n/char_iterator_unittest.cc',
94 'i18n/file_util_icu_unittest.cc', 91 'i18n/file_util_icu_unittest.cc',
95 'i18n/icu_string_conversions_unittest.cc', 92 'i18n/icu_string_conversions_unittest.cc',
(...skipping 60 matching lines...)
156 'utf_offset_string_conversions_unittest.cc', 153 'utf_offset_string_conversions_unittest.cc',
157 'utf_string_conversions_unittest.cc', 154 'utf_string_conversions_unittest.cc',
158 'values_unittest.cc', 155 'values_unittest.cc',
159 'version_unittest.cc', 156 'version_unittest.cc',
160 'vlog_unittest.cc', 157 'vlog_unittest.cc',
161 'waitable_event_unittest.cc', 158 'waitable_event_unittest.cc',
162 'waitable_event_watcher_unittest.cc', 159 'waitable_event_watcher_unittest.cc',
163 'watchdog_unittest.cc', 160 'watchdog_unittest.cc',
164 'weak_ptr_unittest.cc', 161 'weak_ptr_unittest.cc',
165 'win_util_unittest.cc', 162 'win_util_unittest.cc',
163 'win/event_trace_consumer_unittest.cc',
164 'win/event_trace_controller_unittest.cc',
165 'win/event_trace_provider_unittest.cc',
166 'win/pe_image_unittest.cc', 166 'win/pe_image_unittest.cc',
167 'win/registry_unittest.cc', 167 'win/registry_unittest.cc',
168 'win/scoped_bstr_unittest.cc', 168 'win/scoped_bstr_unittest.cc',
169 'win/scoped_comptr_unittest.cc', 169 'win/scoped_comptr_unittest.cc',
170 'win/scoped_variant_unittest.cc', 170 'win/scoped_variant_unittest.cc',
171 'worker_pool_unittest.cc', 171 'worker_pool_unittest.cc',
172 ], 172 ],
173 'include_dirs': [ 173 'include_dirs': [
174 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU 174 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU
175 # #include for unicode/uchar.h. This should probably be cleaned up. 175 # #include for unicode/uchar.h. This should probably be cleaned up.
(...skipping 42 matching lines...)
218 ], 218 ],
219 'sources!': [ 219 'sources!': [
220 'dir_reader_posix_unittest.cc', 220 'dir_reader_posix_unittest.cc',
221 'file_descriptor_shuffle_unittest.cc', 221 'file_descriptor_shuffle_unittest.cc',
222 ], 222 ],
223 }, { # OS != "win" 223 }, { # OS != "win"
224 'sources/': [ 224 'sources/': [
225 ['exclude', '^win/'], 225 ['exclude', '^win/'],
226 ], 226 ],
227 'sources!': [ 227 'sources!': [
228 'event_trace_consumer_win_unittest.cc',
229 'event_trace_controller_win_unittest.cc',
230 'event_trace_provider_win_unittest.cc',
231 'object_watcher_unittest.cc', 228 'object_watcher_unittest.cc',
232 'system_monitor_unittest.cc', 229 'system_monitor_unittest.cc',
233 'time_win_unittest.cc', 230 'time_win_unittest.cc',
234 'trace_event_win_unittest.cc', 231 'trace_event_win_unittest.cc',
235 'win_util_unittest.cc', 232 'win_util_unittest.cc',
236 ], 233 ],
237 }], 234 }],
238 [ 'use_openssl==1', { 235 [ 'use_openssl==1', {
239 'sources!': [ 236 'sources!': [
240 'crypto/rsa_private_key_nss_unittest.cc', 237 'crypto/rsa_private_key_nss_unittest.cc',
(...skipping 84 matching lines...)
325 ], 322 ],
326 }], 323 }],
327 ], 324 ],
328 } 325 }
329 326
330 # Local Variables: 327 # Local Variables:
331 # tab-width:2 328 # tab-width:2
332 # indent-tabs-mode:nil 329 # indent-tabs-mode:nil
333 # End: 330 # End:
334 # 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