Updates version of android sdk and api installed and creates ARM and x86 AVD's.
[chromium-blink-merge.git] / ppapi / native_client / ppapi_scons_files.py
blob88d4df23d5e2cc5ea786bfafe19a10cd9a435a2a
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/ppapi/nacl.scons',
31 'tests/ppapi_browser/bad/nacl.scons',
32 'tests/ppapi_browser/crash/nacl.scons',
33 'tests/ppapi_browser/extension_mime_handler/nacl.scons',
34 'tests/ppapi_browser/manifest/nacl.scons',
35 'tests/ppapi_browser/ppb_core/nacl.scons',
36 'tests/ppapi_browser/ppb_dev/nacl.scons',
37 'tests/ppapi_browser/ppb_file_system/nacl.scons',
38 'tests/ppapi_browser/ppb_graphics2d/nacl.scons',
39 'tests/ppapi_browser/ppb_graphics3d/nacl.scons',
40 'tests/ppapi_browser/ppb_image_data/nacl.scons',
41 'tests/ppapi_browser/ppb_instance/nacl.scons',
42 'tests/ppapi_browser/ppb_memory/nacl.scons',
43 'tests/ppapi_browser/ppb_pdf/nacl.scons',
44 'tests/ppapi_browser/ppb_scrollbar/nacl.scons',
45 'tests/ppapi_browser/ppb_url_loader/nacl.scons',
46 'tests/ppapi_browser/ppb_url_request_info/nacl.scons',
47 'tests/ppapi_browser/ppb_var/nacl.scons',
48 'tests/ppapi_browser/ppb_widget/nacl.scons',
49 'tests/ppapi_browser/ppp_input_event/nacl.scons',
50 'tests/ppapi_browser/ppp_instance/nacl.scons',
51 'tests/ppapi_browser/progress_events/nacl.scons',
52 'tests/ppapi_browser/stress_many_nexes/nacl.scons',
53 'tests/ppapi_example_2d/nacl.scons',
54 'tests/ppapi_example_audio/nacl.scons',
55 'tests/ppapi_example_events/nacl.scons',
56 # TODO(dspringer): re-enable test once the 3D ABI has stabilized. See
57 # http://code.google.com/p/nativeclient/issues/detail?id=2060
58 # 'tests/ppapi_example_gles2/nacl.scons',
59 'tests/ppapi_example_post_message/nacl.scons',
60 'tests/ppapi_geturl/nacl.scons',
61 'tests/ppapi_gles_book/nacl.scons',
62 'tests/ppapi_messaging/nacl.scons',
63 # Broken by Chrome change
64 # http://code.google.com/p/nativeclient/issues/detail?id=2480
65 #'tests/ppapi_simple_tests/nacl.scons',
66 'tests/ppapi_test_example/nacl.scons',
67 'tests/ppapi_test_lib/nacl.scons',
68 'tests/ppapi_tests/nacl.scons',