| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'public/browser/notification_types.h', | 171 'public/browser/notification_types.h', |
| 172 'public/browser/overscroll_configuration.h', | 172 'public/browser/overscroll_configuration.h', |
| 173 'public/browser/page_navigator.cc', | 173 'public/browser/page_navigator.cc', |
| 174 'public/browser/page_navigator.h', | 174 'public/browser/page_navigator.h', |
| 175 'public/browser/pepper_flash_settings_helper.h', | 175 'public/browser/pepper_flash_settings_helper.h', |
| 176 'public/browser/permission_type.h', | 176 'public/browser/permission_type.h', |
| 177 'public/browser/plugin_data_remover.h', | 177 'public/browser/plugin_data_remover.h', |
| 178 'public/browser/plugin_service.h', | 178 'public/browser/plugin_service.h', |
| 179 'public/browser/plugin_service_filter.h', | 179 'public/browser/plugin_service_filter.h', |
| 180 'public/browser/power_save_blocker.h', | 180 'public/browser/power_save_blocker.h', |
| 181 'public/browser/presentation_screen_availability_listener.h', |
| 182 'public/browser/presentation_service_delegate.h', |
| 181 'public/browser/profiler_controller.h', | 183 'public/browser/profiler_controller.h', |
| 182 'public/browser/profiler_subscriber.h', | 184 'public/browser/profiler_subscriber.h', |
| 183 'public/browser/push_messaging_service.h', | 185 'public/browser/push_messaging_service.h', |
| 184 'public/browser/quota_permission_context.h', | 186 'public/browser/quota_permission_context.h', |
| 185 'public/browser/readback_types.h', | 187 'public/browser/readback_types.h', |
| 186 'public/browser/render_frame_host.h', | 188 'public/browser/render_frame_host.h', |
| 187 'public/browser/render_process_host.h', | 189 'public/browser/render_process_host.h', |
| 188 'public/browser/render_process_host_factory.h', | 190 'public/browser/render_process_host_factory.h', |
| 189 'public/browser/render_process_host_observer.h', | 191 'public/browser/render_process_host_observer.h', |
| 190 'public/browser/render_view_host.h', | 192 'public/browser/render_view_host.h', |
| (...skipping 1781 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 |