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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 181 'public/browser/presentation_screen_availability_listener.h', |
182 'public/browser/presentation_service_delegate.h', | 182 'public/browser/presentation_service_delegate.h', |
183 'public/browser/profiler_controller.h', | 183 'public/browser/profiler_controller.h', |
184 'public/browser/profiler_subscriber.h', | 184 'public/browser/profiler_subscriber.h', |
| 185 'public/browser/push_messaging_service.cc', |
185 'public/browser/push_messaging_service.h', | 186 'public/browser/push_messaging_service.h', |
186 'public/browser/quota_permission_context.h', | 187 'public/browser/quota_permission_context.h', |
187 'public/browser/readback_types.h', | 188 'public/browser/readback_types.h', |
188 'public/browser/render_frame_host.h', | 189 'public/browser/render_frame_host.h', |
189 'public/browser/render_process_host.h', | 190 'public/browser/render_process_host.h', |
190 'public/browser/render_process_host_factory.h', | 191 'public/browser/render_process_host_factory.h', |
191 'public/browser/render_process_host_observer.h', | 192 'public/browser/render_process_host_observer.h', |
192 'public/browser/render_view_host.h', | 193 'public/browser/render_view_host.h', |
193 'public/browser/render_widget_host.h', | 194 'public/browser/render_widget_host.h', |
194 'public/browser/render_widget_host_view.h', | 195 'public/browser/render_widget_host_view.h', |
(...skipping 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1976 'browser/media/media_web_contents_observer.h', | 1977 'browser/media/media_web_contents_observer.h', |
1977 ], | 1978 ], |
1978 }], | 1979 }], |
1979 ['OS == "linux" and use_openssl==1', { | 1980 ['OS == "linux" and use_openssl==1', { |
1980 'dependencies': [ | 1981 'dependencies': [ |
1981 '../third_party/boringssl/boringssl.gyp:boringssl', | 1982 '../third_party/boringssl/boringssl.gyp:boringssl', |
1982 ], | 1983 ], |
1983 }], | 1984 }], |
1984 ], | 1985 ], |
1985 } | 1986 } |
OLD | NEW |