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

Side by Side Diff: base/base.gyp

Issue 4721001: Add multi_process_lock to chrome/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/base.gypi » ('j') | base/shared_mutex.h » ('J')
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'process_util_unittest_mac.h', 119 'process_util_unittest_mac.h',
120 'process_util_unittest_mac.mm', 120 'process_util_unittest_mac.mm',
121 'rand_util_unittest.cc', 121 'rand_util_unittest.cc',
122 'ref_counted_unittest.cc', 122 'ref_counted_unittest.cc',
123 'scoped_native_library_unittest.cc', 123 'scoped_native_library_unittest.cc',
124 'scoped_ptr_unittest.cc', 124 'scoped_ptr_unittest.cc',
125 'scoped_temp_dir_unittest.cc', 125 'scoped_temp_dir_unittest.cc',
126 'sha1_unittest.cc', 126 'sha1_unittest.cc',
127 'sha2_unittest.cc', 127 'sha2_unittest.cc',
128 'shared_memory_unittest.cc', 128 'shared_memory_unittest.cc',
129 'shared_mutex_unittest.cc',
129 'simple_thread_unittest.cc', 130 'simple_thread_unittest.cc',
130 'singleton_unittest.cc', 131 'singleton_unittest.cc',
131 'stack_container_unittest.cc', 132 'stack_container_unittest.cc',
132 'string_number_conversions_unittest.cc', 133 'string_number_conversions_unittest.cc',
133 'string_piece_unittest.cc', 134 'string_piece_unittest.cc',
134 'string_split_unittest.cc', 135 'string_split_unittest.cc',
135 'string_tokenizer_unittest.cc', 136 'string_tokenizer_unittest.cc',
136 'string_util_unittest.cc', 137 'string_util_unittest.cc',
137 'stringprintf_unittest.cc', 138 'stringprintf_unittest.cc',
138 'sys_info_unittest.cc', 139 'sys_info_unittest.cc',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 ], 323 ],
323 }], 324 }],
324 ], 325 ],
325 } 326 }
326 327
327 # Local Variables: 328 # Local Variables:
328 # tab-width:2 329 # tab-width:2
329 # indent-tabs-mode:nil 330 # indent-tabs-mode:nil
330 # End: 331 # End:
331 # vim: set expandtab tabstop=2 shiftwidth=2: 332 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/shared_mutex.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698