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

Side by Side Diff: content/content_browser.gypi

Issue 1641813002: Provide renderers with memory pressure signals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@contentapi
Patch Set: Addressed creis' comments. Created 4 years, 10 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'public/browser/javascript_dialog_manager.cc', 168 'public/browser/javascript_dialog_manager.cc',
169 'public/browser/javascript_dialog_manager.h', 169 'public/browser/javascript_dialog_manager.h',
170 'public/browser/load_from_memory_cache_details.cc', 170 'public/browser/load_from_memory_cache_details.cc',
171 'public/browser/load_from_memory_cache_details.h', 171 'public/browser/load_from_memory_cache_details.h',
172 'public/browser/load_notification_details.h', 172 'public/browser/load_notification_details.h',
173 'public/browser/local_storage_usage_info.h', 173 'public/browser/local_storage_usage_info.h',
174 'public/browser/location_provider.h', 174 'public/browser/location_provider.h',
175 'public/browser/media_capture_devices.h', 175 'public/browser/media_capture_devices.h',
176 'public/browser/media_device_id.cc', 176 'public/browser/media_device_id.cc',
177 'public/browser/media_device_id.h', 177 'public/browser/media_device_id.h',
178 'public/browser/memory_pressure_controller.cc',
179 'public/browser/memory_pressure_controller.h',
178 'public/browser/message_port_delegate.h', 180 'public/browser/message_port_delegate.h',
179 'public/browser/message_port_provider.h', 181 'public/browser/message_port_provider.h',
180 'public/browser/mojo_app_connection.h', 182 'public/browser/mojo_app_connection.h',
181 'public/browser/native_web_keyboard_event.h', 183 'public/browser/native_web_keyboard_event.h',
182 'public/browser/navigation_controller.cc', 184 'public/browser/navigation_controller.cc',
183 'public/browser/navigation_controller.h', 185 'public/browser/navigation_controller.h',
184 'public/browser/navigation_details.cc', 186 'public/browser/navigation_details.cc',
185 'public/browser/navigation_details.h', 187 'public/browser/navigation_details.h',
186 'public/browser/navigation_entry.h', 188 'public/browser/navigation_entry.h',
187 'public/browser/navigation_handle.cc', 189 'public/browser/navigation_handle.cc',
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'browser/media/media_web_contents_observer.cc', 1035 'browser/media/media_web_contents_observer.cc',
1034 'browser/media/media_web_contents_observer.h', 1036 'browser/media/media_web_contents_observer.h',
1035 'browser/media/midi_host.cc', 1037 'browser/media/midi_host.cc',
1036 'browser/media/midi_host.h', 1038 'browser/media/midi_host.h',
1037 'browser/media/webrtc_identity_store.cc', 1039 'browser/media/webrtc_identity_store.cc',
1038 'browser/media/webrtc_identity_store.h', 1040 'browser/media/webrtc_identity_store.h',
1039 'browser/media/webrtc_identity_store_backend.cc', 1041 'browser/media/webrtc_identity_store_backend.cc',
1040 'browser/media/webrtc_identity_store_backend.h', 1042 'browser/media/webrtc_identity_store_backend.h',
1041 'browser/memory/memory_message_filter.cc', 1043 'browser/memory/memory_message_filter.cc',
1042 'browser/memory/memory_message_filter.h', 1044 'browser/memory/memory_message_filter.h',
1043 'browser/memory/memory_pressure_controller.cc', 1045 'browser/memory/memory_pressure_controller_impl.cc',
1044 'browser/memory/memory_pressure_controller.h', 1046 'browser/memory/memory_pressure_controller_impl.h',
1045 'browser/message_port_message_filter.cc', 1047 'browser/message_port_message_filter.cc',
1046 'browser/message_port_message_filter.h', 1048 'browser/message_port_message_filter.h',
1047 'browser/message_port_provider.cc', 1049 'browser/message_port_provider.cc',
1048 'browser/message_port_service.cc', 1050 'browser/message_port_service.cc',
1049 'browser/message_port_service.h', 1051 'browser/message_port_service.h',
1050 'browser/mime_registry_message_filter.cc', 1052 'browser/mime_registry_message_filter.cc',
1051 'browser/mime_registry_message_filter.h', 1053 'browser/mime_registry_message_filter.h',
1052 'browser/mojo/mojo_app_connection_impl.cc', 1054 'browser/mojo/mojo_app_connection_impl.cc',
1053 'browser/mojo/mojo_app_connection_impl.h', 1055 'browser/mojo/mojo_app_connection_impl.h',
1054 'browser/mojo/mojo_application_host.cc', 1056 'browser/mojo/mojo_application_host.cc',
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 ['enable_webvr==1 and OS=="android"', { 2205 ['enable_webvr==1 and OS=="android"', {
2204 'sources': [ 2206 'sources': [
2205 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2207 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2206 'browser/vr/android/cardboard/cardboard_vr_device.h', 2208 'browser/vr/android/cardboard/cardboard_vr_device.h',
2207 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2209 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2208 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2210 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2209 ], 2211 ],
2210 }], 2212 }],
2211 ], 2213 ],
2212 } 2214 }
OLDNEW
« no previous file with comments | « content/browser/memory/memory_pressure_controller_impl_browsertest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698