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

Unified Diff: native_client_sdk/src/build_tools/sdk_files.list

Issue 23661005: [NaCl SDK] Add a very simple getting_started example at top-level. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add hello_tutorial.nmf Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/build_tools/parse_dsc.py ('k') | native_client_sdk/src/build_tools/test_projects.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/sdk_files.list
diff --git a/native_client_sdk/src/build_tools/sdk_files.list b/native_client_sdk/src/build_tools/sdk_files.list
index 89e129c0d178ada5be8eeacba2f794d5061b07da..f43c3d48d53e4aaedb2790e30366c9e0f4674442 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -25,10 +25,6 @@ examples/demo/nacl_io/*
examples/demo/pi_generator/*
examples/demo/voronoi/*
examples/favicon.ico
-examples/getting_started/hello_world/*
-[win]examples/getting_started/make.bat
-examples/getting_started/Makefile
-examples/getting_started/simple_hello_world/*
examples/httpd.cmd
examples/index.css
examples/index.html
@@ -41,6 +37,10 @@ examples/tutorial/load_progress/*
[win]examples/tutorial/make.bat
examples/tutorial/Makefile
examples/tutorial/testing/*
+examples/tutorial/using_ppapi_simple/*
+[win]getting_started/make.bat
+getting_started/Makefile
+getting_started/part1/*
include/error_handling/*
include/GLES2/*
include/gmock/*
@@ -306,6 +306,27 @@ toolchain/${PLATFORM}_arm_newlib/arm-nacl/lib/libnosys.a
toolchain/${PLATFORM}_arm_newlib/arm-nacl/lib/libppapi.a
toolchain/${PLATFORM}_arm_newlib/arm-nacl/lib/libppapi_stub.a
toolchain/${PLATFORM}_arm_newlib/arm-nacl/lib/libpthread.a
+toolchain/${PLATFORM}_pnacl/*
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/irt.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/irt_ppapi.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/dynamic_annotations.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_dyncode.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_exception.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_minidump.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_startup.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_thread.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/pnacl.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/pthread.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/include/semaphore.h
+toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libminidump_generator.a
+toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnacl.a
+toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnacl_dyncode.a
+toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnacl_exception.a
+toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnacl_list_mappings.a
+toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnosys.a
+toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libppapi.a
+toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libppapi_stub.a
+toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libpthread.a
toolchain/${PLATFORM}_x86_glibc/*
toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/include/irt.h
toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/include/irt_ppapi.h
@@ -374,27 +395,6 @@ toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/lib32/libnosys.a
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/lib32/libppapi.a
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/lib32/libppapi_stub.a
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/lib32/libpthread.a
-toolchain/${PLATFORM}_pnacl/*
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/irt.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/irt_ppapi.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/dynamic_annotations.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_dyncode.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_exception.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_minidump.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_startup.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/nacl/nacl_thread.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/pnacl.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/pthread.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/include/semaphore.h
-toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libminidump_generator.a
-toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnacl.a
-toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnacl_dyncode.a
-toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnacl_exception.a
-toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnacl_list_mappings.a
-toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libnosys.a
-toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libppapi.a
-toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libppapi_stub.a
-toolchain/${PLATFORM}_pnacl/newlib/sdk/lib/libpthread.a
tools/common.mk
tools/compiler-wrapper.py
tools/create_html.py
« no previous file with comments | « native_client_sdk/src/build_tools/parse_dsc.py ('k') | native_client_sdk/src/build_tools/test_projects.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698