| OLD | NEW |
| 1 # Use of this source code is governed by a BSD-style license that can be | 1 # Use of this source code is governed by a BSD-style license that can be |
| 2 # found in the LICENSE file. | 2 # found in the LICENSE file. |
| 3 | 3 |
| 4 { | 4 { |
| 5 'dependencies': [ | 5 'dependencies': [ |
| 6 '../base/base.gyp:base', | 6 '../base/base.gyp:base', |
| 7 '../components/mime_util/mime_util.gyp:mime_util', | 7 '../components/mime_util/mime_util.gyp:mime_util', |
| 8 '../components/scheduler/scheduler.gyp:scheduler', | 8 '../components/scheduler/scheduler.gyp:scheduler', |
| 9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'child/web_url_request_util.cc', | 214 'child/web_url_request_util.cc', |
| 215 'child/web_url_request_util.h', | 215 'child/web_url_request_util.h', |
| 216 'child/webfallbackthemeengine_impl.cc', | 216 'child/webfallbackthemeengine_impl.cc', |
| 217 'child/webfallbackthemeengine_impl.h', | 217 'child/webfallbackthemeengine_impl.h', |
| 218 'child/webfileutilities_impl.cc', | 218 'child/webfileutilities_impl.cc', |
| 219 'child/webfileutilities_impl.h', | 219 'child/webfileutilities_impl.h', |
| 220 'child/webmessageportchannel_impl.cc', | 220 'child/webmessageportchannel_impl.cc', |
| 221 'child/webmessageportchannel_impl.h', | 221 'child/webmessageportchannel_impl.h', |
| 222 'child/websocket_bridge.cc', | 222 'child/websocket_bridge.cc', |
| 223 'child/websocket_bridge.h', | 223 'child/websocket_bridge.h', |
| 224 'child/websocket_dispatcher.cc', | |
| 225 'child/websocket_dispatcher.h', | |
| 226 'child/websocket_message_filter.cc', | |
| 227 'child/websocket_message_filter.h', | |
| 228 'child/webthemeengine_impl_android.cc', | 224 'child/webthemeengine_impl_android.cc', |
| 229 'child/webthemeengine_impl_android.h', | 225 'child/webthemeengine_impl_android.h', |
| 230 'child/webthemeengine_impl_default.cc', | 226 'child/webthemeengine_impl_default.cc', |
| 231 'child/webthemeengine_impl_default.h', | 227 'child/webthemeengine_impl_default.h', |
| 232 'child/webthemeengine_impl_mac.h', | 228 'child/webthemeengine_impl_mac.h', |
| 233 'child/weburlresponse_extradata_impl.cc', | 229 'child/weburlresponse_extradata_impl.cc', |
| 234 'child/weburlresponse_extradata_impl.h', | 230 'child/weburlresponse_extradata_impl.h', |
| 235 'child/worker_thread_message_filter.cc', | 231 'child/worker_thread_message_filter.cc', |
| 236 'child/worker_thread_message_filter.h', | 232 'child/worker_thread_message_filter.h', |
| 237 'child/worker_thread_registry.cc', | 233 'child/worker_thread_registry.cc', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 256 '../build/android/ndk.gyp:cpu_features', | 252 '../build/android/ndk.gyp:cpu_features', |
| 257 ], | 253 ], |
| 258 }], | 254 }], |
| 259 ['enable_plugins==0', { | 255 ['enable_plugins==0', { |
| 260 'sources!': [ | 256 'sources!': [ |
| 261 'child/browser_font_resource_trusted.cc', | 257 'child/browser_font_resource_trusted.cc', |
| 262 ], | 258 ], |
| 263 }], | 259 }], |
| 264 ], | 260 ], |
| 265 } | 261 } |
| OLD | NEW |