| 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/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 9 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 10 '../mojo/mojo_base.gyp:mojo_common_lib', | 10 '../mojo/mojo_base.gyp:mojo_common_lib', |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'child/npapi/webplugin_delegate.h', | 156 'child/npapi/webplugin_delegate.h', |
| 157 'child/npapi/webplugin_delegate_impl.cc', | 157 'child/npapi/webplugin_delegate_impl.cc', |
| 158 'child/npapi/webplugin_delegate_impl.h', | 158 'child/npapi/webplugin_delegate_impl.h', |
| 159 'child/npapi/webplugin_delegate_impl_android.cc', | 159 'child/npapi/webplugin_delegate_impl_android.cc', |
| 160 'child/npapi/webplugin_delegate_impl_aura.cc', | 160 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 161 'child/npapi/webplugin_delegate_impl_mac.mm', | 161 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 162 'child/npapi/webplugin_delegate_impl_win.cc', | 162 'child/npapi/webplugin_delegate_impl_win.cc', |
| 163 'child/npapi/webplugin_ime_win.cc', | 163 'child/npapi/webplugin_ime_win.cc', |
| 164 'child/npapi/webplugin_ime_win.h', | 164 'child/npapi/webplugin_ime_win.h', |
| 165 'child/npapi/webplugin_resource_client.h', | 165 'child/npapi/webplugin_resource_client.h', |
| 166 'child/permissions/permission_manager.cc', | 166 'child/permissions/permission_dispatcher.cc', |
| 167 'child/permissions/permission_manager.h', | 167 'child/permissions/permission_dispatcher.h', |
| 168 'child/permissions/permission_manager_thread_proxy.cc', | 168 'child/permissions/permission_dispatcher_thread_proxy.cc', |
| 169 'child/permissions/permission_manager_thread_proxy.h', | 169 'child/permissions/permission_dispatcher_thread_proxy.h', |
| 170 'child/plugin_message_generator.cc', | 170 'child/plugin_message_generator.cc', |
| 171 'child/plugin_message_generator.h', | 171 'child/plugin_message_generator.h', |
| 172 'child/plugin_messages.h', | 172 'child/plugin_messages.h', |
| 173 'child/plugin_param_traits.cc', | 173 'child/plugin_param_traits.cc', |
| 174 'child/plugin_param_traits.h', | 174 'child/plugin_param_traits.h', |
| 175 'child/power_monitor_broadcast_source.cc', | 175 'child/power_monitor_broadcast_source.cc', |
| 176 'child/power_monitor_broadcast_source.h', | 176 'child/power_monitor_broadcast_source.h', |
| 177 'child/push_messaging/push_dispatcher.cc', | 177 'child/push_messaging/push_dispatcher.cc', |
| 178 'child/push_messaging/push_dispatcher.h', | 178 'child/push_messaging/push_dispatcher.h', |
| 179 'child/push_messaging/push_provider.cc', | 179 'child/push_messaging/push_provider.cc', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 }, { | 402 }, { |
| 403 'dependencies': [ | 403 'dependencies': [ |
| 404 '../third_party/nss/nss.gyp:nspr', | 404 '../third_party/nss/nss.gyp:nspr', |
| 405 '../third_party/nss/nss.gyp:nss', | 405 '../third_party/nss/nss.gyp:nss', |
| 406 ], | 406 ], |
| 407 }], | 407 }], |
| 408 ], | 408 ], |
| 409 }], | 409 }], |
| 410 ], | 410 ], |
| 411 } | 411 } |
| OLD | NEW |