| 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 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 10 '../ui/base/ui_base.gyp:ui_base', | 10 '../ui/base/ui_base.gyp:ui_base', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'child/npapi/plugin_url_fetcher.h', | 109 'child/npapi/plugin_url_fetcher.h', |
| 110 'child/npapi/plugin_web_event_converter_mac.h', | 110 'child/npapi/plugin_web_event_converter_mac.h', |
| 111 'child/npapi/plugin_web_event_converter_mac.mm', | 111 'child/npapi/plugin_web_event_converter_mac.mm', |
| 112 'child/npapi/webplugin.h', | 112 'child/npapi/webplugin.h', |
| 113 'child/npapi/webplugin_accelerated_surface_mac.h', | 113 'child/npapi/webplugin_accelerated_surface_mac.h', |
| 114 'child/npapi/webplugin_delegate.h', | 114 'child/npapi/webplugin_delegate.h', |
| 115 'child/npapi/webplugin_delegate_impl.cc', | 115 'child/npapi/webplugin_delegate_impl.cc', |
| 116 'child/npapi/webplugin_delegate_impl.h', | 116 'child/npapi/webplugin_delegate_impl.h', |
| 117 'child/npapi/webplugin_delegate_impl_android.cc', | 117 'child/npapi/webplugin_delegate_impl_android.cc', |
| 118 'child/npapi/webplugin_delegate_impl_aura.cc', | 118 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 119 'child/npapi/webplugin_delegate_impl_gtk.cc', | |
| 120 'child/npapi/webplugin_delegate_impl_mac.mm', | 119 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 121 'child/npapi/webplugin_delegate_impl_win.cc', | 120 'child/npapi/webplugin_delegate_impl_win.cc', |
| 122 'child/npapi/webplugin_ime_win.cc', | 121 'child/npapi/webplugin_ime_win.cc', |
| 123 'child/npapi/webplugin_ime_win.h', | 122 'child/npapi/webplugin_ime_win.h', |
| 124 'child/npapi/webplugin_resource_client.h', | 123 'child/npapi/webplugin_resource_client.h', |
| 125 'child/plugin_message_generator.cc', | 124 'child/plugin_message_generator.cc', |
| 126 'child/plugin_message_generator.h', | 125 'child/plugin_message_generator.h', |
| 127 'child/plugin_messages.h', | 126 'child/plugin_messages.h', |
| 128 'child/plugin_param_traits.cc', | 127 'child/plugin_param_traits.cc', |
| 129 'child/plugin_param_traits.h', | 128 'child/plugin_param_traits.h', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 }, { | 286 }, { |
| 288 'dependencies': [ | 287 'dependencies': [ |
| 289 '../third_party/nss/nss.gyp:nspr', | 288 '../third_party/nss/nss.gyp:nspr', |
| 290 '../third_party/nss/nss.gyp:nss', | 289 '../third_party/nss/nss.gyp:nss', |
| 291 ], | 290 ], |
| 292 }], | 291 }], |
| 293 ], | 292 ], |
| 294 }], | 293 }], |
| 295 ], | 294 ], |
| 296 } | 295 } |
| OLD | NEW |