| 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_environment_chromium', | 9 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings', | 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'child/webmessageportchannel_impl.cc', | 233 'child/webmessageportchannel_impl.cc', |
| 234 'child/webmessageportchannel_impl.h', | 234 'child/webmessageportchannel_impl.h', |
| 235 'child/websocket_bridge.cc', | 235 'child/websocket_bridge.cc', |
| 236 'child/websocket_bridge.h', | 236 'child/websocket_bridge.h', |
| 237 'child/websocket_dispatcher.cc', | 237 'child/websocket_dispatcher.cc', |
| 238 'child/websocket_dispatcher.h', | 238 'child/websocket_dispatcher.h', |
| 239 'child/webthemeengine_impl_android.cc', | 239 'child/webthemeengine_impl_android.cc', |
| 240 'child/webthemeengine_impl_android.h', | 240 'child/webthemeengine_impl_android.h', |
| 241 'child/webthemeengine_impl_default.cc', | 241 'child/webthemeengine_impl_default.cc', |
| 242 'child/webthemeengine_impl_default.h', | 242 'child/webthemeengine_impl_default.h', |
| 243 'child/webthemeengine_impl_mac.cc', | |
| 244 'child/webthemeengine_impl_mac.h', | 243 'child/webthemeengine_impl_mac.h', |
| 245 'child/webthread_impl.cc', | 244 'child/webthread_impl.cc', |
| 246 'child/webthread_impl.h', | 245 'child/webthread_impl.h', |
| 247 'child/weburlresponse_extradata_impl.cc', | 246 'child/weburlresponse_extradata_impl.cc', |
| 248 'child/weburlresponse_extradata_impl.h', | 247 'child/weburlresponse_extradata_impl.h', |
| 249 'child/worker_task_runner.cc', | 248 'child/worker_task_runner.cc', |
| 250 'child/worker_task_runner.h', | 249 'child/worker_task_runner.h', |
| 251 'child/worker_thread_task_runner.cc', | 250 'child/worker_thread_task_runner.cc', |
| 252 'child/worker_thread_task_runner.h', | 251 'child/worker_thread_task_runner.h', |
| 253 ], | 252 ], |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 }, { | 362 }, { |
| 364 'dependencies': [ | 363 'dependencies': [ |
| 365 '../third_party/nss/nss.gyp:nspr', | 364 '../third_party/nss/nss.gyp:nspr', |
| 366 '../third_party/nss/nss.gyp:nss', | 365 '../third_party/nss/nss.gyp:nss', |
| 367 ], | 366 ], |
| 368 }], | 367 }], |
| 369 ], | 368 ], |
| 370 }], | 369 }], |
| 371 ], | 370 ], |
| 372 } | 371 } |
| OLD | NEW |