Index: native_client_sdk/src/build_tools/build_sdk.py |
=================================================================== |
--- native_client_sdk/src/build_tools/build_sdk.py (revision 141601) |
+++ native_client_sdk/src/build_tools/build_sdk.py (working copy) |
@@ -328,7 +328,7 @@ |
EXAMPLE_MAP = { |
'newlib': [ |
- 'debugging', |
+# 'debugging', |
'file_histogram', |
'file_io', |
'fullscreen_tumbler', |
@@ -336,6 +336,7 @@ |
'geturl', |
'hello_world_interactive', |
'hello_world_newlib', |
+# 'hello_world_gles', |
'input_events', |
'load_progress', |
'mouselock', |
@@ -347,7 +348,7 @@ |
'websocket' |
], |
'glibc': [ |
- 'dlopen', |
+# 'dlopen', |
], |
'pnacl': [ |
'hello_world_pnacl', |