blob: a5f6766c6caf7a1916e44db95ffbb235c03d0f3f [file] [log] [blame]
[email protected]6e07d8b72011-03-14 16:21:051# 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]54f87472011-09-26 21:11:296 'dependencies': [
7 '../base/base.gyp:base',
8 '../skia/skia.gyp:skia',
[email protected]ee582a52012-05-22 07:38:529 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
[email protected]54f87472011-09-26 21:11:2910 ],
11 'sources': [
[email protected]55c76bd2011-10-07 07:41:0412 'worker/shared_worker_devtools_agent.cc',
13 'worker/shared_worker_devtools_agent.h',
[email protected]54f87472011-09-26 21:11:2914 'worker/websharedworker_stub.cc',
15 'worker/websharedworker_stub.h',
[email protected]cd084752011-12-29 22:45:1716 'worker/websharedworkerclient_proxy.cc',
17 'worker/websharedworkerclient_proxy.h',
[email protected]54f87472011-09-26 21:11:2918 '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]6e07d8b72011-03-14 16:21:0529}