OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1994 'target_name': 'net_unittests_apk', | 1994 'target_name': 'net_unittests_apk', |
1995 'type': 'none', | 1995 'type': 'none', |
1996 'dependencies': [ | 1996 'dependencies': [ |
1997 '../base/base.gyp:base_java', | 1997 '../base/base.gyp:base_java', |
1998 'net_java', | 1998 'net_java', |
1999 'net_unittests', | 1999 'net_unittests', |
2000 ], | 2000 ], |
2001 'variables': { | 2001 'variables': { |
2002 'test_suite_name': 'net_unittests', | 2002 'test_suite_name': 'net_unittests', |
2003 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)net_unitt
ests<(SHARED_LIB_SUFFIX)', | 2003 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)net_unitt
ests<(SHARED_LIB_SUFFIX)', |
2004 'input_jars_paths': [ | |
2005 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | |
2006 '<(PRODUCT_DIR)/lib.java/chromium_net.jar', | |
2007 ], | |
2008 }, | 2004 }, |
2009 'includes': [ '../build/apk_test.gypi' ], | 2005 'includes': [ '../build/apk_test.gypi' ], |
2010 }, | 2006 }, |
2011 ], | 2007 ], |
2012 }], | 2008 }], |
2013 ['OS=="win"', { | 2009 ['OS=="win"', { |
2014 'targets': [ | 2010 'targets': [ |
2015 { | 2011 { |
2016 # TODO(port): dump_cache is still Windows-specific. | 2012 # TODO(port): dump_cache is still Windows-specific. |
2017 'target_name': 'dump_cache', | 2013 'target_name': 'dump_cache', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2066 '--result', '<@(_outputs)', | 2062 '--result', '<@(_outputs)', |
2067 '--isolate', 'net_unittests.isolate', | 2063 '--isolate', 'net_unittests.isolate', |
2068 ], | 2064 ], |
2069 }, | 2065 }, |
2070 ], | 2066 ], |
2071 }, | 2067 }, |
2072 ], | 2068 ], |
2073 }], | 2069 }], |
2074 ], | 2070 ], |
2075 } | 2071 } |
OLD | NEW |