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

Side by Side Diff: base/base.gyp

Issue 6896006: added md5_unittest (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: not using namespace std Created 9 years, 8 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/md5_unittest.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'i18n/icu_string_conversions_unittest.cc', 129 'i18n/icu_string_conversions_unittest.cc',
130 'i18n/rtl_unittest.cc', 130 'i18n/rtl_unittest.cc',
131 'json/json_reader_unittest.cc', 131 'json/json_reader_unittest.cc',
132 'json/json_writer_unittest.cc', 132 'json/json_writer_unittest.cc',
133 'json/string_escape_unittest.cc', 133 'json/string_escape_unittest.cc',
134 'lazy_instance_unittest.cc', 134 'lazy_instance_unittest.cc',
135 'linked_list_unittest.cc', 135 'linked_list_unittest.cc',
136 'logging_unittest.cc', 136 'logging_unittest.cc',
137 'mac/mac_util_unittest.mm', 137 'mac/mac_util_unittest.mm',
138 'mac/objc_property_releaser_unittest.mm', 138 'mac/objc_property_releaser_unittest.mm',
139 'md5_unittest.cc',
139 'memory/linked_ptr_unittest.cc', 140 'memory/linked_ptr_unittest.cc',
140 'memory/ref_counted_unittest.cc', 141 'memory/ref_counted_unittest.cc',
141 'memory/scoped_native_library_unittest.cc', 142 'memory/scoped_native_library_unittest.cc',
142 'memory/scoped_ptr_unittest.cc', 143 'memory/scoped_ptr_unittest.cc',
143 'memory/scoped_temp_dir_unittest.cc', 144 'memory/scoped_temp_dir_unittest.cc',
144 'memory/scoped_vector_unittest.cc', 145 'memory/scoped_vector_unittest.cc',
145 'memory/singleton_unittest.cc', 146 'memory/singleton_unittest.cc',
146 'memory/weak_ptr_unittest.cc', 147 'memory/weak_ptr_unittest.cc',
147 'message_loop_proxy_impl_unittest.cc', 148 'message_loop_proxy_impl_unittest.cc',
148 'message_loop_unittest.cc', 149 'message_loop_unittest.cc',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 ], 360 ],
360 }], 361 }],
361 ], 362 ],
362 } 363 }
363 364
364 # Local Variables: 365 # Local Variables:
365 # tab-width:2 366 # tab-width:2
366 # indent-tabs-mode:nil 367 # indent-tabs-mode:nil
367 # End: 368 # End:
368 # vim: set expandtab tabstop=2 shiftwidth=2: 369 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/md5_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698