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

Side by Side Diff: base/base.gypi

Issue 1122863005: Create base::win::MemoryPressureMonitor class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'win/event_trace_controller.cc', 698 'win/event_trace_controller.cc',
699 'win/event_trace_controller.h', 699 'win/event_trace_controller.h',
700 'win/event_trace_provider.cc', 700 'win/event_trace_provider.cc',
701 'win/event_trace_provider.h', 701 'win/event_trace_provider.h',
702 'win/i18n.cc', 702 'win/i18n.cc',
703 'win/i18n.h', 703 'win/i18n.h',
704 'win/iat_patch_function.cc', 704 'win/iat_patch_function.cc',
705 'win/iat_patch_function.h', 705 'win/iat_patch_function.h',
706 'win/iunknown_impl.cc', 706 'win/iunknown_impl.cc',
707 'win/iunknown_impl.h', 707 'win/iunknown_impl.h',
708 'win/memory_pressure_monitor_win.cc',
grt (UTC plus 2) 2015/05/05 15:33:59 please remove the _win suffix. it isn't needed sin
chrisha 2015/05/05 19:46:12 Done.
709 'win/memory_pressure_monitor_win.h',
708 'win/message_window.cc', 710 'win/message_window.cc',
709 'win/message_window.h', 711 'win/message_window.h',
710 'win/metro.cc', 712 'win/metro.cc',
711 'win/metro.h', 713 'win/metro.h',
712 'win/object_watcher.cc', 714 'win/object_watcher.cc',
713 'win/object_watcher.h', 715 'win/object_watcher.h',
714 'win/registry.cc', 716 'win/registry.cc',
715 'win/registry.h', 717 'win/registry.h',
716 'win/resource_util.cc', 718 'win/resource_util.cc',
717 'win/resource_util.h', 719 'win/resource_util.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 'i18n/time_formatting.h', 1022 'i18n/time_formatting.h',
1021 'i18n/timezone.cc', 1023 'i18n/timezone.cc',
1022 'i18n/timezone.h', 1024 'i18n/timezone.h',
1023 'i18n/utf8_validator_tables.cc', 1025 'i18n/utf8_validator_tables.cc',
1024 'i18n/utf8_validator_tables.h', 1026 'i18n/utf8_validator_tables.h',
1025 ], 1027 ],
1026 }] 1028 }]
1027 ], 1029 ],
1028 }, 1030 },
1029 } 1031 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698