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

Side by Side Diff: base/base.gyp

Issue 1410213004: Create "persistent memory allocator" for persisting and sharing objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use 'volatile' for shared memory; use std::atomic for member flag Created 5 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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/persistent_memory_allocator.h » ('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 'mac/scoped_objc_class_swizzler_unittest.mm', 519 'mac/scoped_objc_class_swizzler_unittest.mm',
520 'mac/scoped_sending_event_unittest.mm', 520 'mac/scoped_sending_event_unittest.mm',
521 'md5_unittest.cc', 521 'md5_unittest.cc',
522 'memory/aligned_memory_unittest.cc', 522 'memory/aligned_memory_unittest.cc',
523 'memory/discardable_shared_memory_unittest.cc', 523 'memory/discardable_shared_memory_unittest.cc',
524 'memory/linked_ptr_unittest.cc', 524 'memory/linked_ptr_unittest.cc',
525 'memory/memory_pressure_listener_unittest.cc', 525 'memory/memory_pressure_listener_unittest.cc',
526 'memory/memory_pressure_monitor_chromeos_unittest.cc', 526 'memory/memory_pressure_monitor_chromeos_unittest.cc',
527 'memory/memory_pressure_monitor_mac_unittest.cc', 527 'memory/memory_pressure_monitor_mac_unittest.cc',
528 'memory/memory_pressure_monitor_win_unittest.cc', 528 'memory/memory_pressure_monitor_win_unittest.cc',
529 'memory/persistent_memory_allocator_unittest.cc',
529 'memory/ref_counted_memory_unittest.cc', 530 'memory/ref_counted_memory_unittest.cc',
530 'memory/ref_counted_unittest.cc', 531 'memory/ref_counted_unittest.cc',
531 'memory/scoped_ptr_unittest.cc', 532 'memory/scoped_ptr_unittest.cc',
532 'memory/scoped_ptr_unittest.nc', 533 'memory/scoped_ptr_unittest.nc',
533 'memory/scoped_vector_unittest.cc', 534 'memory/scoped_vector_unittest.cc',
534 'memory/shared_memory_unittest.cc', 535 'memory/shared_memory_unittest.cc',
535 'memory/shared_memory_mac_unittest.cc', 536 'memory/shared_memory_mac_unittest.cc',
536 'memory/singleton_unittest.cc', 537 'memory/singleton_unittest.cc',
537 'memory/weak_ptr_unittest.cc', 538 'memory/weak_ptr_unittest.cc',
538 'memory/weak_ptr_unittest.nc', 539 'memory/weak_ptr_unittest.nc',
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 '../build/isolate.gypi', 1716 '../build/isolate.gypi',
1716 ], 1717 ],
1717 'sources': [ 1718 'sources': [
1718 'base_unittests.isolate', 1719 'base_unittests.isolate',
1719 ], 1720 ],
1720 }, 1721 },
1721 ], 1722 ],
1722 }], 1723 }],
1723 ], 1724 ],
1724 } 1725 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/persistent_memory_allocator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698