| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../mojo/mojo.gyp:mojo_interface_provider_bindings', | 8 '../mojo/mojo.gyp:mojo_service_provider_bindings', |
| 9 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 10 '../third_party/WebKit/public/blink.gyp:blink', | 10 '../third_party/WebKit/public/blink.gyp:blink', |
| 11 ], | 11 ], |
| 12 'sources': [ | 12 'sources': [ |
| 13 'worker/websharedworker_stub.cc', | 13 'worker/websharedworker_stub.cc', |
| 14 'worker/websharedworker_stub.h', | 14 'worker/websharedworker_stub.h', |
| 15 'worker/websharedworkerclient_proxy.cc', | 15 'worker/websharedworkerclient_proxy.cc', |
| 16 'worker/websharedworkerclient_proxy.h', | 16 'worker/websharedworkerclient_proxy.h', |
| 17 'worker/worker_main.cc', | 17 'worker/worker_main.cc', |
| 18 'worker/shared_worker_permission_client_proxy.cc', | 18 'worker/shared_worker_permission_client_proxy.cc', |
| 19 'worker/shared_worker_permission_client_proxy.h', | 19 'worker/shared_worker_permission_client_proxy.h', |
| 20 'worker/worker_thread.cc', | 20 'worker/worker_thread.cc', |
| 21 'worker/worker_thread.h', | 21 'worker/worker_thread.h', |
| 22 'worker/worker_webapplicationcachehost_impl.cc', | 22 'worker/worker_webapplicationcachehost_impl.cc', |
| 23 'worker/worker_webapplicationcachehost_impl.h', | 23 'worker/worker_webapplicationcachehost_impl.h', |
| 24 'worker/worker_webkitplatformsupport_impl.cc', | 24 'worker/worker_webkitplatformsupport_impl.cc', |
| 25 'worker/worker_webkitplatformsupport_impl.h', | 25 'worker/worker_webkitplatformsupport_impl.h', |
| 26 ], | 26 ], |
| 27 'include_dirs': [ | 27 'include_dirs': [ |
| 28 '..', | 28 '..', |
| 29 ], | 29 ], |
| 30 } | 30 } |
| OLD | NEW |