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