| 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/gfx/gfx.gyp:gfx', | 10 '../ui/gfx/gfx.gyp:gfx', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'child/socket_stream_dispatcher.cc', | 142 'child/socket_stream_dispatcher.cc', |
| 143 'child/socket_stream_dispatcher.h', | 143 'child/socket_stream_dispatcher.h', |
| 144 'child/thread_safe_sender.cc', | 144 'child/thread_safe_sender.cc', |
| 145 'child/thread_safe_sender.h', | 145 'child/thread_safe_sender.h', |
| 146 'child/web_database_observer_impl.cc', | 146 'child/web_database_observer_impl.cc', |
| 147 'child/web_database_observer_impl.h', | 147 'child/web_database_observer_impl.h', |
| 148 'child/webblobregistry_impl.cc', | 148 'child/webblobregistry_impl.cc', |
| 149 'child/webblobregistry_impl.h', | 149 'child/webblobregistry_impl.h', |
| 150 'child/webkitplatformsupport_impl.cc', | 150 'child/webkitplatformsupport_impl.cc', |
| 151 'child/webkitplatformsupport_impl.h', | 151 'child/webkitplatformsupport_impl.h', |
| 152 'child/webkitplatformsupport_child_impl.cc', |
| 153 'child/webkitplatformsupport_child_impl.h', |
| 152 'child/webmessageportchannel_impl.cc', | 154 'child/webmessageportchannel_impl.cc', |
| 153 'child/webmessageportchannel_impl.h', | 155 'child/webmessageportchannel_impl.h', |
| 154 'child/websocket_bridge.cc', | 156 'child/websocket_bridge.cc', |
| 155 'child/websocket_bridge.h', | 157 'child/websocket_bridge.h', |
| 156 'child/websocket_dispatcher.cc', | 158 'child/websocket_dispatcher.cc', |
| 157 'child/websocket_dispatcher.h', | 159 'child/websocket_dispatcher.h', |
| 158 'child/worker_thread_task_runner.cc', | 160 'child/worker_thread_task_runner.cc', |
| 159 'child/worker_thread_task_runner.h', | 161 'child/worker_thread_task_runner.h', |
| 160 'public/child/image_decoder_utils.h', | 162 'public/child/image_decoder_utils.h', |
| 161 'public/child/resource_dispatcher_delegate.h', | 163 'public/child/resource_dispatcher_delegate.h', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'child/npapi/webplugin_delegate_impl_mac.mm', | 196 'child/npapi/webplugin_delegate_impl_mac.mm', |
| 195 ], | 197 ], |
| 196 }], | 198 }], |
| 197 ['OS=="win"', { | 199 ['OS=="win"', { |
| 198 'sources!': [ | 200 'sources!': [ |
| 199 'child/npapi/webplugin_delegate_impl_aura.cc', | 201 'child/npapi/webplugin_delegate_impl_aura.cc', |
| 200 ], | 202 ], |
| 201 }], | 203 }], |
| 202 ], | 204 ], |
| 203 } | 205 } |
| OLD | NEW |