OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'includes': [ | 6 'includes': [ |
7 '../../../ppapi/ppapi_nacl_test_common.gypi', | 7 '../../../ppapi/ppapi_nacl_test_common.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 11 matching lines...) Expand all Loading... |
22 '<(DEPTH)/ppapi/tests/test_utils.h', | 22 '<(DEPTH)/ppapi/tests/test_utils.h', |
23 ], | 23 ], |
24 'test_files': [ | 24 'test_files': [ |
25 'socket/controller.js', | 25 'socket/controller.js', |
26 'socket/index.html', | 26 'socket/index.html', |
27 'socket/main.js', | 27 'socket/main.js', |
28 'socket/manifest.json', | 28 'socket/manifest.json', |
29 ], | 29 ], |
30 }, | 30 }, |
31 }, | 31 }, |
32 { | |
33 'target_name': 'ppapi_tests_extensions_background_keepalive', | |
34 'type': 'none', | |
35 'variables': { | |
36 'nexe_target': 'ppapi_tests_extensions_background_keepalive', | |
37 # Only newlib build is used in tests, no need to build others. | |
38 'build_newlib': 1, | |
39 'build_glibc': 0, | |
40 'build_pnacl_newlib': 0, | |
41 'nexe_destination_dir': 'test_data/ppapi/tests/extensions/background_kee
palive', | |
42 'sources': [ | |
43 'background_keepalive/background.cc', | |
44 ], | |
45 'test_files': [ | |
46 'background_keepalive/background.js', | |
47 'background_keepalive/manifest.json', | |
48 ], | |
49 }, | |
50 }, | |
51 ], | 32 ], |
52 } | 33 } |
OLD | NEW |