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

Side by Side Diff: base/base.gyp

Issue 3527004: Revert 61142 - Made logging macros evaluate its stream arguments lazily.... (Closed) Base URL: svn://svn.chromium.org/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 | « no previous file | base/leak_tracker.h » ('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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'i18n/rtl_unittest.cc', 96 'i18n/rtl_unittest.cc',
97 'i18n/word_iterator_unittest.cc', 97 'i18n/word_iterator_unittest.cc',
98 'json/json_reader_unittest.cc', 98 'json/json_reader_unittest.cc',
99 'json/json_writer_unittest.cc', 99 'json/json_writer_unittest.cc',
100 'json/string_escape_unittest.cc', 100 'json/string_escape_unittest.cc',
101 'lazy_instance_unittest.cc', 101 'lazy_instance_unittest.cc',
102 'leak_tracker_unittest.cc', 102 'leak_tracker_unittest.cc',
103 'linked_list_unittest.cc', 103 'linked_list_unittest.cc',
104 'linked_ptr_unittest.cc', 104 'linked_ptr_unittest.cc',
105 'lock_unittest.cc', 105 'lock_unittest.cc',
106 'logging_unittest.cc',
107 'mac_util_unittest.mm', 106 'mac_util_unittest.mm',
108 'message_loop_proxy_impl_unittest.cc', 107 'message_loop_proxy_impl_unittest.cc',
109 'message_loop_unittest.cc', 108 'message_loop_unittest.cc',
110 'message_pump_glib_unittest.cc', 109 'message_pump_glib_unittest.cc',
111 'non_thread_safe_unittest.cc', 110 'non_thread_safe_unittest.cc',
112 'object_watcher_unittest.cc', 111 'object_watcher_unittest.cc',
113 'observer_list_unittest.cc', 112 'observer_list_unittest.cc',
114 'path_service_unittest.cc', 113 'path_service_unittest.cc',
115 'pe_image_unittest.cc', 114 'pe_image_unittest.cc',
116 'pickle_unittest.cc', 115 'pickle_unittest.cc',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 ], 309 ],
311 }], 310 }],
312 ], 311 ],
313 } 312 }
314 313
315 # Local Variables: 314 # Local Variables:
316 # tab-width:2 315 # tab-width:2
317 # indent-tabs-mode:nil 316 # indent-tabs-mode:nil
318 # End: 317 # End:
319 # 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/leak_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698