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

Side by Side Diff: base/base.gyp

Issue 1250093006: Added memory pressure monitor for linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uncomment ::Get functionality Created 5 years, 5 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
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('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) 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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'mac/mac_util_unittest.mm', 509 'mac/mac_util_unittest.mm',
510 'mac/objc_property_releaser_unittest.mm', 510 'mac/objc_property_releaser_unittest.mm',
511 'mac/scoped_nsobject_unittest.mm', 511 'mac/scoped_nsobject_unittest.mm',
512 'mac/scoped_objc_class_swizzler_unittest.mm', 512 'mac/scoped_objc_class_swizzler_unittest.mm',
513 'mac/scoped_sending_event_unittest.mm', 513 'mac/scoped_sending_event_unittest.mm',
514 'md5_unittest.cc', 514 'md5_unittest.cc',
515 'memory/aligned_memory_unittest.cc', 515 'memory/aligned_memory_unittest.cc',
516 'memory/discardable_shared_memory_unittest.cc', 516 'memory/discardable_shared_memory_unittest.cc',
517 'memory/linked_ptr_unittest.cc', 517 'memory/linked_ptr_unittest.cc',
518 'memory/memory_pressure_monitor_chromeos_unittest.cc', 518 'memory/memory_pressure_monitor_chromeos_unittest.cc',
519 'memory/memory_pressure_monitor_linux_unittest.cc',
519 'memory/memory_pressure_monitor_mac_unittest.cc', 520 'memory/memory_pressure_monitor_mac_unittest.cc',
520 'memory/memory_pressure_monitor_win_unittest.cc', 521 'memory/memory_pressure_monitor_win_unittest.cc',
521 'memory/ref_counted_memory_unittest.cc', 522 'memory/ref_counted_memory_unittest.cc',
522 'memory/ref_counted_unittest.cc', 523 'memory/ref_counted_unittest.cc',
523 'memory/scoped_ptr_unittest.cc', 524 'memory/scoped_ptr_unittest.cc',
524 'memory/scoped_ptr_unittest.nc', 525 'memory/scoped_ptr_unittest.nc',
525 'memory/scoped_vector_unittest.cc', 526 'memory/scoped_vector_unittest.cc',
526 'memory/shared_memory_unittest.cc', 527 'memory/shared_memory_unittest.cc',
527 'memory/singleton_unittest.cc', 528 'memory/singleton_unittest.cc',
528 'memory/weak_ptr_unittest.cc', 529 'memory/weak_ptr_unittest.cc',
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 '../build/isolate.gypi', 1623 '../build/isolate.gypi',
1623 ], 1624 ],
1624 'sources': [ 1625 'sources': [
1625 'base_unittests.isolate', 1626 'base_unittests.isolate',
1626 ], 1627 ],
1627 }, 1628 },
1628 ], 1629 ],
1629 }], 1630 }],
1630 ], 1631 ],
1631 } 1632 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698