|
Support GLBIC example in SDK
This CL added two new examples for the NaCl SDK. This only affects SDK bots since
the code is completely contained within native_client_sdk subtree.
Fix incorrectly placed ppapi headers.
Remove TODOs and cleanup create_nmf.py.
Add hello_world_glibc example
Add dlopen example.
BUG= 111224
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120117
Total comments: 34
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1042 lines, -37 lines) |
Patch |
 |
M |
native_client_sdk/src/build_tools/buildbot_run.py
|
View
|
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/dlopen/Makefile
|
View
|
1
2
3
4
5
6
|
1 chunk |
+209 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/dlopen/dlopen.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+169 lines, -0 lines |
4 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/dlopen/dlopen.html
|
View
|
1
2
3
4
5
6
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/dlopen/eightball.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/dlopen/eightball.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+20 lines, -0 lines |
2 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/dlopen/make.bat
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/hello_world_glibc/Makefile
|
View
|
1
2
3
4
5
6
|
1 chunk |
+200 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/hello_world_glibc/hello_world.cc
|
View
|
1
|
1 chunk |
+135 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/hello_world_glibc/hello_world.html
|
View
|
1
|
1 chunk |
+126 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/hello_world_glibc/helper_functions.h
|
View
|
1
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/hello_world_glibc/helper_functions.cc
|
View
|
1
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/examples/hello_world_glibc/make.bat
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tools/create_nmf.py
|
View
|
|
6 chunks |
+46 lines, -36 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|