summaryrefslogtreecommitdiff
path: root/chromium/sync/sync_android.gypi
blob: bdeb2e4d78736b5ff722e3a36c75421e77fff77b (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 2013 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.

{
  'conditions': [
    ['OS == "android"', {
      'targets': [
        {
          'target_name': 'sync_java',
          'type': 'none',
          'variables': {
            'java_in_dir': '../sync/android/java',
            'jni_generator_ptr_type': 'long',
          },
          'dependencies': [
            '../base/base.gyp:base_java',
            '../base/base.gyp:base_java_test_support',
            '../net/net.gyp:net_java',
            '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_javalib',
            '../third_party/guava/guava.gyp:guava_javalib',
            '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
          ],
          'includes': [ '../build/java.gypi' ],
        },
      ],
    }],
  ],
}