Move push endpoint concatenation up to the browser process.
[chromium-blink-merge.git] / testing / android / appurify_support.gyp
blob2904368e72debfd29981470f2c3ea4ff4f924f1a
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'conditions': [
7     ['OS=="android"', {
8       'targets': [
9         {
10           'target_name': 'appurify_support_java',
11           'type': 'none',
12           'variables': {
13             'java_in_dir': '../../testing/android/appurify_support/java',
14           },
15           'includes': [
16             '../../build/java.gypi',
17           ],
18         },
19       ],
20     }],
21   ],