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 trusted_scons_files = [ | 6 trusted_scons_files = [ |
7 'src/shared/ppapi/build.scons', | 7 'src/shared/ppapi/build.scons', |
8 'src/shared/ppapi_proxy/build.scons', | 8 'src/shared/ppapi_proxy/build.scons', |
9 'src/trusted/plugin/build.scons', | 9 'src/trusted/plugin/build.scons', |
10 'tests/ppapi_geturl/build.scons', | 10 'tests/ppapi_geturl/build.scons', |
(...skipping 25 matching lines...) Expand all Loading... |
36 'tests/ppapi_browser/ppb_dev/nacl.scons', | 36 'tests/ppapi_browser/ppb_dev/nacl.scons', |
37 'tests/ppapi_browser/ppb_file_system/nacl.scons', | 37 'tests/ppapi_browser/ppb_file_system/nacl.scons', |
38 'tests/ppapi_browser/ppb_graphics2d/nacl.scons', | 38 'tests/ppapi_browser/ppb_graphics2d/nacl.scons', |
39 'tests/ppapi_browser/ppb_graphics3d/nacl.scons', | 39 'tests/ppapi_browser/ppb_graphics3d/nacl.scons', |
40 'tests/ppapi_browser/ppb_image_data/nacl.scons', | 40 'tests/ppapi_browser/ppb_image_data/nacl.scons', |
41 'tests/ppapi_browser/ppb_instance/nacl.scons', | 41 'tests/ppapi_browser/ppb_instance/nacl.scons', |
42 'tests/ppapi_browser/ppb_memory/nacl.scons', | 42 'tests/ppapi_browser/ppb_memory/nacl.scons', |
43 'tests/ppapi_browser/ppb_pdf/nacl.scons', | 43 'tests/ppapi_browser/ppb_pdf/nacl.scons', |
44 'tests/ppapi_browser/ppb_scrollbar/nacl.scons', | 44 'tests/ppapi_browser/ppb_scrollbar/nacl.scons', |
45 'tests/ppapi_browser/ppb_url_loader/nacl.scons', | 45 'tests/ppapi_browser/ppb_url_loader/nacl.scons', |
46 'tests/ppapi_browser/ppb_url_request_info/nacl.scons', | |
47 'tests/ppapi_browser/ppb_var/nacl.scons', | 46 'tests/ppapi_browser/ppb_var/nacl.scons', |
48 'tests/ppapi_browser/ppb_widget/nacl.scons', | 47 'tests/ppapi_browser/ppb_widget/nacl.scons', |
49 'tests/ppapi_browser/ppp_input_event/nacl.scons', | 48 'tests/ppapi_browser/ppp_input_event/nacl.scons', |
50 'tests/ppapi_browser/ppp_instance/nacl.scons', | 49 'tests/ppapi_browser/ppp_instance/nacl.scons', |
51 'tests/ppapi_browser/progress_events/nacl.scons', | 50 'tests/ppapi_browser/progress_events/nacl.scons', |
52 'tests/ppapi_browser/stress_many_nexes/nacl.scons', | 51 'tests/ppapi_browser/stress_many_nexes/nacl.scons', |
53 'tests/ppapi_example_2d/nacl.scons', | 52 'tests/ppapi_example_2d/nacl.scons', |
54 'tests/ppapi_example_audio/nacl.scons', | 53 'tests/ppapi_example_audio/nacl.scons', |
55 'tests/ppapi_example_events/nacl.scons', | 54 'tests/ppapi_example_events/nacl.scons', |
56 # TODO(dspringer): re-enable test once the 3D ABI has stabilized. See | 55 # TODO(dspringer): re-enable test once the 3D ABI has stabilized. See |
57 # http://code.google.com/p/nativeclient/issues/detail?id=2060 | 56 # http://code.google.com/p/nativeclient/issues/detail?id=2060 |
58 # 'tests/ppapi_example_gles2/nacl.scons', | 57 # 'tests/ppapi_example_gles2/nacl.scons', |
59 'tests/ppapi_example_post_message/nacl.scons', | 58 'tests/ppapi_example_post_message/nacl.scons', |
60 'tests/ppapi_geturl/nacl.scons', | 59 'tests/ppapi_geturl/nacl.scons', |
61 'tests/ppapi_gles_book/nacl.scons', | 60 'tests/ppapi_gles_book/nacl.scons', |
62 'tests/ppapi_messaging/nacl.scons', | 61 'tests/ppapi_messaging/nacl.scons', |
63 # Broken by Chrome change | 62 # Broken by Chrome change |
64 # http://code.google.com/p/nativeclient/issues/detail?id=2480 | 63 # http://code.google.com/p/nativeclient/issues/detail?id=2480 |
65 #'tests/ppapi_simple_tests/nacl.scons', | 64 #'tests/ppapi_simple_tests/nacl.scons', |
66 'tests/ppapi_test_example/nacl.scons', | 65 'tests/ppapi_test_example/nacl.scons', |
67 'tests/ppapi_test_lib/nacl.scons', | 66 'tests/ppapi_test_lib/nacl.scons', |
68 'tests/ppapi_tests/nacl.scons', | 67 'tests/ppapi_tests/nacl.scons', |
69 ] | 68 ] |
70 | 69 |
OLD | NEW |