| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'public/browser/browser_plugin_guest_manager.h', | 86 'public/browser/browser_plugin_guest_manager.h', |
| 87 'public/browser/browser_ppapi_host.h', | 87 'public/browser/browser_ppapi_host.h', |
| 88 'public/browser/browser_shutdown.h', | 88 'public/browser/browser_shutdown.h', |
| 89 'public/browser/browser_thread.h', | 89 'public/browser/browser_thread.h', |
| 90 'public/browser/browser_thread_delegate.h', | 90 'public/browser/browser_thread_delegate.h', |
| 91 'public/browser/browser_url_handler.h', | 91 'public/browser/browser_url_handler.h', |
| 92 'public/browser/cert_store.h', | 92 'public/browser/cert_store.h', |
| 93 'public/browser/certificate_request_result_type.h', | 93 'public/browser/certificate_request_result_type.h', |
| 94 'public/browser/child_process_data.h', | 94 'public/browser/child_process_data.h', |
| 95 'public/browser/child_process_security_policy.h', | 95 'public/browser/child_process_security_policy.h', |
| 96 'public/browser/client_certificate_delegate.h', |
| 96 'public/browser/color_chooser.h', | 97 'public/browser/color_chooser.h', |
| 97 'public/browser/content_browser_client.cc', | 98 'public/browser/content_browser_client.cc', |
| 98 'public/browser/content_browser_client.h', | 99 'public/browser/content_browser_client.h', |
| 99 'public/browser/context_factory.h', | 100 'public/browser/context_factory.h', |
| 100 'public/browser/cookie_store_factory.h', | 101 'public/browser/cookie_store_factory.h', |
| 101 'public/browser/desktop_media_id.cc', | 102 'public/browser/desktop_media_id.cc', |
| 102 'public/browser/desktop_media_id.h', | 103 'public/browser/desktop_media_id.h', |
| 103 'public/browser/desktop_notification_delegate.h', | 104 'public/browser/desktop_notification_delegate.h', |
| 104 'public/browser/devtools_agent_host.h', | 105 'public/browser/devtools_agent_host.h', |
| 105 'public/browser/devtools_agent_host_client.h', | 106 'public/browser/devtools_agent_host_client.h', |
| (...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1971 'browser/media/media_web_contents_observer.h', | 1972 'browser/media/media_web_contents_observer.h', |
| 1972 ], | 1973 ], |
| 1973 }], | 1974 }], |
| 1974 ['OS == "linux" and use_openssl==1', { | 1975 ['OS == "linux" and use_openssl==1', { |
| 1975 'dependencies': [ | 1976 'dependencies': [ |
| 1976 '../third_party/boringssl/boringssl.gyp:boringssl', | 1977 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1977 ], | 1978 ], |
| 1978 }], | 1979 }], |
| 1979 ], | 1980 ], |
| 1980 } | 1981 } |
| OLD | NEW |