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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
170 'public/browser/page_navigator.cc', | 170 'public/browser/page_navigator.cc', |
171 'public/browser/page_navigator.h', | 171 'public/browser/page_navigator.h', |
172 'public/browser/pepper_flash_settings_helper.h', | 172 'public/browser/pepper_flash_settings_helper.h', |
173 'public/browser/permission_type.h', | 173 'public/browser/permission_type.h', |
174 'public/browser/plugin_data_remover.h', | 174 'public/browser/plugin_data_remover.h', |
175 'public/browser/plugin_service.h', | 175 'public/browser/plugin_service.h', |
176 'public/browser/plugin_service_filter.h', | 176 'public/browser/plugin_service_filter.h', |
177 'public/browser/power_save_blocker.h', | 177 'public/browser/power_save_blocker.h', |
178 'public/browser/profiler_controller.h', | 178 'public/browser/profiler_controller.h', |
179 'public/browser/profiler_subscriber.h', | 179 'public/browser/profiler_subscriber.h', |
180 'public/browser/push_messaging_service.cc', | |
Michael van Ouwerkerk
2015/01/21 19:13:22
Let's also add this file to the CL :-)
johnme
2015/01/21 19:32:19
Done.
| |
180 'public/browser/push_messaging_service.h', | 181 'public/browser/push_messaging_service.h', |
181 'public/browser/quota_permission_context.h', | 182 'public/browser/quota_permission_context.h', |
182 'public/browser/readback_types.h', | 183 'public/browser/readback_types.h', |
183 'public/browser/render_frame_host.h', | 184 'public/browser/render_frame_host.h', |
184 'public/browser/render_process_host.h', | 185 'public/browser/render_process_host.h', |
185 'public/browser/render_process_host_factory.h', | 186 'public/browser/render_process_host_factory.h', |
186 'public/browser/render_process_host_observer.h', | 187 'public/browser/render_process_host_observer.h', |
187 'public/browser/render_view_host.h', | 188 'public/browser/render_view_host.h', |
188 'public/browser/render_widget_host.h', | 189 'public/browser/render_widget_host.h', |
189 'public/browser/render_widget_host_view.h', | 190 'public/browser/render_widget_host_view.h', |
(...skipping 1774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1964 'browser/media/media_web_contents_observer.h', | 1965 'browser/media/media_web_contents_observer.h', |
1965 ], | 1966 ], |
1966 }], | 1967 }], |
1967 ['OS == "linux" and use_openssl==1', { | 1968 ['OS == "linux" and use_openssl==1', { |
1968 'dependencies': [ | 1969 'dependencies': [ |
1969 '../third_party/boringssl/boringssl.gyp:boringssl', | 1970 '../third_party/boringssl/boringssl.gyp:boringssl', |
1970 ], | 1971 ], |
1971 }], | 1972 }], |
1972 ], | 1973 ], |
1973 } | 1974 } |
OLD | NEW |