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

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

Issue 11145002: Remove more tests from the NaCl SCons build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bad test 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
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 ] 7 ]
8 8
9 9
10 # Untrusted libraries for use by user code. 10 # Untrusted libraries for use by user code.
(...skipping 18 matching lines...) Expand all
29 'tests/ppapi_browser/ppb_dev/nacl.scons', 29 'tests/ppapi_browser/ppb_dev/nacl.scons',
30 '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', 31 'tests/ppapi_browser/ppb_fullscreen/nacl.scons',
32 'tests/ppapi_browser/ppb_graphics3d/nacl.scons', 32 'tests/ppapi_browser/ppb_graphics3d/nacl.scons',
33 'tests/ppapi_browser/ppb_image_data/nacl.scons', 33 'tests/ppapi_browser/ppb_image_data/nacl.scons',
34 'tests/ppapi_browser/ppb_instance/nacl.scons', 34 'tests/ppapi_browser/ppb_instance/nacl.scons',
35 'tests/ppapi_browser/ppb_var/nacl.scons', 35 'tests/ppapi_browser/ppb_var/nacl.scons',
36 'tests/ppapi_browser/ppp_input_event/nacl.scons', 36 'tests/ppapi_browser/ppp_input_event/nacl.scons',
37 'tests/ppapi_browser/ppp_instance/nacl.scons', 37 'tests/ppapi_browser/ppp_instance/nacl.scons',
38 'tests/ppapi_browser/progress_events/nacl.scons', 38 'tests/ppapi_browser/progress_events/nacl.scons',
39 'tests/ppapi_browser/stress_many_nexes/nacl.scons',
40 'tests/ppapi_messaging/nacl.scons', 39 'tests/ppapi_messaging/nacl.scons',
41 'tests/ppapi_test_lib/nacl.scons', 40 'tests/ppapi_test_lib/nacl.scons',
42 ] 41 ]
43 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698