summaryrefslogtreecommitdiffstats
path: root/chrome/browser/component/components.gyp
blob: 3088d9612cfad1d9e3070199369a911e5f8a1a76 (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.

{
  'includes': [
    'web_contents_delegate_android/web_contents_delegate_android.gypi'
  ],

  'conditions': [
    ['OS=="android"', {
      'targets': [
        {
          'target_name': 'browser_component_jni_headers',
          'type': 'none',
          'sources': [
            '../../android/java/src/org/chromium/chrome/browser/component/web_contents_delegate_android/WebContentsDelegateAndroid.java',
          ],
          'variables': {
            'jni_gen_dir': 'chrome/browser_component',
          },
          'includes': [ '../../../build/jni_generator.gypi' ],
        },
      ],
    }],
  ],
}