summaryrefslogtreecommitdiffstats
path: root/webkit/base/webkit_base.gypi
blob: bb5dfd2fb736531109ca8a1a32d824b313f58f1c (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
# Copyright (c) 2012 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': 'webkit_base',
      'type': '<(component)',
      'variables': { 'enable_wexit_time_destructors': 1, },
      'dependencies': [
        '<(DEPTH)/base/base.gyp:base',
        '<(DEPTH)/net/net.gyp:net',
        '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
        '<(DEPTH)/url/url.gyp:url_lib',
      ],
      'defines': ['WEBKIT_BASE_IMPLEMENTATION'],
      'sources': [
        'data_element.cc',
        'data_element.h',
        'file_path_string_conversions.cc',
        'file_path_string_conversions.h',
        'origin_url_conversions.cc',
        'origin_url_conversions.h',
        'webkit_base_export.h',
      ],
    },
  ],
}