| 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/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
| 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'public/browser/resource_dispatcher_host_login_delegate.h', | 230 'public/browser/resource_dispatcher_host_login_delegate.h', |
| 231 'public/browser/resource_request_details.cc', | 231 'public/browser/resource_request_details.cc', |
| 232 'public/browser/resource_request_details.h', | 232 'public/browser/resource_request_details.h', |
| 233 'public/browser/resource_request_info.h', | 233 'public/browser/resource_request_info.h', |
| 234 'public/browser/resource_throttle.h', | 234 'public/browser/resource_throttle.h', |
| 235 'public/browser/save_page_type.h', | 235 'public/browser/save_page_type.h', |
| 236 'public/browser/screen_orientation_delegate.h', | 236 'public/browser/screen_orientation_delegate.h', |
| 237 'public/browser/screen_orientation_dispatcher_host.h', | 237 'public/browser/screen_orientation_dispatcher_host.h', |
| 238 'public/browser/screen_orientation_provider.cc', | 238 'public/browser/screen_orientation_provider.cc', |
| 239 'public/browser/screen_orientation_provider.h', | 239 'public/browser/screen_orientation_provider.h', |
| 240 'public/browser/security_style_explanation.cc', |
| 241 'public/browser/security_style_explanation.h', |
| 242 'public/browser/security_style_explanations.cc', |
| 243 'public/browser/security_style_explanations.h', |
| 240 'public/browser/service_worker_context.h', | 244 'public/browser/service_worker_context.h', |
| 241 'public/browser/service_worker_usage_info.cc', | 245 'public/browser/service_worker_usage_info.cc', |
| 242 'public/browser/service_worker_usage_info.h', | 246 'public/browser/service_worker_usage_info.h', |
| 243 'public/browser/session_storage_namespace.h', | 247 'public/browser/session_storage_namespace.h', |
| 244 'public/browser/session_storage_usage_info.h', | 248 'public/browser/session_storage_usage_info.h', |
| 245 'public/browser/signed_certificate_timestamp_store.h', | 249 'public/browser/signed_certificate_timestamp_store.h', |
| 246 'public/browser/site_instance.h', | 250 'public/browser/site_instance.h', |
| 247 'public/browser/speech_recognition_event_listener.h', | 251 'public/browser/speech_recognition_event_listener.h', |
| 248 'public/browser/speech_recognition_manager.h', | 252 'public/browser/speech_recognition_manager.h', |
| 249 'public/browser/speech_recognition_manager_delegate.h', | 253 'public/browser/speech_recognition_manager_delegate.h', |
| (...skipping 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2084 'browser/media/media_web_contents_observer.h', | 2088 'browser/media/media_web_contents_observer.h', |
| 2085 ], | 2089 ], |
| 2086 }], | 2090 }], |
| 2087 ['OS == "linux" and use_openssl==1', { | 2091 ['OS == "linux" and use_openssl==1', { |
| 2088 'dependencies': [ | 2092 'dependencies': [ |
| 2089 '../third_party/boringssl/boringssl.gyp:boringssl', | 2093 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2090 ], | 2094 ], |
| 2091 }], | 2095 }], |
| 2092 ], | 2096 ], |
| 2093 } | 2097 } |
| OLD | NEW |