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 '../ui/ui.gyp:ui', | 9 '../ui/ui.gyp:ui', |
10 '../url/url.gyp:url_lib', | 10 '../url/url.gyp:url_lib', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'child/indexed_db/indexed_db_dispatcher.cc', | 48 'child/indexed_db/indexed_db_dispatcher.cc', |
49 'child/indexed_db/indexed_db_dispatcher.h', | 49 'child/indexed_db/indexed_db_dispatcher.h', |
50 'child/indexed_db/indexed_db_message_filter.cc', | 50 'child/indexed_db/indexed_db_message_filter.cc', |
51 'child/indexed_db/indexed_db_message_filter.h', | 51 'child/indexed_db/indexed_db_message_filter.h', |
52 'child/indexed_db/proxy_webidbcursor_impl.cc', | 52 'child/indexed_db/proxy_webidbcursor_impl.cc', |
53 'child/indexed_db/proxy_webidbcursor_impl.h', | 53 'child/indexed_db/proxy_webidbcursor_impl.h', |
54 'child/indexed_db/proxy_webidbdatabase_impl.cc', | 54 'child/indexed_db/proxy_webidbdatabase_impl.cc', |
55 'child/indexed_db/proxy_webidbdatabase_impl.h', | 55 'child/indexed_db/proxy_webidbdatabase_impl.h', |
56 'child/indexed_db/proxy_webidbfactory_impl.cc', | 56 'child/indexed_db/proxy_webidbfactory_impl.cc', |
57 'child/indexed_db/proxy_webidbfactory_impl.h', | 57 'child/indexed_db/proxy_webidbfactory_impl.h', |
| 58 'child/npapi/np_channel_base.cc', |
| 59 'child/npapi/np_channel_base.h', |
| 60 'child/npapi/npobject_base.h', |
| 61 'child/npapi/npobject_proxy.cc', |
| 62 'child/npapi/npobject_proxy.h', |
| 63 'child/npapi/npruntime_util.cc', |
| 64 'child/npapi/npruntime_util.h', |
| 65 'child/npapi/npobject_stub.cc', |
| 66 'child/npapi/npobject_stub.h', |
| 67 'child/npapi/npobject_util.cc', |
| 68 'child/npapi/npobject_util.h', |
58 'child/npapi/plugin_host.cc', | 69 'child/npapi/plugin_host.cc', |
59 'child/npapi/plugin_host.h', | 70 'child/npapi/plugin_host.h', |
60 'child/npapi/plugin_instance.cc', | 71 'child/npapi/plugin_instance.cc', |
61 'child/npapi/plugin_instance.h', | 72 'child/npapi/plugin_instance.h', |
62 'child/npapi/plugin_instance_mac.mm', | 73 'child/npapi/plugin_instance_mac.mm', |
63 'child/npapi/plugin_lib.cc', | 74 'child/npapi/plugin_lib.cc', |
64 'child/npapi/plugin_lib.h', | 75 'child/npapi/plugin_lib.h', |
65 'child/npapi/plugin_stream.cc', | 76 'child/npapi/plugin_stream.cc', |
66 'child/npapi/plugin_stream.h', | 77 'child/npapi/plugin_stream.h', |
67 'child/npapi/plugin_stream_posix.cc', | 78 'child/npapi/plugin_stream_posix.cc', |
68 'child/npapi/plugin_stream_url.cc', | 79 'child/npapi/plugin_stream_url.cc', |
69 'child/npapi/plugin_stream_url.h', | 80 'child/npapi/plugin_stream_url.h', |
70 'child/npapi/plugin_stream_win.cc', | 81 'child/npapi/plugin_stream_win.cc', |
71 'child/npapi/plugin_string_stream.cc', | 82 'child/npapi/plugin_string_stream.cc', |
72 'child/npapi/plugin_string_stream.h', | 83 'child/npapi/plugin_string_stream.h', |
73 'child/npapi/plugin_web_event_converter_mac.h', | 84 'child/npapi/plugin_web_event_converter_mac.h', |
74 'child/npapi/plugin_web_event_converter_mac.mm', | 85 'child/npapi/plugin_web_event_converter_mac.mm', |
75 'child/npapi/webplugin.h', | 86 'child/npapi/webplugin.h', |
76 'child/npapi/webplugin_accelerated_surface_mac.h', | 87 'child/npapi/webplugin_accelerated_surface_mac.h', |
77 'child/npapi/webplugin_delegate.h', | 88 'child/npapi/webplugin_delegate.h', |
78 'child/npapi/webplugin_delegate_impl.cc', | 89 'child/npapi/webplugin_delegate_impl.cc', |
79 'child/npapi/webplugin_delegate_impl.h', | 90 'child/npapi/webplugin_delegate_impl.h', |
80 'child/npapi/webplugin_delegate_impl_android.cc', | 91 'child/npapi/webplugin_delegate_impl_android.cc', |
81 'child/npapi/webplugin_delegate_impl_aura.cc', | 92 'child/npapi/webplugin_delegate_impl_aura.cc', |
82 'child/npapi/webplugin_delegate_impl_gtk.cc', | 93 'child/npapi/webplugin_delegate_impl_gtk.cc', |
83 'child/npapi/webplugin_delegate_impl_mac.mm', | 94 'child/npapi/webplugin_delegate_impl_mac.mm', |
84 'child/npapi/webplugin_delegate_impl_win.cc', | 95 'child/npapi/webplugin_delegate_impl_win.cc', |
85 'child/npapi/webplugin_ime_win.cc', | 96 'child/npapi/webplugin_ime_win.cc', |
86 'child/npapi/webplugin_ime_win.h', | 97 'child/npapi/webplugin_ime_win.h', |
87 'child/np_channel_base.cc', | |
88 'child/np_channel_base.h', | |
89 'child/npobject_base.h', | |
90 'child/npobject_proxy.cc', | |
91 'child/npobject_proxy.h', | |
92 'child/npruntime_util.cc', | |
93 'child/npruntime_util.h', | |
94 'child/npobject_stub.cc', | |
95 'child/npobject_stub.h', | |
96 'child/npobject_util.cc', | |
97 'child/npobject_util.h', | |
98 'child/plugin_message_generator.cc', | 98 'child/plugin_message_generator.cc', |
99 'child/plugin_message_generator.h', | 99 'child/plugin_message_generator.h', |
100 'child/plugin_messages.h', | 100 'child/plugin_messages.h', |
101 'child/plugin_param_traits.cc', | 101 'child/plugin_param_traits.cc', |
102 'child/plugin_param_traits.h', | 102 'child/plugin_param_traits.h', |
103 'child/quota_dispatcher.cc', | 103 'child/quota_dispatcher.cc', |
104 'child/quota_dispatcher.h', | 104 'child/quota_dispatcher.h', |
105 'child/request_extra_data.cc', | 105 'child/request_extra_data.cc', |
106 'child/request_extra_data.h', | 106 'child/request_extra_data.h', |
107 'child/resource_dispatcher.cc', | 107 'child/resource_dispatcher.cc', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 'child/npapi/webplugin_delegate_impl_mac.mm', | 146 'child/npapi/webplugin_delegate_impl_mac.mm', |
147 ], | 147 ], |
148 }], | 148 }], |
149 ['use_aura==1 and OS=="win"', { | 149 ['use_aura==1 and OS=="win"', { |
150 'sources!': [ | 150 'sources!': [ |
151 'child/npapi/webplugin_delegate_impl_aura.cc', | 151 'child/npapi/webplugin_delegate_impl_aura.cc', |
152 ], | 152 ], |
153 }], | 153 }], |
154 ], | 154 ], |
155 } | 155 } |
OLD | NEW |