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

Side by Side Diff: SConstruct

Issue 7292002: Remove plugin connection to PPAPI scriptable objects (var deprecated). Also (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 5 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 2540 matching lines...) Expand 10 before | Expand all | Expand 10 after
2551 'tests/computed_gotos/nacl.scons', 2551 'tests/computed_gotos/nacl.scons',
2552 'tests/data_not_executable/nacl.scons', 2552 'tests/data_not_executable/nacl.scons',
2553 'tests/debug_stub/nacl.scons', 2553 'tests/debug_stub/nacl.scons',
2554 'tests/dup/nacl.scons', 2554 'tests/dup/nacl.scons',
2555 'tests/dynamic_code_loading/nacl.scons', 2555 'tests/dynamic_code_loading/nacl.scons',
2556 'tests/dynamic_linking/nacl.scons', 2556 'tests/dynamic_linking/nacl.scons',
2557 'tests/earth/nacl.scons', 2557 'tests/earth/nacl.scons',
2558 'tests/egyptian_cotton/nacl.scons', 2558 'tests/egyptian_cotton/nacl.scons',
2559 'tests/environment_variables/nacl.scons', 2559 'tests/environment_variables/nacl.scons',
2560 'tests/fake_browser/nacl.scons', 2560 'tests/fake_browser/nacl.scons',
2561 'tests/fake_browser_ppapi/nacl.scons',
2562 'tests/fib/nacl.scons', 2561 'tests/fib/nacl.scons',
2563 'tests/file/nacl.scons', 2562 'tests/file/nacl.scons',
2564 'tests/gc_instrumentation/nacl.scons', 2563 'tests/gc_instrumentation/nacl.scons',
2565 'tests/glibc_file64_test/nacl.scons', 2564 'tests/glibc_file64_test/nacl.scons',
2566 'tests/glibc_static_test/nacl.scons', 2565 'tests/glibc_static_test/nacl.scons',
2567 'tests/glibc_syscall_wrappers/nacl.scons', 2566 'tests/glibc_syscall_wrappers/nacl.scons',
2568 'tests/hello_world/nacl.scons', 2567 'tests/hello_world/nacl.scons',
2569 'tests/imc_shm_mmap/nacl.scons', 2568 'tests/imc_shm_mmap/nacl.scons',
2570 'tests/imc_sockets/nacl.scons', 2569 'tests/imc_sockets/nacl.scons',
2571 'tests/inbrowser_test_runner/nacl.scons', 2570 'tests/inbrowser_test_runner/nacl.scons',
(...skipping 28 matching lines...) Expand all
2600 'tests/ppapi_browser/progress_events/nacl.scons', 2599 'tests/ppapi_browser/progress_events/nacl.scons',
2601 'tests/ppapi_example_2d/nacl.scons', 2600 'tests/ppapi_example_2d/nacl.scons',
2602 'tests/ppapi_example_audio/nacl.scons', 2601 'tests/ppapi_example_audio/nacl.scons',
2603 'tests/ppapi_example_events/nacl.scons', 2602 'tests/ppapi_example_events/nacl.scons',
2604 'tests/ppapi_example_font/nacl.scons', 2603 'tests/ppapi_example_font/nacl.scons',
2605 'tests/ppapi_example_gles2/nacl.scons', 2604 'tests/ppapi_example_gles2/nacl.scons',
2606 'tests/ppapi_example_post_message/nacl.scons', 2605 'tests/ppapi_example_post_message/nacl.scons',
2607 'tests/ppapi_geturl/nacl.scons', 2606 'tests/ppapi_geturl/nacl.scons',
2608 'tests/ppapi_gles_book/nacl.scons', 2607 'tests/ppapi_gles_book/nacl.scons',
2609 'tests/ppapi_messaging/nacl.scons', 2608 'tests/ppapi_messaging/nacl.scons',
2610 'tests/ppapi_proxy/nacl.scons',
2611 'tests/ppapi_simple_tests/nacl.scons', 2609 'tests/ppapi_simple_tests/nacl.scons',
2612 'tests/ppapi_test_example/nacl.scons', 2610 'tests/ppapi_test_example/nacl.scons',
2613 'tests/ppapi_test_lib/nacl.scons', 2611 'tests/ppapi_test_lib/nacl.scons',
2614 'tests/ppapi_tests/nacl.scons', 2612 'tests/ppapi_tests/nacl.scons',
2615 'tests/pyauto_nacl/nacl.scons', 2613 'tests/pyauto_nacl/nacl.scons',
2616 'tests/redir/nacl.scons', 2614 'tests/redir/nacl.scons',
2617 'tests/rodata_not_writable/nacl.scons', 2615 'tests/rodata_not_writable/nacl.scons',
2618 'tests/signal_handler/nacl.scons', 2616 'tests/signal_handler/nacl.scons',
2619 'tests/srpc/nacl.scons', 2617 'tests/srpc/nacl.scons',
2620 'tests/srpc_hw/nacl.scons', 2618 'tests/srpc_hw/nacl.scons',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
3054 nacl_env.ValidateSdk() 3052 nacl_env.ValidateSdk()
3055 3053
3056 if BROKEN_TEST_COUNT > 0: 3054 if BROKEN_TEST_COUNT > 0:
3057 msg = "There are %d broken tests." % BROKEN_TEST_COUNT 3055 msg = "There are %d broken tests." % BROKEN_TEST_COUNT
3058 if GetOption('brief_comstr'): 3056 if GetOption('brief_comstr'):
3059 msg += " Add --verbose to the command line for more information." 3057 msg += " Add --verbose to the command line for more information."
3060 print msg 3058 print msg
3061 3059
3062 # separate warnings from actual build output 3060 # separate warnings from actual build output
3063 Banner('B U I L D - O U T P U T:') 3061 Banner('B U I L D - O U T P U T:')
OLDNEW
« no previous file with comments | « no previous file | src/trusted/plugin/ppapi/plugin_ppapi.cc » ('j') | tests/ppapi_test_example/ppapi_test_example.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698