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', |
11 ], | 11 ], |
12 'include_dirs': [ | 12 'include_dirs': [ |
13 '..', | 13 '..', |
14 ], | 14 ], |
15 'export_dependent_settings': [ | 15 'export_dependent_settings': [ |
16 '../base/base.gyp:base', | 16 '../base/base.gyp:base', |
17 ], | 17 ], |
18 'sources': [ | 18 'sources': [ |
| 19 'public/child/image_decoder_utils.h', |
19 'child/android/child_jni_registrar.cc', | 20 'child/android/child_jni_registrar.cc', |
20 'child/android/child_jni_registrar.h', | 21 'child/android/child_jni_registrar.h', |
21 'child/appcache_backend_proxy.cc', | 22 'child/appcache_backend_proxy.cc', |
22 'child/appcache_backend_proxy.h', | 23 'child/appcache_backend_proxy.h', |
23 'child/appcache_dispatcher.cc', | 24 'child/appcache_dispatcher.cc', |
24 'child/appcache_dispatcher.h', | 25 'child/appcache_dispatcher.h', |
25 'child/child_histogram_message_filter.cc', | 26 'child/child_histogram_message_filter.cc', |
26 'child/child_histogram_message_filter.h', | 27 'child/child_histogram_message_filter.h', |
27 'child/child_process.cc', | 28 'child/child_process.cc', |
28 'child/child_process.h', | 29 'child/child_process.h', |
(...skipping 10 matching lines...) Expand all Loading... |
39 'child/fileapi/webfilesystem_callback_adapters.cc', | 40 'child/fileapi/webfilesystem_callback_adapters.cc', |
40 'child/fileapi/webfilesystem_callback_adapters.h', | 41 'child/fileapi/webfilesystem_callback_adapters.h', |
41 'child/fileapi/webfilesystem_impl.cc', | 42 'child/fileapi/webfilesystem_impl.cc', |
42 'child/fileapi/webfilesystem_impl.h', | 43 'child/fileapi/webfilesystem_impl.h', |
43 'child/fileapi/webfilewriter_impl.cc', | 44 'child/fileapi/webfilewriter_impl.cc', |
44 'child/fileapi/webfilewriter_impl.h', | 45 'child/fileapi/webfilewriter_impl.h', |
45 'child/image_decoder.cc', | 46 'child/image_decoder.cc', |
46 'child/image_decoder.h', | 47 'child/image_decoder.h', |
47 'child/indexed_db/indexed_db_dispatcher.cc', | 48 'child/indexed_db/indexed_db_dispatcher.cc', |
48 'child/indexed_db/indexed_db_dispatcher.h', | 49 'child/indexed_db/indexed_db_dispatcher.h', |
| 50 'child/indexed_db/indexed_db_message_filter.cc', |
| 51 'child/indexed_db/indexed_db_message_filter.h', |
49 'child/indexed_db/indexed_db_key_builders.cc', | 52 'child/indexed_db/indexed_db_key_builders.cc', |
50 'child/indexed_db/indexed_db_key_builders.h', | 53 'child/indexed_db/indexed_db_key_builders.h', |
51 'child/indexed_db/indexed_db_message_filter.cc', | |
52 'child/indexed_db/indexed_db_message_filter.h', | |
53 'child/indexed_db/proxy_webidbcursor_impl.cc', | 54 'child/indexed_db/proxy_webidbcursor_impl.cc', |
54 'child/indexed_db/proxy_webidbcursor_impl.h', | 55 'child/indexed_db/proxy_webidbcursor_impl.h', |
55 'child/indexed_db/proxy_webidbdatabase_impl.cc', | 56 'child/indexed_db/proxy_webidbdatabase_impl.cc', |
56 'child/indexed_db/proxy_webidbdatabase_impl.h', | 57 'child/indexed_db/proxy_webidbdatabase_impl.h', |
57 'child/indexed_db/proxy_webidbfactory_impl.cc', | 58 'child/indexed_db/proxy_webidbfactory_impl.cc', |
58 'child/indexed_db/proxy_webidbfactory_impl.h', | 59 'child/indexed_db/proxy_webidbfactory_impl.h', |
59 'child/npapi/np_channel_base.cc', | 60 'child/npapi/np_channel_base.cc', |
60 'child/npapi/np_channel_base.h', | 61 'child/npapi/np_channel_base.h', |
61 'child/npapi/npobject_base.h', | 62 'child/npapi/npobject_base.h', |
62 'child/npapi/npobject_proxy.cc', | 63 'child/npapi/npobject_proxy.cc', |
63 'child/npapi/npobject_proxy.h', | 64 'child/npapi/npobject_proxy.h', |
| 65 'child/npapi/npruntime_util.cc', |
| 66 'child/npapi/npruntime_util.h', |
64 'child/npapi/npobject_stub.cc', | 67 'child/npapi/npobject_stub.cc', |
65 'child/npapi/npobject_stub.h', | 68 'child/npapi/npobject_stub.h', |
66 'child/npapi/npobject_util.cc', | 69 'child/npapi/npobject_util.cc', |
67 'child/npapi/npobject_util.h', | 70 'child/npapi/npobject_util.h', |
68 'child/npapi/npruntime_util.cc', | |
69 'child/npapi/npruntime_util.h', | |
70 'child/npapi/plugin_host.cc', | 71 'child/npapi/plugin_host.cc', |
71 'child/npapi/plugin_host.h', | 72 'child/npapi/plugin_host.h', |
72 'child/npapi/plugin_instance.cc', | 73 'child/npapi/plugin_instance.cc', |
73 'child/npapi/plugin_instance.h', | 74 'child/npapi/plugin_instance.h', |
74 'child/npapi/plugin_instance_mac.mm', | 75 'child/npapi/plugin_instance_mac.mm', |
75 'child/npapi/plugin_lib.cc', | 76 'child/npapi/plugin_lib.cc', |
76 'child/npapi/plugin_lib.h', | 77 'child/npapi/plugin_lib.h', |
77 'child/npapi/plugin_stream.cc', | 78 'child/npapi/plugin_stream.cc', |
78 'child/npapi/plugin_stream.h', | 79 'child/npapi/plugin_stream.h', |
79 'child/npapi/plugin_stream_posix.cc', | 80 'child/npapi/plugin_stream_posix.cc', |
(...skipping 26 matching lines...) Expand all Loading... |
106 'child/request_extra_data.cc', | 107 'child/request_extra_data.cc', |
107 'child/request_extra_data.h', | 108 'child/request_extra_data.h', |
108 'child/resource_dispatcher.cc', | 109 'child/resource_dispatcher.cc', |
109 'child/resource_dispatcher.h', | 110 'child/resource_dispatcher.h', |
110 'child/runtime_features.cc', | 111 'child/runtime_features.cc', |
111 'child/runtime_features.h', | 112 'child/runtime_features.h', |
112 'child/socket_stream_dispatcher.cc', | 113 'child/socket_stream_dispatcher.cc', |
113 'child/socket_stream_dispatcher.h', | 114 'child/socket_stream_dispatcher.h', |
114 'child/thread_safe_sender.cc', | 115 'child/thread_safe_sender.cc', |
115 'child/thread_safe_sender.h', | 116 'child/thread_safe_sender.h', |
| 117 'child/webblobregistry_impl.cc', |
| 118 'child/webblobregistry_impl.h', |
116 'child/web_database_observer_impl.cc', | 119 'child/web_database_observer_impl.cc', |
117 'child/web_database_observer_impl.h', | 120 'child/web_database_observer_impl.h', |
118 'child/webblobregistry_impl.cc', | |
119 'child/webblobregistry_impl.h', | |
120 'child/webkitplatformsupport_impl.cc', | 121 'child/webkitplatformsupport_impl.cc', |
121 'child/webkitplatformsupport_impl.h', | 122 'child/webkitplatformsupport_impl.h', |
122 'child/webmessageportchannel_impl.cc', | 123 'child/webmessageportchannel_impl.cc', |
123 'child/webmessageportchannel_impl.h', | 124 'child/webmessageportchannel_impl.h', |
124 'public/child/image_decoder_utils.h', | |
125 'public/child/resource_dispatcher_delegate.h', | |
126 ], | 125 ], |
127 'conditions': [ | 126 'conditions': [ |
128 ['OS=="android"', { | 127 ['OS=="android"', { |
129 'includes': [ | 128 'includes': [ |
130 '../build/android/cpufeatures.gypi', | 129 '../build/android/cpufeatures.gypi', |
131 ], | 130 ], |
132 }], | 131 }], |
133 ['OS=="ios"', { | 132 ['OS=="ios"', { |
134 'sources/': [ | 133 'sources/': [ |
135 # iOS only needs a small portion of content; exclude all the | 134 # iOS only needs a small portion of content; exclude all the |
(...skipping 13 matching lines...) Expand all Loading... |
149 'child/npapi/webplugin_delegate_impl_mac.mm', | 148 'child/npapi/webplugin_delegate_impl_mac.mm', |
150 ], | 149 ], |
151 }], | 150 }], |
152 ['use_aura==1 and OS=="win"', { | 151 ['use_aura==1 and OS=="win"', { |
153 'sources!': [ | 152 'sources!': [ |
154 'child/npapi/webplugin_delegate_impl_aura.cc', | 153 'child/npapi/webplugin_delegate_impl_aura.cc', |
155 ], | 154 ], |
156 }], | 155 }], |
157 ], | 156 ], |
158 } | 157 } |
OLD | NEW |