summaryrefslogtreecommitdiffstats
path: root/extensions/components/javascript_dialog_extensions_client.gypi
blob: 40d10298341513e233801186dbd3240750ace6e8 (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
# Copyright 2014 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': 'javascript_dialog_extensions_client',
      'type': 'static_library',
      'dependencies': [
        '../../components/components.gyp:app_modal_dialogs',
        '../../skia/skia.gyp:skia',
        '../extensions.gyp:extensions_browser',
        '../extensions.gyp:extensions_common',
      ],
      'include_dirs': [
        '../..',
      ],
      'sources': [
        'javascript_dialog_extensions_client/javascript_dialog_extension_client_impl.cc',
        'javascript_dialog_extensions_client/javascript_dialog_extension_client_impl.h',
      ],
    },
  ],
}