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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'child/npapi/webplugin_delegate.h', | 96 'child/npapi/webplugin_delegate.h', |
97 'child/npapi/webplugin_delegate_impl.cc', | 97 'child/npapi/webplugin_delegate_impl.cc', |
98 'child/npapi/webplugin_delegate_impl.h', | 98 'child/npapi/webplugin_delegate_impl.h', |
99 'child/npapi/webplugin_delegate_impl_android.cc', | 99 'child/npapi/webplugin_delegate_impl_android.cc', |
100 'child/npapi/webplugin_delegate_impl_aura.cc', | 100 'child/npapi/webplugin_delegate_impl_aura.cc', |
101 'child/npapi/webplugin_delegate_impl_gtk.cc', | 101 'child/npapi/webplugin_delegate_impl_gtk.cc', |
102 'child/npapi/webplugin_delegate_impl_mac.mm', | 102 'child/npapi/webplugin_delegate_impl_mac.mm', |
103 'child/npapi/webplugin_delegate_impl_win.cc', | 103 'child/npapi/webplugin_delegate_impl_win.cc', |
104 'child/npapi/webplugin_ime_win.cc', | 104 'child/npapi/webplugin_ime_win.cc', |
105 'child/npapi/webplugin_ime_win.h', | 105 'child/npapi/webplugin_ime_win.h', |
| 106 'child/npapi/webplugin_resource_client.h', |
106 'child/plugin_message_generator.cc', | 107 'child/plugin_message_generator.cc', |
107 'child/plugin_message_generator.h', | 108 'child/plugin_message_generator.h', |
108 'child/plugin_messages.h', | 109 'child/plugin_messages.h', |
109 'child/plugin_param_traits.cc', | 110 'child/plugin_param_traits.cc', |
110 'child/plugin_param_traits.h', | 111 'child/plugin_param_traits.h', |
111 'child/power_monitor_broadcast_source.cc', | 112 'child/power_monitor_broadcast_source.cc', |
112 'child/power_monitor_broadcast_source.h', | 113 'child/power_monitor_broadcast_source.h', |
113 'child/quota_dispatcher.cc', | 114 'child/quota_dispatcher.cc', |
114 'child/quota_dispatcher.h', | 115 'child/quota_dispatcher.h', |
115 'child/quota_message_filter.cc', | 116 'child/quota_message_filter.cc', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'child/npapi/webplugin_delegate_impl_mac.mm', | 172 'child/npapi/webplugin_delegate_impl_mac.mm', |
172 ], | 173 ], |
173 }], | 174 }], |
174 ['use_aura==1 and OS=="win"', { | 175 ['use_aura==1 and OS=="win"', { |
175 'sources!': [ | 176 'sources!': [ |
176 'child/npapi/webplugin_delegate_impl_aura.cc', | 177 'child/npapi/webplugin_delegate_impl_aura.cc', |
177 ], | 178 ], |
178 }], | 179 }], |
179 ], | 180 ], |
180 } | 181 } |
OLD | NEW |