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

Side by Side Diff: content/content_browser.gypi

Issue 1045433002: Migrate ChromeOS to base::MemoryPressureMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 8 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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'public/browser/javascript_dialog_manager.h', 152 'public/browser/javascript_dialog_manager.h',
153 'public/browser/load_from_memory_cache_details.cc', 153 'public/browser/load_from_memory_cache_details.cc',
154 'public/browser/load_from_memory_cache_details.h', 154 'public/browser/load_from_memory_cache_details.h',
155 'public/browser/load_notification_details.h', 155 'public/browser/load_notification_details.h',
156 'public/browser/local_storage_usage_info.cc', 156 'public/browser/local_storage_usage_info.cc',
157 'public/browser/local_storage_usage_info.h', 157 'public/browser/local_storage_usage_info.h',
158 'public/browser/location_provider.h', 158 'public/browser/location_provider.h',
159 'public/browser/media_capture_devices.h', 159 'public/browser/media_capture_devices.h',
160 'public/browser/media_device_id.cc', 160 'public/browser/media_device_id.cc',
161 'public/browser/media_device_id.h', 161 'public/browser/media_device_id.h',
162 'public/browser/memory_pressure_observer.h',
163 'public/browser/message_port_delegate.h', 162 'public/browser/message_port_delegate.h',
164 'public/browser/message_port_provider.h', 163 'public/browser/message_port_provider.h',
165 'public/browser/native_web_keyboard_event.h', 164 'public/browser/native_web_keyboard_event.h',
166 'public/browser/navigation_controller.cc', 165 'public/browser/navigation_controller.cc',
167 'public/browser/navigation_controller.h', 166 'public/browser/navigation_controller.h',
168 'public/browser/navigation_details.cc', 167 'public/browser/navigation_details.cc',
169 'public/browser/navigation_details.h', 168 'public/browser/navigation_details.h',
170 'public/browser/navigation_entry.h', 169 'public/browser/navigation_entry.h',
171 'public/browser/navigation_type.h', 170 'public/browser/navigation_type.h',
172 'public/browser/navigator_connect_context.h', 171 'public/browser/navigator_connect_context.h',
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 'browser/compositor/software_browser_compositor_output_surface.h', 1572 'browser/compositor/software_browser_compositor_output_surface.h',
1574 'browser/compositor/software_output_device_mac.h', 1573 'browser/compositor/software_output_device_mac.h',
1575 'browser/compositor/software_output_device_mac.mm', 1574 'browser/compositor/software_output_device_mac.mm',
1576 'browser/compositor/software_output_device_ozone.cc', 1575 'browser/compositor/software_output_device_ozone.cc',
1577 'browser/compositor/software_output_device_ozone.h', 1576 'browser/compositor/software_output_device_ozone.h',
1578 'browser/compositor/software_output_device_win.cc', 1577 'browser/compositor/software_output_device_win.cc',
1579 'browser/compositor/software_output_device_win.h', 1578 'browser/compositor/software_output_device_win.h',
1580 'browser/compositor/software_output_device_x11.cc', 1579 'browser/compositor/software_output_device_x11.cc',
1581 'browser/compositor/software_output_device_x11.h', 1580 'browser/compositor/software_output_device_x11.h',
1582 'browser/context_factory.cc', 1581 'browser/context_factory.cc',
1583 'browser/memory_pressure_observer.cc',
1584 ], 1582 ],
1585 'plugin_browser_sources': [ 1583 'plugin_browser_sources': [
1586 'browser/pepper_flash_settings_helper_impl.cc', 1584 'browser/pepper_flash_settings_helper_impl.cc',
1587 'browser/pepper_flash_settings_helper_impl.h', 1585 'browser/pepper_flash_settings_helper_impl.h',
1588 'browser/plugin_content_origin_whitelist.cc', 1586 'browser/plugin_content_origin_whitelist.cc',
1589 'browser/plugin_content_origin_whitelist.h', 1587 'browser/plugin_content_origin_whitelist.h',
1590 'browser/plugin_data_remover_impl.cc', 1588 'browser/plugin_data_remover_impl.cc',
1591 'browser/plugin_data_remover_impl.h', 1589 'browser/plugin_data_remover_impl.h',
1592 'browser/plugin_loader_posix.cc', 1590 'browser/plugin_loader_posix.cc',
1593 'browser/plugin_loader_posix.h', 1591 'browser/plugin_loader_posix.h',
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
2026 'browser/media/media_web_contents_observer.h', 2024 'browser/media/media_web_contents_observer.h',
2027 ], 2025 ],
2028 }], 2026 }],
2029 ['OS == "linux" and use_openssl==1', { 2027 ['OS == "linux" and use_openssl==1', {
2030 'dependencies': [ 2028 'dependencies': [
2031 '../third_party/boringssl/boringssl.gyp:boringssl', 2029 '../third_party/boringssl/boringssl.gyp:boringssl',
2032 ], 2030 ],
2033 }], 2031 }],
2034 ], 2032 ],
2035 } 2033 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/renderer_frame_manager.cc ('k') | content/public/browser/memory_pressure_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698