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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'public/browser/geolocation_provider.h', | 131 'public/browser/geolocation_provider.h', |
132 'public/browser/global_request_id.h', | 132 'public/browser/global_request_id.h', |
133 'public/browser/gpu_data_manager.h', | 133 'public/browser/gpu_data_manager.h', |
134 'public/browser/gpu_data_manager_observer.h', | 134 'public/browser/gpu_data_manager_observer.h', |
135 'public/browser/histogram_fetcher.h', | 135 'public/browser/histogram_fetcher.h', |
136 'public/browser/host_zoom_map.h', | 136 'public/browser/host_zoom_map.h', |
137 'public/browser/indexed_db_context.h', | 137 'public/browser/indexed_db_context.h', |
138 'public/browser/indexed_db_info.cc', | 138 'public/browser/indexed_db_info.cc', |
139 'public/browser/indexed_db_info.h', | 139 'public/browser/indexed_db_info.h', |
140 'public/browser/interstitial_page.h', | 140 'public/browser/interstitial_page.h', |
| 141 'public/browser/interstitial_page_delegate.cc', |
| 142 'public/browser/interstitial_page_delegate.h', |
141 'public/browser/invalidate_type.h', | 143 'public/browser/invalidate_type.h', |
142 'public/browser/javascript_dialog_manager.cc', | 144 'public/browser/javascript_dialog_manager.cc', |
143 'public/browser/javascript_dialog_manager.h', | 145 'public/browser/javascript_dialog_manager.h', |
144 'public/browser/load_from_memory_cache_details.cc', | 146 'public/browser/load_from_memory_cache_details.cc', |
145 'public/browser/load_from_memory_cache_details.h', | 147 'public/browser/load_from_memory_cache_details.h', |
146 'public/browser/load_notification_details.h', | 148 'public/browser/load_notification_details.h', |
147 'public/browser/local_storage_usage_info.cc', | 149 'public/browser/local_storage_usage_info.cc', |
148 'public/browser/local_storage_usage_info.h', | 150 'public/browser/local_storage_usage_info.h', |
149 'public/browser/location_provider.h', | 151 'public/browser/location_provider.h', |
150 'public/browser/media_capture_devices.h', | 152 'public/browser/media_capture_devices.h', |
(...skipping 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1972 'browser/media/media_web_contents_observer.h', | 1974 'browser/media/media_web_contents_observer.h', |
1973 ], | 1975 ], |
1974 }], | 1976 }], |
1975 ['OS == "linux" and use_openssl==1', { | 1977 ['OS == "linux" and use_openssl==1', { |
1976 'dependencies': [ | 1978 'dependencies': [ |
1977 '../third_party/boringssl/boringssl.gyp:boringssl', | 1979 '../third_party/boringssl/boringssl.gyp:boringssl', |
1978 ], | 1980 ], |
1979 }], | 1981 }], |
1980 ], | 1982 ], |
1981 } | 1983 } |
OLD | NEW |