[email protected] | 6e07d8b7 | 2011-03-14 16:21:05 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
[email protected] | 54f8747 | 2011-09-26 21:11:29 | [diff] [blame] | 6 | 'dependencies': [ |
| 7 | '../base/base.gyp:base', |
| 8 | '../skia/skia.gyp:skia', |
[email protected] | ee582a5 | 2012-05-22 07:38:52 | [diff] [blame] | 9 | '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
[email protected] | 54f8747 | 2011-09-26 21:11:29 | [diff] [blame] | 10 | ], |
| 11 | 'sources': [ |
[email protected] | 55c76bd | 2011-10-07 07:41:04 | [diff] [blame] | 12 | 'worker/shared_worker_devtools_agent.cc', |
| 13 | 'worker/shared_worker_devtools_agent.h', |
[email protected] | 54f8747 | 2011-09-26 21:11:29 | [diff] [blame] | 14 | 'worker/websharedworker_stub.cc', |
| 15 | 'worker/websharedworker_stub.h', |
[email protected] | cd08475 | 2011-12-29 22:45:17 | [diff] [blame] | 16 | 'worker/websharedworkerclient_proxy.cc', |
| 17 | 'worker/websharedworkerclient_proxy.h', |
[email protected] | 54f8747 | 2011-09-26 21:11:29 | [diff] [blame] | 18 | 'worker/worker_main.cc', |
| 19 | 'worker/worker_thread.cc', |
| 20 | 'worker/worker_thread.h', |
| 21 | 'worker/worker_webapplicationcachehost_impl.cc', |
| 22 | 'worker/worker_webapplicationcachehost_impl.h', |
| 23 | 'worker/worker_webkitplatformsupport_impl.cc', |
| 24 | 'worker/worker_webkitplatformsupport_impl.h', |
| 25 | ], |
| 26 | 'include_dirs': [ |
| 27 | '..', |
| 28 | ], |
[email protected] | 6e07d8b7 | 2011-03-14 16:21:05 | [diff] [blame] | 29 | } |