OLD | NEW |
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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'public/browser/javascript_dialog_manager.h', | 142 'public/browser/javascript_dialog_manager.h', |
143 'public/browser/load_from_memory_cache_details.cc', | 143 'public/browser/load_from_memory_cache_details.cc', |
144 'public/browser/load_from_memory_cache_details.h', | 144 'public/browser/load_from_memory_cache_details.h', |
145 'public/browser/load_notification_details.h', | 145 'public/browser/load_notification_details.h', |
146 'public/browser/local_storage_usage_info.cc', | 146 'public/browser/local_storage_usage_info.cc', |
147 'public/browser/local_storage_usage_info.h', | 147 'public/browser/local_storage_usage_info.h', |
148 'public/browser/location_provider.h', | 148 'public/browser/location_provider.h', |
149 'public/browser/media_capture_devices.h', | 149 'public/browser/media_capture_devices.h', |
150 'public/browser/media_device_id.cc', | 150 'public/browser/media_device_id.cc', |
151 'public/browser/media_device_id.h', | 151 'public/browser/media_device_id.h', |
| 152 'public/browser/memory_pressure_observer.h', |
152 'public/browser/message_port_provider.h', | 153 'public/browser/message_port_provider.h', |
153 'public/browser/native_web_keyboard_event.h', | 154 'public/browser/native_web_keyboard_event.h', |
154 'public/browser/navigation_controller.cc', | 155 'public/browser/navigation_controller.cc', |
155 'public/browser/navigation_controller.h', | 156 'public/browser/navigation_controller.h', |
156 'public/browser/navigation_details.cc', | 157 'public/browser/navigation_details.cc', |
157 'public/browser/navigation_details.h', | 158 'public/browser/navigation_details.h', |
158 'public/browser/navigation_entry.h', | 159 'public/browser/navigation_entry.h', |
159 'public/browser/navigation_type.h', | 160 'public/browser/navigation_type.h', |
160 'public/browser/notification_details.h', | 161 'public/browser/notification_details.h', |
161 'public/browser/notification_event_dispatcher.h', | 162 'public/browser/notification_event_dispatcher.h', |
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1513 'browser/compositor/software_browser_compositor_output_surface.h', | 1514 'browser/compositor/software_browser_compositor_output_surface.h', |
1514 'browser/compositor/software_output_device_mac.mm', | 1515 'browser/compositor/software_output_device_mac.mm', |
1515 'browser/compositor/software_output_device_mac.h', | 1516 'browser/compositor/software_output_device_mac.h', |
1516 'browser/compositor/software_output_device_ozone.cc', | 1517 'browser/compositor/software_output_device_ozone.cc', |
1517 'browser/compositor/software_output_device_ozone.h', | 1518 'browser/compositor/software_output_device_ozone.h', |
1518 'browser/compositor/software_output_device_win.cc', | 1519 'browser/compositor/software_output_device_win.cc', |
1519 'browser/compositor/software_output_device_win.h', | 1520 'browser/compositor/software_output_device_win.h', |
1520 'browser/compositor/software_output_device_x11.cc', | 1521 'browser/compositor/software_output_device_x11.cc', |
1521 'browser/compositor/software_output_device_x11.h', | 1522 'browser/compositor/software_output_device_x11.h', |
1522 'browser/context_factory.cc', | 1523 'browser/context_factory.cc', |
| 1524 'browser/memory_pressure_observer.cc', |
1523 ], | 1525 ], |
1524 'compositor_browser_surface_sources': [ | 1526 'compositor_browser_surface_sources': [ |
1525 'browser/compositor/onscreen_display_client.cc', | 1527 'browser/compositor/onscreen_display_client.cc', |
1526 'browser/compositor/onscreen_display_client.h', | 1528 'browser/compositor/onscreen_display_client.h', |
1527 'browser/compositor/surface_display_output_surface.cc', | 1529 'browser/compositor/surface_display_output_surface.cc', |
1528 'browser/compositor/surface_display_output_surface.h', | 1530 'browser/compositor/surface_display_output_surface.h', |
1529 ], | 1531 ], |
1530 'plugin_browser_sources': [ | 1532 'plugin_browser_sources': [ |
1531 'browser/pepper_flash_settings_helper_impl.cc', | 1533 'browser/pepper_flash_settings_helper_impl.cc', |
1532 'browser/pepper_flash_settings_helper_impl.h', | 1534 'browser/pepper_flash_settings_helper_impl.h', |
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1956 'browser/media/media_web_contents_observer.h', | 1958 'browser/media/media_web_contents_observer.h', |
1957 ], | 1959 ], |
1958 }], | 1960 }], |
1959 ['OS == "linux" and use_openssl==1', { | 1961 ['OS == "linux" and use_openssl==1', { |
1960 'dependencies': [ | 1962 'dependencies': [ |
1961 '../third_party/boringssl/boringssl.gyp:boringssl', | 1963 '../third_party/boringssl/boringssl.gyp:boringssl', |
1962 ], | 1964 ], |
1963 }], | 1965 }], |
1964 ], | 1966 ], |
1965 } | 1967 } |
OLD | NEW |