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

Side by Side Diff: base/base.gyp

Issue 3448028: Implemented VLOG() et al. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Addressed evmar's comments 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
« 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'time_win_unittest.cc', 154 'time_win_unittest.cc',
155 'timer_unittest.cc', 155 'timer_unittest.cc',
156 'tools_sanity_unittest.cc', 156 'tools_sanity_unittest.cc',
157 'trace_event_win_unittest.cc', 157 'trace_event_win_unittest.cc',
158 'tracked_objects_unittest.cc', 158 'tracked_objects_unittest.cc',
159 'tuple_unittest.cc', 159 'tuple_unittest.cc',
160 'utf_offset_string_conversions_unittest.cc', 160 'utf_offset_string_conversions_unittest.cc',
161 'utf_string_conversions_unittest.cc', 161 'utf_string_conversions_unittest.cc',
162 'values_unittest.cc', 162 'values_unittest.cc',
163 'version_unittest.cc', 163 'version_unittest.cc',
164 'vlog_unittest.cc',
164 'waitable_event_unittest.cc', 165 'waitable_event_unittest.cc',
165 'waitable_event_watcher_unittest.cc', 166 'waitable_event_watcher_unittest.cc',
166 'watchdog_unittest.cc', 167 'watchdog_unittest.cc',
167 'weak_ptr_unittest.cc', 168 'weak_ptr_unittest.cc',
168 'win_util_unittest.cc', 169 'win_util_unittest.cc',
169 'wmi_util_unittest.cc', 170 'wmi_util_unittest.cc',
170 'worker_pool_unittest.cc', 171 'worker_pool_unittest.cc',
171 ], 172 ],
172 'include_dirs': [ 173 'include_dirs': [
173 # 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
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ], 309 ],
309 }], 310 }],
310 ], 311 ],
311 } 312 }
312 313
313 # Local Variables: 314 # Local Variables:
314 # tab-width:2 315 # tab-width:2
315 # indent-tabs-mode:nil 316 # indent-tabs-mode:nil
316 # End: 317 # End:
317 # vim: set expandtab tabstop=2 shiftwidth=2: 318 # 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