|
[NaCl SDK] Add a very simple getting_started example at top-level.
* Added getting_started/ parallel to examples/
* Added getting_started/part1/ which is a quick port of hello_tutorial from the
NaCl SDK documentation page.
* Added support for examples not using auto-generated Makefiles
* Disbled testing of getting_started/part1 (it doesn't have the test hooks)
* Moved examples/getting_started/simple_hello_world =>
examples/tutorial/using_ppapi_simple
BUG=none
R=eliben@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222142
Total comments: 20
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+358 lines, -404 lines) |
Patch |
 |
M |
native_client_sdk/src/build_tools/build_sdk.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/generate_make.py
|
View
|
|
3 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/parse_dsc.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/sdk_files.list
|
View
|
|
4 chunks |
+25 lines, -25 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/test_projects.py
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/test_sdk.py
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/examples/getting_started/hello_world/example.dsc
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/examples/getting_started/hello_world/example.js
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/examples/getting_started/hello_world/hello_world.c
|
View
|
|
1 chunk |
+0 lines, -212 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/examples/getting_started/hello_world/index.html
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/examples/getting_started/simple_hello_world/example.dsc
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/examples/getting_started/simple_hello_world/example.js
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/examples/getting_started/simple_hello_world/hello_world.c
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
D |
native_client_sdk/src/examples/getting_started/simple_hello_world/index.html
|
View
|
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
A + |
native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc
|
View
|
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.js
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
native_client_sdk/src/examples/tutorial/using_ppapi_simple/hello_world.c
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
native_client_sdk/src/examples/tutorial/using_ppapi_simple/index.html
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/getting_started/README
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/getting_started/part1/Makefile
|
View
|
1
2
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/getting_started/part1/example.dsc
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/getting_started/part1/hello_tutorial.cc
|
View
|
1
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
native_client_sdk/src/getting_started/part1/hello_tutorial.nmf
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/getting_started/part1/index.html
|
View
|
1
|
1 chunk |
+102 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|