blob: 7e0d0f4ce133c376a3649da21cc5bb08a25614c5 [file] [log] [blame]
# Copyright (c) 2011 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.
# This is all.gyp file for Android to prevent breakage in Android and other
# platform; It will be churning a lot in the short term and eventually be merged
# into all.gyp.
{
'targets': [
{
'target_name': 'All',
'type': 'none',
'dependencies': [
'util/build_util.gyp:*',
'android_builder_tests',
],
}, # target_name: All
{
# The current list of tests for android. This is temporary
# until the full set supported. If adding a new test here,
# please also add it to build/android/run_tests.py
'target_name': 'android_builder_tests',
'type': 'none',
'dependencies': [
'../base/base.gyp:base_unittests',
'../sql/sql.gyp:sql_unittests',
'../ipc/ipc.gyp:ipc_tests',
'../net/net.gyp:net_unittests',
],
},
{
# Experimental / in-progress targets that are expected to fail.
'target_name': 'android_experimental',
'type': 'none',
'dependencies': [
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
],
},
], # targets
}