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

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: Fix ~ListPopulator ordering. 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/scoped_vector.h » ('j') | base/scoped_vector_unittest.cc » ('J')
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'platform_file_unittest.cc', 114 'platform_file_unittest.cc',
115 'pr_time_unittest.cc', 115 'pr_time_unittest.cc',
116 'process_util_unittest.cc', 116 'process_util_unittest.cc',
117 'process_util_unittest_mac.h', 117 'process_util_unittest_mac.h',
118 'process_util_unittest_mac.mm', 118 'process_util_unittest_mac.mm',
119 'rand_util_unittest.cc', 119 'rand_util_unittest.cc',
120 'ref_counted_unittest.cc', 120 'ref_counted_unittest.cc',
121 'scoped_native_library_unittest.cc', 121 'scoped_native_library_unittest.cc',
122 'scoped_ptr_unittest.cc', 122 'scoped_ptr_unittest.cc',
123 'scoped_temp_dir_unittest.cc', 123 'scoped_temp_dir_unittest.cc',
124 'scoped_vector_unittest.cc',
124 'sha1_unittest.cc', 125 'sha1_unittest.cc',
125 'sha2_unittest.cc', 126 'sha2_unittest.cc',
126 'shared_memory_unittest.cc', 127 'shared_memory_unittest.cc',
127 'singleton_unittest.cc', 128 'singleton_unittest.cc',
128 'stack_container_unittest.cc', 129 'stack_container_unittest.cc',
129 'string16_unittest.cc', 130 'string16_unittest.cc',
130 'string_number_conversions_unittest.cc', 131 'string_number_conversions_unittest.cc',
131 'string_piece_unittest.cc', 132 'string_piece_unittest.cc',
132 'string_split_unittest.cc', 133 'string_split_unittest.cc',
133 'string_tokenizer_unittest.cc', 134 'string_tokenizer_unittest.cc',
(...skipping 195 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/scoped_vector.h » ('j') | base/scoped_vector_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698