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
3 # found in the LICENSE file.
6 trusted_scons_files
= [
7 'src/shared/ppapi/build.scons',
8 'src/shared/ppapi_proxy/build.scons',
9 'src/trusted/plugin/build.scons',
10 'tests/ppapi_geturl/build.scons',
11 'tests/ppapi_messaging/build.scons',
12 'tests/ppapi_browser/ppb_file_system/build.scons',
13 'tests/ppapi_tests/build.scons', # Build PPAPI tests from Chrome as a .so
17 # Untrusted libraries for use by user code.
18 untrusted_scons_files
= [
19 'src/shared/ppapi/nacl.scons',
23 # Untrusted libraries for use by system code.
24 untrusted_irt_scons_files
= [
25 'src/shared/ppapi_proxy/nacl.scons',
29 nonvariant_test_scons_files
= [
30 'tests/breakpad_crash_test/nacl.scons',
31 'tests/ppapi/nacl.scons',
32 'tests/ppapi_browser/bad/nacl.scons',
33 'tests/ppapi_browser/crash/nacl.scons',
34 'tests/ppapi_browser/extension_mime_handler/nacl.scons',
35 'tests/ppapi_browser/manifest/nacl.scons',
36 'tests/ppapi_browser/ppb_audio/nacl.scons',
37 'tests/ppapi_browser/ppb_core/nacl.scons',
38 'tests/ppapi_browser/ppb_dev/nacl.scons',
39 'tests/ppapi_browser/ppb_file_system/nacl.scons',
40 'tests/ppapi_browser/ppb_graphics2d/nacl.scons',
41 'tests/ppapi_browser/ppb_graphics3d/nacl.scons',
42 'tests/ppapi_browser/ppb_image_data/nacl.scons',
43 'tests/ppapi_browser/ppb_instance/nacl.scons',
44 'tests/ppapi_browser/ppb_memory/nacl.scons',
45 'tests/ppapi_browser/ppb_url_loader/nacl.scons',
46 'tests/ppapi_browser/ppb_var/nacl.scons',
47 'tests/ppapi_browser/ppp_input_event/nacl.scons',
48 'tests/ppapi_browser/ppp_instance/nacl.scons',
49 'tests/ppapi_browser/progress_events/nacl.scons',
50 'tests/ppapi_browser/stress_many_nexes/nacl.scons',
51 'tests/ppapi_example_2d/nacl.scons',
52 'tests/ppapi_example_audio/nacl.scons',
53 'tests/ppapi_example_events/nacl.scons',
54 # TODO(dspringer): re-enable test once the 3D ABI has stabilized. See
55 # http://code.google.com/p/nativeclient/issues/detail?id=2060
56 # 'tests/ppapi_example_gles2/nacl.scons',
57 'tests/ppapi_example_post_message/nacl.scons',
58 'tests/ppapi_geturl/nacl.scons',
59 'tests/ppapi_gles_book/nacl.scons',
60 'tests/ppapi_messaging/nacl.scons',
61 # Broken by Chrome change
62 # http://code.google.com/p/nativeclient/issues/detail?id=2480
63 #'tests/ppapi_simple_tests/nacl.scons',
64 'tests/ppapi_test_example/nacl.scons',
65 'tests/ppapi_test_lib/nacl.scons',
66 'tests/ppapi_tests/nacl.scons',