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 '../mojo/mojo_base.gyp:mojo_application_bindings', | 9 '../mojo/mojo_base.gyp:mojo_application_bindings', |
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 10 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 'child/webmessageportchannel_impl.cc', | 229 'child/webmessageportchannel_impl.cc', |
230 'child/webmessageportchannel_impl.h', | 230 'child/webmessageportchannel_impl.h', |
231 'child/websocket_bridge.cc', | 231 'child/websocket_bridge.cc', |
232 'child/websocket_bridge.h', | 232 'child/websocket_bridge.h', |
233 'child/websocket_dispatcher.cc', | 233 'child/websocket_dispatcher.cc', |
234 'child/websocket_dispatcher.h', | 234 'child/websocket_dispatcher.h', |
235 'child/webthemeengine_impl_android.cc', | 235 'child/webthemeengine_impl_android.cc', |
236 'child/webthemeengine_impl_android.h', | 236 'child/webthemeengine_impl_android.h', |
237 'child/webthemeengine_impl_default.cc', | 237 'child/webthemeengine_impl_default.cc', |
238 'child/webthemeengine_impl_default.h', | 238 'child/webthemeengine_impl_default.h', |
239 'child/webthemeengine_impl_mac.cc', | |
240 'child/webthemeengine_impl_mac.h', | 239 'child/webthemeengine_impl_mac.h', |
241 'child/webthread_impl.cc', | 240 'child/webthread_impl.cc', |
242 'child/webthread_impl.h', | 241 'child/webthread_impl.h', |
243 'child/weburlresponse_extradata_impl.cc', | 242 'child/weburlresponse_extradata_impl.cc', |
244 'child/weburlresponse_extradata_impl.h', | 243 'child/weburlresponse_extradata_impl.h', |
245 'child/worker_task_runner.cc', | 244 'child/worker_task_runner.cc', |
246 'child/worker_task_runner.h', | 245 'child/worker_task_runner.h', |
247 'child/worker_thread_task_runner.cc', | 246 'child/worker_thread_task_runner.cc', |
248 'child/worker_thread_task_runner.h', | 247 'child/worker_thread_task_runner.h', |
249 ], | 248 ], |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 }, { | 359 }, { |
361 'dependencies': [ | 360 'dependencies': [ |
362 '../third_party/nss/nss.gyp:nspr', | 361 '../third_party/nss/nss.gyp:nspr', |
363 '../third_party/nss/nss.gyp:nss', | 362 '../third_party/nss/nss.gyp:nss', |
364 ], | 363 ], |
365 }], | 364 }], |
366 ], | 365 ], |
367 }], | 366 }], |
368 ], | 367 ], |
369 } | 368 } |
OLD | NEW |