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

Side by Side Diff: base/base.gyp

Issue 11857007: TCMalloc: restrict maximum size of memory ranges (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits from Cevans. Created 7 years, 11 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/security_unittest.cc » ('j') | third_party/tcmalloc/chromium/src/tcmalloc.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'posix/file_descriptor_shuffle_unittest.cc', 519 'posix/file_descriptor_shuffle_unittest.cc',
520 'pr_time_unittest.cc', 520 'pr_time_unittest.cc',
521 'process_util_unittest.cc', 521 'process_util_unittest.cc',
522 'process_util_unittest_ios.cc', 522 'process_util_unittest_ios.cc',
523 'process_util_unittest_mac.h', 523 'process_util_unittest_mac.h',
524 'process_util_unittest_mac.mm', 524 'process_util_unittest_mac.mm',
525 'profiler/tracked_time_unittest.cc', 525 'profiler/tracked_time_unittest.cc',
526 'rand_util_unittest.cc', 526 'rand_util_unittest.cc',
527 'scoped_native_library_unittest.cc', 527 'scoped_native_library_unittest.cc',
528 'scoped_observer.h', 528 'scoped_observer.h',
529 'security_unittest.cc',
529 'sequence_checker_unittest.cc', 530 'sequence_checker_unittest.cc',
530 'sequence_checker_impl_unittest.cc', 531 'sequence_checker_impl_unittest.cc',
531 'sha1_unittest.cc', 532 'sha1_unittest.cc',
532 'shared_memory_unittest.cc', 533 'shared_memory_unittest.cc',
533 'stl_util_unittest.cc', 534 'stl_util_unittest.cc',
534 'string16_unittest.cc', 535 'string16_unittest.cc',
535 'string_number_conversions_unittest.cc', 536 'string_number_conversions_unittest.cc',
536 'string_piece_unittest.cc', 537 'string_piece_unittest.cc',
537 'string_split_unittest.cc', 538 'string_split_unittest.cc',
538 'string_tokenizer_unittest.cc', 539 'string_tokenizer_unittest.cc',
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 'base_unittests.isolate', 1138 'base_unittests.isolate',
1138 ], 1139 ],
1139 'sources': [ 1140 'sources': [
1140 'base_unittests.isolate', 1141 'base_unittests.isolate',
1141 ], 1142 ],
1142 }, 1143 },
1143 ], 1144 ],
1144 }], 1145 }],
1145 ], 1146 ],
1146 } 1147 }
OLDNEW
« no previous file with comments | « no previous file | base/security_unittest.cc » ('j') | third_party/tcmalloc/chromium/src/tcmalloc.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698