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

Side by Side Diff: base/base.gyp

Issue 3945002: Move debug-related stuff from base to the base/debug directory and use the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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 | « app/resource_bundle_win.cc ('k') | 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'cancellation_flag_unittest.cc', 68 'cancellation_flag_unittest.cc',
69 'command_line_unittest.cc', 69 'command_line_unittest.cc',
70 'condition_variable_unittest.cc', 70 'condition_variable_unittest.cc',
71 'crypto/encryptor_unittest.cc', 71 'crypto/encryptor_unittest.cc',
72 'crypto/rsa_private_key_unittest.cc', 72 'crypto/rsa_private_key_unittest.cc',
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_util_unittest.cc', 78 'debug/leak_tracker_unittest.cc',
79 'debug/stack_trace_unittest.cc',
80 'debug/trace_event_win_unittest.cc',
79 'dir_reader_posix_unittest.cc', 81 'dir_reader_posix_unittest.cc',
80 'environment_unittest.cc', 82 'environment_unittest.cc',
81 'event_trace_consumer_win_unittest.cc', 83 'event_trace_consumer_win_unittest.cc',
82 'event_trace_controller_win_unittest.cc', 84 'event_trace_controller_win_unittest.cc',
83 'event_trace_provider_win_unittest.cc', 85 'event_trace_provider_win_unittest.cc',
84 'file_descriptor_shuffle_unittest.cc', 86 'file_descriptor_shuffle_unittest.cc',
85 'file_path_unittest.cc', 87 'file_path_unittest.cc',
86 'file_util_unittest.cc', 88 'file_util_unittest.cc',
87 'file_version_info_unittest.cc', 89 'file_version_info_unittest.cc',
88 'gmock_unittest.cc', 90 'gmock_unittest.cc',
89 'hmac_unittest.cc', 91 'hmac_unittest.cc',
90 'id_map_unittest.cc', 92 'id_map_unittest.cc',
91 'i18n/char_iterator_unittest.cc', 93 'i18n/char_iterator_unittest.cc',
92 'i18n/file_util_icu_unittest.cc', 94 'i18n/file_util_icu_unittest.cc',
93 'i18n/icu_string_conversions_unittest.cc', 95 'i18n/icu_string_conversions_unittest.cc',
94 'i18n/rtl_unittest.cc', 96 'i18n/rtl_unittest.cc',
95 'i18n/word_iterator_unittest.cc', 97 'i18n/word_iterator_unittest.cc',
96 'json/json_reader_unittest.cc', 98 'json/json_reader_unittest.cc',
97 'json/json_writer_unittest.cc', 99 'json/json_writer_unittest.cc',
98 'json/string_escape_unittest.cc', 100 'json/string_escape_unittest.cc',
99 'lazy_instance_unittest.cc', 101 'lazy_instance_unittest.cc',
100 'leak_tracker_unittest.cc',
101 'linked_list_unittest.cc', 102 'linked_list_unittest.cc',
102 'linked_ptr_unittest.cc', 103 'linked_ptr_unittest.cc',
103 'lock_unittest.cc', 104 'lock_unittest.cc',
104 'logging_unittest.cc', 105 'logging_unittest.cc',
105 'mac_util_unittest.mm', 106 'mac_util_unittest.mm',
106 'message_loop_proxy_impl_unittest.cc', 107 'message_loop_proxy_impl_unittest.cc',
107 'message_loop_unittest.cc', 108 'message_loop_unittest.cc',
108 'message_pump_glib_unittest.cc', 109 'message_pump_glib_unittest.cc',
109 'metrics/field_trial_unittest.cc', 110 'metrics/field_trial_unittest.cc',
110 'metrics/histogram_unittest.cc', 111 'metrics/histogram_unittest.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'task_queue_unittest.cc', 144 'task_queue_unittest.cc',
144 'thread_checker_unittest.cc', 145 'thread_checker_unittest.cc',
145 'thread_collision_warner_unittest.cc', 146 'thread_collision_warner_unittest.cc',
146 'thread_local_storage_unittest.cc', 147 'thread_local_storage_unittest.cc',
147 'thread_local_unittest.cc', 148 'thread_local_unittest.cc',
148 'thread_unittest.cc', 149 'thread_unittest.cc',
149 'time_unittest.cc', 150 'time_unittest.cc',
150 'time_win_unittest.cc', 151 'time_win_unittest.cc',
151 'timer_unittest.cc', 152 'timer_unittest.cc',
152 'tools_sanity_unittest.cc', 153 'tools_sanity_unittest.cc',
153 'trace_event_win_unittest.cc',
154 'tracked_objects_unittest.cc', 154 'tracked_objects_unittest.cc',
155 'tuple_unittest.cc', 155 'tuple_unittest.cc',
156 'utf_offset_string_conversions_unittest.cc', 156 'utf_offset_string_conversions_unittest.cc',
157 'utf_string_conversions_unittest.cc', 157 'utf_string_conversions_unittest.cc',
158 'values_unittest.cc', 158 'values_unittest.cc',
159 'version_unittest.cc', 159 'version_unittest.cc',
160 'vlog_unittest.cc', 160 'vlog_unittest.cc',
161 'waitable_event_unittest.cc', 161 'waitable_event_unittest.cc',
162 'waitable_event_watcher_unittest.cc', 162 'waitable_event_watcher_unittest.cc',
163 'watchdog_unittest.cc', 163 'watchdog_unittest.cc',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 ], 320 ],
321 }], 321 }],
322 ], 322 ],
323 } 323 }
324 324
325 # Local Variables: 325 # Local Variables:
326 # tab-width:2 326 # tab-width:2
327 # indent-tabs-mode:nil 327 # indent-tabs-mode:nil
328 # End: 328 # End:
329 # vim: set expandtab tabstop=2 shiftwidth=2: 329 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/resource_bundle_win.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698