| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'child/npapi/npobject_util.h', | 146 'child/npapi/npobject_util.h', |
| 147 'child/npapi/npruntime_util.cc', | 147 'child/npapi/npruntime_util.cc', |
| 148 'child/npapi/npruntime_util.h', | 148 'child/npapi/npruntime_util.h', |
| 149 'child/npapi/plugin_host.cc', | 149 'child/npapi/plugin_host.cc', |
| 150 'child/npapi/plugin_host.h', | 150 'child/npapi/plugin_host.h', |
| 151 'child/npapi/plugin_instance.cc', | 151 'child/npapi/plugin_instance.cc', |
| 152 'child/npapi/plugin_instance.h', | 152 'child/npapi/plugin_instance.h', |
| 153 'child/npapi/plugin_instance_mac.mm', | 153 'child/npapi/plugin_instance_mac.mm', |
| 154 'child/npapi/plugin_lib.cc', | 154 'child/npapi/plugin_lib.cc', |
| 155 'child/npapi/plugin_lib.h', | 155 'child/npapi/plugin_lib.h', |
| 156 'child/npapi/plugin_stream.cc', | |
| 157 'child/npapi/plugin_stream.h', | |
| 158 'child/npapi/plugin_stream_posix.cc', | |
| 159 'child/npapi/plugin_stream_url.cc', | |
| 160 'child/npapi/plugin_stream_url.h', | |
| 161 'child/npapi/plugin_stream_win.cc', | |
| 162 'child/npapi/plugin_string_stream.cc', | |
| 163 'child/npapi/plugin_string_stream.h', | |
| 164 'child/npapi/plugin_url_fetcher.cc', | |
| 165 'child/npapi/plugin_url_fetcher.h', | |
| 166 'child/npapi/plugin_web_event_converter_mac.h', | 156 'child/npapi/plugin_web_event_converter_mac.h', |
| 167 'child/npapi/plugin_web_event_converter_mac.mm', | 157 'child/npapi/plugin_web_event_converter_mac.mm', |
| 168 'child/npapi/webplugin.h', | 158 'child/npapi/webplugin.h', |
| 169 'child/npapi/webplugin_accelerated_surface_mac.h', | 159 'child/npapi/webplugin_accelerated_surface_mac.h', |
| 170 'child/npapi/webplugin_delegate.h', | 160 'child/npapi/webplugin_delegate.h', |
| 171 'child/npapi/webplugin_delegate_impl.cc', | 161 'child/npapi/webplugin_delegate_impl.cc', |
| 172 'child/npapi/webplugin_delegate_impl.h', | 162 'child/npapi/webplugin_delegate_impl.h', |
| 173 'child/npapi/webplugin_delegate_impl_android.cc', | 163 'child/npapi/webplugin_delegate_impl_android.cc', |
| 174 'child/npapi/webplugin_delegate_impl_aura.cc', | 164 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 175 'child/npapi/webplugin_delegate_impl_mac.mm', | 165 'child/npapi/webplugin_delegate_impl_mac.mm', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 'child/npapi/webplugin_delegate_impl_mac.mm', | 332 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 343 ], | 333 ], |
| 344 }], | 334 }], |
| 345 ['OS=="win"', { | 335 ['OS=="win"', { |
| 346 'sources!': [ | 336 'sources!': [ |
| 347 'child/npapi/webplugin_delegate_impl_aura.cc', | 337 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 348 ], | 338 ], |
| 349 }], | 339 }], |
| 350 ], | 340 ], |
| 351 } | 341 } |
| OLD | NEW |