summaryrefslogtreecommitdiffstats
path: root/content/content_worker.gypi
blob: 7ac57fef772c2d978cbfbdd067f039571342b3ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'targets': [
    {
      'target_name': 'content_worker',
      'type': 'static_library',
      'dependencies': [
        'content_common',
        '../base/base.gyp:base',
        '../skia/skia.gyp:skia',
        '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
      ],
      'sources': [
        'worker/websharedworker_stub.cc',
        'worker/websharedworker_stub.h',
        'worker/webworker_stub_base.cc',
        'worker/webworker_stub_base.h',
        'worker/webworker_stub.cc',
        'worker/webworker_stub.h',
        'worker/webworkerclient_proxy.cc',
        'worker/webworkerclient_proxy.h',
        'worker/worker_devtools_agent.cc',
        'worker/worker_devtools_agent.h',
        'worker/worker_main.cc',
        'worker/worker_thread.cc',
        'worker/worker_thread.h',
        'worker/worker_webapplicationcachehost_impl.cc',
        'worker/worker_webapplicationcachehost_impl.h',
        'worker/worker_webkitplatformsupport_impl.cc',
        'worker/worker_webkitplatformsupport_impl.h',
      ],
      'include_dirs': [
        '..',
      ],
    },
  ],
}