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

Side by Side Diff: base/base.gyp

Issue 6646051: Fix DCHECK, memory leak, and refactor PasswordStore to use CancelableRequest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use non-zero tests until http://crbug.com/77650 is addressed. Created 9 years, 9 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/memory/scoped_vector.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) 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'json/string_escape_unittest.cc', 99 'json/string_escape_unittest.cc',
100 'lazy_instance_unittest.cc', 100 'lazy_instance_unittest.cc',
101 'linked_list_unittest.cc', 101 'linked_list_unittest.cc',
102 'logging_unittest.cc', 102 'logging_unittest.cc',
103 'mac/mac_util_unittest.mm', 103 'mac/mac_util_unittest.mm',
104 'memory/linked_ptr_unittest.cc', 104 'memory/linked_ptr_unittest.cc',
105 'memory/ref_counted_unittest.cc', 105 'memory/ref_counted_unittest.cc',
106 'memory/scoped_native_library_unittest.cc', 106 'memory/scoped_native_library_unittest.cc',
107 'memory/scoped_ptr_unittest.cc', 107 'memory/scoped_ptr_unittest.cc',
108 'memory/scoped_temp_dir_unittest.cc', 108 'memory/scoped_temp_dir_unittest.cc',
109 'memory/scoped_vector_unittest.cc',
109 'memory/singleton_unittest.cc', 110 'memory/singleton_unittest.cc',
110 'memory/weak_ptr_unittest.cc', 111 'memory/weak_ptr_unittest.cc',
111 'message_loop_proxy_impl_unittest.cc', 112 'message_loop_proxy_impl_unittest.cc',
112 'message_loop_unittest.cc', 113 'message_loop_unittest.cc',
113 'message_pump_glib_unittest.cc', 114 'message_pump_glib_unittest.cc',
114 'metrics/field_trial_unittest.cc', 115 'metrics/field_trial_unittest.cc',
115 'metrics/histogram_unittest.cc', 116 'metrics/histogram_unittest.cc',
116 'metrics/stats_table_unittest.cc', 117 'metrics/stats_table_unittest.cc',
117 'observer_list_unittest.cc', 118 'observer_list_unittest.cc',
118 'path_service_unittest.cc', 119 'path_service_unittest.cc',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 330 ],
330 }], 331 }],
331 ], 332 ],
332 } 333 }
333 334
334 # Local Variables: 335 # Local Variables:
335 # tab-width:2 336 # tab-width:2
336 # indent-tabs-mode:nil 337 # indent-tabs-mode:nil
337 # End: 338 # End:
338 # vim: set expandtab tabstop=2 shiftwidth=2: 339 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/memory/scoped_vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698