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

Side by Side Diff: SConstruct

Issue 7631010: NaCl Proxy for graphics3d. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 4 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
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2011 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 import atexit 6 import atexit
7 import glob 7 import glob
8 import os 8 import os
9 import platform 9 import platform
10 import stat 10 import stat
(...skipping 2714 matching lines...) Expand 10 before | Expand all | Expand 10 after
2725 'tests/nacl.scons', 2725 'tests/nacl.scons',
2726 'tests/ppapi/nacl.scons', 2726 'tests/ppapi/nacl.scons',
2727 'tests/ppapi_browser/bad/nacl.scons', 2727 'tests/ppapi_browser/bad/nacl.scons',
2728 'tests/ppapi_browser/crash/nacl.scons', 2728 'tests/ppapi_browser/crash/nacl.scons',
2729 'tests/ppapi_browser/extension_mime_handler/nacl.scons', 2729 'tests/ppapi_browser/extension_mime_handler/nacl.scons',
2730 'tests/ppapi_browser/manifest/nacl.scons', 2730 'tests/ppapi_browser/manifest/nacl.scons',
2731 'tests/ppapi_browser/ppb_core/nacl.scons', 2731 'tests/ppapi_browser/ppb_core/nacl.scons',
2732 'tests/ppapi_browser/ppb_dev/nacl.scons', 2732 'tests/ppapi_browser/ppb_dev/nacl.scons',
2733 'tests/ppapi_browser/ppb_file_system/nacl.scons', 2733 'tests/ppapi_browser/ppb_file_system/nacl.scons',
2734 'tests/ppapi_browser/ppb_graphics2d/nacl.scons', 2734 'tests/ppapi_browser/ppb_graphics2d/nacl.scons',
2735 'tests/ppapi_browser/ppb_graphics3d/nacl.scons',
2735 'tests/ppapi_browser/ppb_image_data/nacl.scons', 2736 'tests/ppapi_browser/ppb_image_data/nacl.scons',
2736 'tests/ppapi_browser/ppb_instance/nacl.scons', 2737 'tests/ppapi_browser/ppb_instance/nacl.scons',
2737 'tests/ppapi_browser/ppb_memory/nacl.scons', 2738 'tests/ppapi_browser/ppb_memory/nacl.scons',
2738 'tests/ppapi_browser/ppb_pdf/nacl.scons', 2739 'tests/ppapi_browser/ppb_pdf/nacl.scons',
2739 'tests/ppapi_browser/ppb_scrollbar/nacl.scons', 2740 'tests/ppapi_browser/ppb_scrollbar/nacl.scons',
2740 'tests/ppapi_browser/ppb_url_loader/nacl.scons', 2741 'tests/ppapi_browser/ppb_url_loader/nacl.scons',
2741 'tests/ppapi_browser/ppb_url_request_info/nacl.scons', 2742 'tests/ppapi_browser/ppb_url_request_info/nacl.scons',
2742 'tests/ppapi_browser/ppb_var/nacl.scons', 2743 'tests/ppapi_browser/ppb_var/nacl.scons',
2743 'tests/ppapi_browser/ppb_widget/nacl.scons', 2744 'tests/ppapi_browser/ppb_widget/nacl.scons',
2744 'tests/ppapi_browser/ppp_input_event/nacl.scons', 2745 'tests/ppapi_browser/ppp_input_event/nacl.scons',
2745 'tests/ppapi_browser/ppp_instance/nacl.scons', 2746 'tests/ppapi_browser/ppp_instance/nacl.scons',
2746 'tests/ppapi_browser/progress_events/nacl.scons', 2747 'tests/ppapi_browser/progress_events/nacl.scons',
2747 'tests/ppapi_browser/stress_many_nexes/nacl.scons', 2748 'tests/ppapi_browser/stress_many_nexes/nacl.scons',
2748 'tests/ppapi_example_2d/nacl.scons', 2749 'tests/ppapi_example_2d/nacl.scons',
2749 'tests/ppapi_example_audio/nacl.scons', 2750 'tests/ppapi_example_audio/nacl.scons',
2750 'tests/ppapi_example_events/nacl.scons', 2751 'tests/ppapi_example_events/nacl.scons',
2751 'tests/ppapi_example_font/nacl.scons', 2752 'tests/ppapi_example_font/nacl.scons',
2752 # TODO(dspringer): re-enable these once the 3D ABI has stabilized. See 2753 'tests/ppapi_example_gles2/nacl.scons',
alokp1 2011/08/17 04:24:42 I would not recommend using these examples as test
nfullagar 2011/08/17 17:39:53 ok, re-disabled.
2753 # http://code.google.com/p/nativeclient/issues/detail?id=2060
2754 # 'tests/ppapi_example_gles2/nacl.scons',
2755 'tests/ppapi_example_post_message/nacl.scons', 2754 'tests/ppapi_example_post_message/nacl.scons',
2756 'tests/ppapi_geturl/nacl.scons', 2755 'tests/ppapi_geturl/nacl.scons',
2757 # TODO(dspringer): re-enable these once the 3D ABI has stabilized. See 2756 'tests/ppapi_gles_book/nacl.scons',
2758 # http://code.google.com/p/nativeclient/issues/detail?id=2060
2759 # 'tests/ppapi_gles_book/nacl.scons',
2760 'tests/ppapi_messaging/nacl.scons', 2757 'tests/ppapi_messaging/nacl.scons',
2761 2758
2762 'tests/ppapi_simple_tests/nacl.scons', 2759 'tests/ppapi_simple_tests/nacl.scons',
2763 'tests/ppapi_test_example/nacl.scons', 2760 'tests/ppapi_test_example/nacl.scons',
2764 'tests/ppapi_test_lib/nacl.scons', 2761 'tests/ppapi_test_lib/nacl.scons',
2765 'tests/ppapi_tests/nacl.scons', 2762 'tests/ppapi_tests/nacl.scons',
2766 'tests/pyauto_nacl/nacl.scons', 2763 'tests/pyauto_nacl/nacl.scons',
2767 #### ALPHABETICALLY SORTED #### 2764 #### ALPHABETICALLY SORTED ####
2768 ] 2765 ]
2769 2766
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 nacl_env.ValidateSdk() 3205 nacl_env.ValidateSdk()
3209 3206
3210 if BROKEN_TEST_COUNT > 0: 3207 if BROKEN_TEST_COUNT > 0:
3211 msg = "There are %d broken tests." % BROKEN_TEST_COUNT 3208 msg = "There are %d broken tests." % BROKEN_TEST_COUNT
3212 if GetOption('brief_comstr'): 3209 if GetOption('brief_comstr'):
3213 msg += " Add --verbose to the command line for more information." 3210 msg += " Add --verbose to the command line for more information."
3214 print msg 3211 print msg
3215 3212
3216 # separate warnings from actual build output 3213 # separate warnings from actual build output
3217 Banner('B U I L D - O U T P U T:') 3214 Banner('B U I L D - O U T P U T:')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698