| 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/ui.gyp:ui', | 10 '../ui/ui.gyp:ui', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'child/npapi/plugin_lib.cc', | 82 'child/npapi/plugin_lib.cc', |
| 83 'child/npapi/plugin_lib.h', | 83 'child/npapi/plugin_lib.h', |
| 84 'child/npapi/plugin_stream.cc', | 84 'child/npapi/plugin_stream.cc', |
| 85 'child/npapi/plugin_stream.h', | 85 'child/npapi/plugin_stream.h', |
| 86 'child/npapi/plugin_stream_posix.cc', | 86 'child/npapi/plugin_stream_posix.cc', |
| 87 'child/npapi/plugin_stream_url.cc', | 87 'child/npapi/plugin_stream_url.cc', |
| 88 'child/npapi/plugin_stream_url.h', | 88 'child/npapi/plugin_stream_url.h', |
| 89 'child/npapi/plugin_stream_win.cc', | 89 'child/npapi/plugin_stream_win.cc', |
| 90 'child/npapi/plugin_string_stream.cc', | 90 'child/npapi/plugin_string_stream.cc', |
| 91 'child/npapi/plugin_string_stream.h', | 91 'child/npapi/plugin_string_stream.h', |
| 92 'child/npapi/plugin_url_fetcher.cc', |
| 93 'child/npapi/plugin_url_fetcher.h', |
| 92 'child/npapi/plugin_web_event_converter_mac.h', | 94 'child/npapi/plugin_web_event_converter_mac.h', |
| 93 'child/npapi/plugin_web_event_converter_mac.mm', | 95 'child/npapi/plugin_web_event_converter_mac.mm', |
| 94 'child/npapi/webplugin.h', | 96 'child/npapi/webplugin.h', |
| 95 'child/npapi/webplugin_accelerated_surface_mac.h', | 97 'child/npapi/webplugin_accelerated_surface_mac.h', |
| 96 'child/npapi/webplugin_delegate.h', | 98 'child/npapi/webplugin_delegate.h', |
| 97 'child/npapi/webplugin_delegate_impl.cc', | 99 'child/npapi/webplugin_delegate_impl.cc', |
| 98 'child/npapi/webplugin_delegate_impl.h', | 100 'child/npapi/webplugin_delegate_impl.h', |
| 99 'child/npapi/webplugin_delegate_impl_android.cc', | 101 'child/npapi/webplugin_delegate_impl_android.cc', |
| 100 'child/npapi/webplugin_delegate_impl_aura.cc', | 102 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 101 'child/npapi/webplugin_delegate_impl_gtk.cc', | 103 'child/npapi/webplugin_delegate_impl_gtk.cc', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'child/npapi/webplugin_delegate_impl_mac.mm', | 174 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 173 ], | 175 ], |
| 174 }], | 176 }], |
| 175 ['use_aura==1 and OS=="win"', { | 177 ['use_aura==1 and OS=="win"', { |
| 176 'sources!': [ | 178 'sources!': [ |
| 177 'child/npapi/webplugin_delegate_impl_aura.cc', | 179 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 178 ], | 180 ], |
| 179 }], | 181 }], |
| 180 ], | 182 ], |
| 181 } | 183 } |
| OLD | NEW |