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

Issue 11725003: Update make for hello examples (Closed)

Created:
7 years, 11 months ago by noelallen1
Modified:
7 years, 11 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Update make for hello examples Simplify the makefile for the hello_world_XXX examples. Update create_nmf to support direct PNaCl NMF files. Update common.mk to support PNaCl NOTRY=true R=binji@chromium.org BUG=169044 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175921

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fix comments #

Patch Set 3 : Add nacl_mount dep #

Patch Set 4 : Typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -34 lines) Patch
A + native_client_sdk/src/examples/hello_world/Makefile View 1 2 chunks +15 lines, -5 lines 0 comments Download
M native_client_sdk/src/examples/hello_world/example.dsc View 3 chunks +10 lines, -2 lines 0 comments Download
A + native_client_sdk/src/examples/hello_world_gles/Makefile View 1 2 chunks +16 lines, -6 lines 0 comments Download
M native_client_sdk/src/examples/hello_world_gles/example.dsc View 3 chunks +8 lines, -1 line 0 comments Download
A + native_client_sdk/src/examples/hello_world_interactive/Makefile View 2 chunks +14 lines, -6 lines 0 comments Download
M native_client_sdk/src/examples/hello_world_interactive/example.dsc View 2 chunks +11 lines, -2 lines 0 comments Download
M native_client_sdk/src/examples/hello_world_stdio/Makefile View 1 2 1 chunk +13 lines, -4 lines 0 comments Download
M native_client_sdk/src/examples/hello_world_stdio/example.dsc View 1 chunk +1 line, -1 line 0 comments Download
M native_client_sdk/src/examples/hello_world_stdio/hello_world.c View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi_main/library.dsc View 1 chunk +1 line, -1 line 0 comments Download
M native_client_sdk/src/tools/common.mk View 6 chunks +73 lines, -3 lines 0 comments Download
M native_client_sdk/src/tools/create_nmf.py View 1 6 chunks +19 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
noelallen1
PTaL
7 years, 11 months ago (2012-12-30 23:30:16 UTC) #1
binji
https://codereview.chromium.org/11725003/diff/1/native_client_sdk/src/examples/hello_world/Makefile File native_client_sdk/src/examples/hello_world/Makefile (right): https://codereview.chromium.org/11725003/diff/1/native_client_sdk/src/examples/hello_world/Makefile#newcode48 native_client_sdk/src/examples/hello_world/Makefile:48: LIBS=$(DEPS) ppapi pthread where is DEPS? https://codereview.chromium.org/11725003/diff/1/native_client_sdk/src/examples/hello_world_gles/Makefile File native_client_sdk/src/examples/hello_world_gles/Makefile ...
7 years, 11 months ago (2013-01-02 21:02:26 UTC) #2
noelallen1
https://codereview.chromium.org/11725003/diff/1/native_client_sdk/src/examples/hello_world/Makefile File native_client_sdk/src/examples/hello_world/Makefile (right): https://codereview.chromium.org/11725003/diff/1/native_client_sdk/src/examples/hello_world/Makefile#newcode48 native_client_sdk/src/examples/hello_world/Makefile:48: LIBS=$(DEPS) ppapi pthread On 2013/01/02 21:02:26, binji wrote: > ...
7 years, 11 months ago (2013-01-07 20:01:30 UTC) #3
binji
lgtm https://codereview.chromium.org/11725003/diff/1/native_client_sdk/src/examples/hello_world_stdio/Makefile File native_client_sdk/src/examples/hello_world_stdio/Makefile (right): https://codereview.chromium.org/11725003/diff/1/native_client_sdk/src/examples/hello_world_stdio/Makefile#newcode48 native_client_sdk/src/examples/hello_world_stdio/Makefile:48: DEPS=ppapi_main OK, seems like we'd want to include ...
7 years, 11 months ago (2013-01-08 23:39:32 UTC) #4
noelallen_use_chromium
https://codereview.chromium.org/11725003/diff/1/native_client_sdk/src/examples/hello_world_stdio/Makefile File native_client_sdk/src/examples/hello_world_stdio/Makefile (right): https://codereview.chromium.org/11725003/diff/1/native_client_sdk/src/examples/hello_world_stdio/Makefile#newcode48 native_client_sdk/src/examples/hello_world_stdio/Makefile:48: DEPS=ppapi_main Yes. nacl_mounts should be in there. It was ...
7 years, 11 months ago (2013-01-09 17:48:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noelallen@chromium.org/11725003/16004
7 years, 11 months ago (2013-01-09 20:51:10 UTC) #6
commit-bot: I haz the power
Presubmit check for 11725003-16004 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 11 months ago (2013-01-09 20:51:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noelallen@chromium.org/11725003/16004
7 years, 11 months ago (2013-01-09 22:27:01 UTC) #8
commit-bot: I haz the power
7 years, 11 months ago (2013-01-09 22:27:13 UTC) #9
Presubmit check for 11725003-16004 failed and returned exit status 1.


Running presubmit commit checks ...
Running pylint on 48 files.

** Presubmit Warnings **
Found lines longer than 80 characters (first 5 shown).
  native_client_sdk/src/tools/common.mk, line 229, 81 chars

** Presubmit ERRORS **
Run the command: svn pset svn:eol-style LF \
  native_client_sdk/src/tools/common.mk

Presubmit checks took 7.2s to calculate.

Powered by Google App Engine
This is Rietveld 408576698