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 'build_newlib': 1, | |
38 'build_glibc': 0, | |
Mark Seaborn
2013/12/18 21:07:57
Is there a specific reason to disable this on glib
scheib
2013/12/19 01:31:37
Comment added.
The AppBackgroundPageNaClTest fixt
| |
39 'build_pnacl_newlib': 0, | |
40 'nexe_destination_dir': 'test_data/ppapi/tests/extensions/background_kee palive', | |
41 'sources': [ | |
42 'background_keepalive/background.cc', | |
43 ], | |
44 'test_files': [ | |
45 'background_keepalive/background.js', | |
46 'background_keepalive/manifest.json', | |
47 ], | |
48 }, | |
49 }, | |
32 ], | 50 ], |
33 } | 51 } |
OLD | NEW |