cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / tools / android / customtabs_benchmark / customtabs_benchmark.gyp
blob417b856daa8b901b4e236379bc14cdb5f9965b92
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.
5   'targets': [
6     {
7       'target_name': 'customtabs_benchmark_apk',
8       'type': 'none',
9       'variables': {
10         'java_in_dir': '../../../tools/android/customtabs_benchmark/java/',
11         'apk_name': 'CustomTabsBenchmark',
12       },
13       'dependencies': [
14         '../../../third_party/custom_tabs_client/custom_tabs_client.gyp:custom_tabs_support_lib'
15       ],
16       'includes': [ '../../../build/java_apk.gypi' ],
17   }]