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

Side by Side Diff: base/base.gypi

Issue 1250093006: Added memory pressure monitor for linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-upload with less restrictive copy detection. 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
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'memory/discardable_shared_memory.cc', 337 'memory/discardable_shared_memory.cc',
338 'memory/discardable_shared_memory.h', 338 'memory/discardable_shared_memory.h',
339 'memory/linked_ptr.h', 339 'memory/linked_ptr.h',
340 'memory/manual_constructor.h', 340 'memory/manual_constructor.h',
341 'memory/memory_pressure_listener.cc', 341 'memory/memory_pressure_listener.cc',
342 'memory/memory_pressure_listener.h', 342 'memory/memory_pressure_listener.h',
343 'memory/memory_pressure_monitor.cc', 343 'memory/memory_pressure_monitor.cc',
344 'memory/memory_pressure_monitor.h', 344 'memory/memory_pressure_monitor.h',
345 'memory/memory_pressure_monitor_chromeos.cc', 345 'memory/memory_pressure_monitor_chromeos.cc',
346 'memory/memory_pressure_monitor_chromeos.h', 346 'memory/memory_pressure_monitor_chromeos.h',
347 'memory/memory_pressure_monitor_linux.cc',
348 'memory/memory_pressure_monitor_linux.h',
347 'memory/memory_pressure_monitor_mac.cc', 349 'memory/memory_pressure_monitor_mac.cc',
348 'memory/memory_pressure_monitor_mac.h', 350 'memory/memory_pressure_monitor_mac.h',
349 'memory/memory_pressure_monitor_win.cc', 351 'memory/memory_pressure_monitor_win.cc',
350 'memory/memory_pressure_monitor_win.h', 352 'memory/memory_pressure_monitor_win.h',
351 'memory/raw_scoped_refptr_mismatch_checker.h', 353 'memory/raw_scoped_refptr_mismatch_checker.h',
352 'memory/ref_counted.cc', 354 'memory/ref_counted.cc',
353 'memory/ref_counted.h', 355 'memory/ref_counted.h',
354 'memory/ref_counted_delete_on_message_loop.h', 356 'memory/ref_counted_delete_on_message_loop.h',
355 'memory/ref_counted_memory.cc', 357 'memory/ref_counted_memory.cc',
356 'memory/ref_counted_memory.h', 358 'memory/ref_counted_memory.h',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 'i18n/time_formatting.h', 1034 'i18n/time_formatting.h',
1033 'i18n/timezone.cc', 1035 'i18n/timezone.cc',
1034 'i18n/timezone.h', 1036 'i18n/timezone.h',
1035 'i18n/utf8_validator_tables.cc', 1037 'i18n/utf8_validator_tables.cc',
1036 'i18n/utf8_validator_tables.h', 1038 'i18n/utf8_validator_tables.h',
1037 ], 1039 ],
1038 }] 1040 }]
1039 ], 1041 ],
1040 }, 1042 },
1041 } 1043 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/memory/BUILD.gn » ('j') | base/memory/memory_pressure_monitor_linux.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698