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

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: cleanup/fixes 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'public/browser/javascript_dialog_manager.h', 151 'public/browser/javascript_dialog_manager.h',
152 'public/browser/load_from_memory_cache_details.cc', 152 'public/browser/load_from_memory_cache_details.cc',
153 'public/browser/load_from_memory_cache_details.h', 153 'public/browser/load_from_memory_cache_details.h',
154 'public/browser/load_notification_details.h', 154 'public/browser/load_notification_details.h',
155 'public/browser/local_storage_usage_info.cc', 155 'public/browser/local_storage_usage_info.cc',
156 'public/browser/local_storage_usage_info.h', 156 'public/browser/local_storage_usage_info.h',
157 'public/browser/location_provider.h', 157 'public/browser/location_provider.h',
158 'public/browser/media_capture_devices.h', 158 'public/browser/media_capture_devices.h',
159 'public/browser/media_device_id.cc', 159 'public/browser/media_device_id.cc',
160 'public/browser/media_device_id.h', 160 'public/browser/media_device_id.h',
161 'public/browser/memory_pressure_observer.h',
162 'public/browser/message_port_delegate.h', 161 'public/browser/message_port_delegate.h',
163 'public/browser/message_port_provider.h', 162 'public/browser/message_port_provider.h',
164 'public/browser/native_web_keyboard_event.h', 163 'public/browser/native_web_keyboard_event.h',
165 'public/browser/navigation_controller.cc', 164 'public/browser/navigation_controller.cc',
166 'public/browser/navigation_controller.h', 165 'public/browser/navigation_controller.h',
167 'public/browser/navigation_details.cc', 166 'public/browser/navigation_details.cc',
168 'public/browser/navigation_details.h', 167 'public/browser/navigation_details.h',
169 'public/browser/navigation_entry.h', 168 'public/browser/navigation_entry.h',
170 'public/browser/navigation_type.h', 169 'public/browser/navigation_type.h',
171 'public/browser/navigator_connect_context.h', 170 'public/browser/navigator_connect_context.h',
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1572 'browser/compositor/software_browser_compositor_output_surface.h', 1571 'browser/compositor/software_browser_compositor_output_surface.h',
1573 'browser/compositor/software_output_device_mac.h', 1572 'browser/compositor/software_output_device_mac.h',
1574 'browser/compositor/software_output_device_mac.mm', 1573 'browser/compositor/software_output_device_mac.mm',
1575 'browser/compositor/software_output_device_ozone.cc', 1574 'browser/compositor/software_output_device_ozone.cc',
1576 'browser/compositor/software_output_device_ozone.h', 1575 'browser/compositor/software_output_device_ozone.h',
1577 'browser/compositor/software_output_device_win.cc', 1576 'browser/compositor/software_output_device_win.cc',
1578 'browser/compositor/software_output_device_win.h', 1577 'browser/compositor/software_output_device_win.h',
1579 'browser/compositor/software_output_device_x11.cc', 1578 'browser/compositor/software_output_device_x11.cc',
1580 'browser/compositor/software_output_device_x11.h', 1579 'browser/compositor/software_output_device_x11.h',
1581 'browser/context_factory.cc', 1580 'browser/context_factory.cc',
1582 'browser/memory_pressure_observer.cc',
1583 ], 1581 ],
1584 'plugin_browser_sources': [ 1582 'plugin_browser_sources': [
1585 'browser/pepper_flash_settings_helper_impl.cc', 1583 'browser/pepper_flash_settings_helper_impl.cc',
1586 'browser/pepper_flash_settings_helper_impl.h', 1584 'browser/pepper_flash_settings_helper_impl.h',
1587 'browser/plugin_content_origin_whitelist.cc', 1585 'browser/plugin_content_origin_whitelist.cc',
1588 'browser/plugin_content_origin_whitelist.h', 1586 'browser/plugin_content_origin_whitelist.h',
1589 'browser/plugin_data_remover_impl.cc', 1587 'browser/plugin_data_remover_impl.cc',
1590 'browser/plugin_data_remover_impl.h', 1588 'browser/plugin_data_remover_impl.h',
1591 'browser/plugin_loader_posix.cc', 1589 'browser/plugin_loader_posix.cc',
1592 'browser/plugin_loader_posix.h', 1590 'browser/plugin_loader_posix.h',
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
2025 'browser/media/media_web_contents_observer.h', 2023 'browser/media/media_web_contents_observer.h',
2026 ], 2024 ],
2027 }], 2025 }],
2028 ['OS == "linux" and use_openssl==1', { 2026 ['OS == "linux" and use_openssl==1', {
2029 'dependencies': [ 2027 'dependencies': [
2030 '../third_party/boringssl/boringssl.gyp:boringssl', 2028 '../third_party/boringssl/boringssl.gyp:boringssl',
2031 ], 2029 ],
2032 }], 2030 }],
2033 ], 2031 ],
2034 } 2032 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698