| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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', | 7 '../base/base.gyp:base', |
| 8 '../components/mime_util/mime_util.gyp:mime_util', | 8 '../components/mime_util/mime_util.gyp:mime_util', |
| 9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'child/permissions/permission_dispatcher_thread_proxy.h', | 179 'child/permissions/permission_dispatcher_thread_proxy.h', |
| 180 'child/permissions/permission_observers_registry.cc', | 180 'child/permissions/permission_observers_registry.cc', |
| 181 'child/permissions/permission_observers_registry.h', | 181 'child/permissions/permission_observers_registry.h', |
| 182 'child/plugin_message_generator.cc', | 182 'child/plugin_message_generator.cc', |
| 183 'child/plugin_message_generator.h', | 183 'child/plugin_message_generator.h', |
| 184 'child/plugin_messages.h', | 184 'child/plugin_messages.h', |
| 185 'child/plugin_param_traits.cc', | 185 'child/plugin_param_traits.cc', |
| 186 'child/plugin_param_traits.h', | 186 'child/plugin_param_traits.h', |
| 187 'child/power_monitor_broadcast_source.cc', | 187 'child/power_monitor_broadcast_source.cc', |
| 188 'child/power_monitor_broadcast_source.h', | 188 'child/power_monitor_broadcast_source.h', |
| 189 'child/process_control_impl.cc', |
| 190 'child/process_control_impl.h', |
| 189 'child/push_messaging/push_dispatcher.cc', | 191 'child/push_messaging/push_dispatcher.cc', |
| 190 'child/push_messaging/push_dispatcher.h', | 192 'child/push_messaging/push_dispatcher.h', |
| 191 'child/push_messaging/push_provider.cc', | 193 'child/push_messaging/push_provider.cc', |
| 192 'child/push_messaging/push_provider.h', | 194 'child/push_messaging/push_provider.h', |
| 193 'child/quota_dispatcher.cc', | 195 'child/quota_dispatcher.cc', |
| 194 'child/quota_dispatcher.h', | 196 'child/quota_dispatcher.h', |
| 195 'child/quota_message_filter.cc', | 197 'child/quota_message_filter.cc', |
| 196 'child/quota_message_filter.h', | 198 'child/quota_message_filter.h', |
| 197 'child/request_extra_data.cc', | 199 'child/request_extra_data.cc', |
| 198 'child/request_extra_data.h', | 200 'child/request_extra_data.h', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 'child/npapi/webplugin_delegate_impl_mac.mm', | 335 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 334 ], | 336 ], |
| 335 }], | 337 }], |
| 336 ['OS=="win"', { | 338 ['OS=="win"', { |
| 337 'sources!': [ | 339 'sources!': [ |
| 338 'child/npapi/webplugin_delegate_impl_aura.cc', | 340 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 339 ], | 341 ], |
| 340 }], | 342 }], |
| 341 ], | 343 ], |
| 342 } | 344 } |
| OLD | NEW |