Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Side by Side Diff: ppapi/native_client/ppapi_scons_files.py

Issue 11079003: Clean up NaCl's SCons build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/native_client/chrome_main.scons ('k') | ppapi/native_client/src/shared/ppapi/build.scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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',
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
14 ] 7 ]
15 8
16 9
17 # Untrusted libraries for use by user code. 10 # Untrusted libraries for use by user code.
18 untrusted_scons_files = [ 11 untrusted_scons_files = [
19 'src/shared/ppapi/nacl.scons', 12 'src/shared/ppapi/nacl.scons',
20 ] 13 ]
21 14
22 15
23 # Untrusted libraries for use by system code. 16 # Untrusted libraries for use by system code.
24 untrusted_irt_scons_files = [ 17 untrusted_irt_scons_files = [
25 'src/shared/ppapi_proxy/nacl.scons',
26 ] 18 ]
27 19
28 20
29 nonvariant_test_scons_files = [ 21 nonvariant_test_scons_files = [
30 'tests/breakpad_crash_test/nacl.scons', 22 'tests/breakpad_crash_test/nacl.scons',
31 'tests/ppapi/nacl.scons', 23 'tests/ppapi/nacl.scons',
32 'tests/ppapi_browser/bad/nacl.scons', 24 'tests/ppapi_browser/bad/nacl.scons',
33 'tests/ppapi_browser/crash/nacl.scons', 25 'tests/ppapi_browser/crash/nacl.scons',
34 'tests/ppapi_browser/extension_mime_handler/nacl.scons', 26 'tests/ppapi_browser/extension_mime_handler/nacl.scons',
35 'tests/ppapi_browser/manifest/nacl.scons', 27 'tests/ppapi_browser/manifest/nacl.scons',
36 'tests/ppapi_browser/ppb_audio/nacl.scons', 28 'tests/ppapi_browser/ppb_audio/nacl.scons',
37 'tests/ppapi_browser/ppb_dev/nacl.scons', 29 'tests/ppapi_browser/ppb_dev/nacl.scons',
38 'tests/ppapi_browser/ppb_file_system/nacl.scons', 30 'tests/ppapi_browser/ppb_file_system/nacl.scons',
31 'tests/ppapi_browser/ppb_fullscreen/nacl.scons',
39 'tests/ppapi_browser/ppb_graphics2d/nacl.scons', 32 'tests/ppapi_browser/ppb_graphics2d/nacl.scons',
40 'tests/ppapi_browser/ppb_graphics3d/nacl.scons', 33 'tests/ppapi_browser/ppb_graphics3d/nacl.scons',
41 'tests/ppapi_browser/ppb_image_data/nacl.scons', 34 'tests/ppapi_browser/ppb_image_data/nacl.scons',
42 'tests/ppapi_browser/ppb_instance/nacl.scons', 35 'tests/ppapi_browser/ppb_instance/nacl.scons',
43 'tests/ppapi_browser/ppb_memory/nacl.scons', 36 'tests/ppapi_browser/ppb_memory/nacl.scons',
44 'tests/ppapi_browser/ppb_url_loader/nacl.scons', 37 'tests/ppapi_browser/ppb_url_loader/nacl.scons',
45 'tests/ppapi_browser/ppb_var/nacl.scons', 38 'tests/ppapi_browser/ppb_var/nacl.scons',
46 'tests/ppapi_browser/ppp_input_event/nacl.scons', 39 'tests/ppapi_browser/ppp_input_event/nacl.scons',
47 'tests/ppapi_browser/ppp_instance/nacl.scons', 40 'tests/ppapi_browser/ppp_instance/nacl.scons',
48 'tests/ppapi_browser/progress_events/nacl.scons', 41 'tests/ppapi_browser/progress_events/nacl.scons',
49 'tests/ppapi_browser/stress_many_nexes/nacl.scons', 42 'tests/ppapi_browser/stress_many_nexes/nacl.scons',
50 'tests/ppapi_example_2d/nacl.scons', 43 'tests/ppapi_example_2d/nacl.scons',
51 'tests/ppapi_example_audio/nacl.scons', 44 'tests/ppapi_example_audio/nacl.scons',
52 'tests/ppapi_example_events/nacl.scons', 45 'tests/ppapi_example_events/nacl.scons',
53 # TODO(dspringer): re-enable test once the 3D ABI has stabilized. See 46 # TODO(dspringer): re-enable test once the 3D ABI has stabilized. See
54 # http://code.google.com/p/nativeclient/issues/detail?id=2060 47 # http://code.google.com/p/nativeclient/issues/detail?id=2060
55 # 'tests/ppapi_example_gles2/nacl.scons', 48 # 'tests/ppapi_example_gles2/nacl.scons',
56 'tests/ppapi_example_post_message/nacl.scons', 49 'tests/ppapi_example_post_message/nacl.scons',
57 'tests/ppapi_geturl/nacl.scons', 50 'tests/ppapi_geturl/nacl.scons',
58 'tests/ppapi_gles_book/nacl.scons', 51 'tests/ppapi_gles_book/nacl.scons',
59 'tests/ppapi_messaging/nacl.scons', 52 'tests/ppapi_messaging/nacl.scons',
60 # Broken by Chrome change 53 # Broken by Chrome change
61 # http://code.google.com/p/nativeclient/issues/detail?id=2480 54 # http://code.google.com/p/nativeclient/issues/detail?id=2480
62 #'tests/ppapi_simple_tests/nacl.scons', 55 #'tests/ppapi_simple_tests/nacl.scons',
63 'tests/ppapi_test_example/nacl.scons', 56 'tests/ppapi_test_example/nacl.scons',
64 'tests/ppapi_test_lib/nacl.scons', 57 'tests/ppapi_test_lib/nacl.scons',
65 'tests/ppapi_tests/nacl.scons', 58 'tests/ppapi_tests/nacl.scons',
66 ] 59 ]
67 60
OLDNEW
« no previous file with comments | « ppapi/native_client/chrome_main.scons ('k') | ppapi/native_client/src/shared/ppapi/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698