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

Issue 61763014: Add build target for nacl_io from the NaCl SDK. (Closed)

Created:
7 years, 1 month ago by Peter Lundblad
Modified:
7 years, 1 month ago
CC:
chromium-reviews, Sam Clegg, bradnelson, dmazzoni, aboxhall, David Tseng
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Visibility:
Public.

Description

Add build target for nacl_io from the NaCl SDK. BUG=316353 R=noelallen CC=bradnelson Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235053

Patch Set 1 #

Patch Set 2 : Use pymod_do_main to invoke dsc_ifno #

Patch Set 3 : #

Patch Set 4 : Path separator fix. #

Patch Set 5 : fix #

Patch Set 6 : Unhook from all.gyp #

Total comments: 8

Patch Set 7 : Adress comments from binji #

Patch Set 8 : Unhook from all.gyp #

Total comments: 1

Patch Set 9 : Add new targets back into all.gyp, readd main function in dsc_info.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -11 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M build/gyp_chromium View 1 1 chunk +2 lines, -0 lines 0 comments Download
A native_client_sdk/native_client_sdk_untrusted.gyp View 1 2 3 4 5 6 1 chunk +44 lines, -0 lines 0 comments Download
A native_client_sdk/src/build_tools/dsc_info.py View 1 2 3 4 5 6 7 8 1 chunk +65 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/library.dsc View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io/syscalls/fdopen.c View 1 chunk +2 lines, -0 lines 0 comments Download
D native_client_sdk/src/libraries/nacl_io/syscalls/mount.c View 1 chunk +0 lines, -11 lines 0 comments Download
A + native_client_sdk/src/libraries/nacl_io/syscalls/syscall_mount.c View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Peter Lundblad
Hi, This is my attempt of supporting nacl_io in the chrome build system. A few ...
7 years, 1 month ago (2013-11-08 18:20:52 UTC) #1
Peter Lundblad
Friendly ping. Any opinion on this CL?
7 years, 1 month ago (2013-11-12 02:07:26 UTC) #2
binji
Sorry for the delay, we were pushing for the pnacl launch. :) https://codereview.chromium.org/61763014/diff/10008/native_client_sdk/native_client_sdk_untrusted.gyp File native_client_sdk/native_client_sdk_untrusted.gyp ...
7 years, 1 month ago (2013-11-12 19:41:42 UTC) #3
plundblad
Hi, ptal. binji@chromium.org writes: > Sorry for the delay, we were pushing for the pnacl ...
7 years, 1 month ago (2013-11-12 23:17:58 UTC) #4
binji
https://codereview.chromium.org/61763014/diff/1280001/native_client_sdk/native_client_sdk_untrusted.gyp File native_client_sdk/native_client_sdk_untrusted.gyp (right): https://codereview.chromium.org/61763014/diff/1280001/native_client_sdk/native_client_sdk_untrusted.gyp#newcode13 native_client_sdk/native_client_sdk_untrusted.gyp:13: 'target_name': 'nacl_io_untrusted', this new gyp file isn't referenced anywhere ...
7 years, 1 month ago (2013-11-13 00:58:28 UTC) #5
binji
On 2013/11/13 00:58:28, binji wrote: > https://codereview.chromium.org/61763014/diff/1280001/native_client_sdk/native_client_sdk_untrusted.gyp > File native_client_sdk/native_client_sdk_untrusted.gyp (right): > > https://codereview.chromium.org/61763014/diff/1280001/native_client_sdk/native_client_sdk_untrusted.gyp#newcode13 > ...
7 years, 1 month ago (2013-11-13 01:00:31 UTC) #6
Peter Lundblad
binji@chromium.org writes: > > https://codereview.chromium.org/61763014/diff/1280001/native_client_sdk/native_client_sdk_untrusted.gyp > File native_client_sdk/native_client_sdk_untrusted.gyp (right): > > https://codereview.chromium.org/61763014/diff/1280001/native_client_sdk/native_client_sdk_untrusted.gyp#newcode13 > native_client_sdk/native_client_sdk_untrusted.gyp:13: 'target_name': ...
7 years, 1 month ago (2013-11-13 01:03:21 UTC) #7
binji
On 2013/11/13 01:03:21, Peter Lundblad wrote: > mailto:binji@chromium.org writes: > > > > > https://codereview.chromium.org/61763014/diff/1280001/native_client_sdk/native_client_sdk_untrusted.gyp ...
7 years, 1 month ago (2013-11-13 19:10:34 UTC) #8
Peter Lundblad
PTAL I added the new targets in all.gyp and switched dsc_info.py back to having a ...
7 years, 1 month ago (2013-11-13 19:27:35 UTC) #9
binji
Apologies, I didn't notice the comment before. lgtm
7 years, 1 month ago (2013-11-13 19:34:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/plundblad@chromium.org/61763014/1490001
7 years, 1 month ago (2013-11-14 01:38:18 UTC) #11
commit-bot: I haz the power
Retried try job too often on mac for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac&number=101678
7 years, 1 month ago (2013-11-14 02:40:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/plundblad@chromium.org/61763014/1490001
7 years, 1 month ago (2013-11-14 04:23:37 UTC) #13
commit-bot: I haz the power
Change committed as 235053
7 years, 1 month ago (2013-11-14 06:10:20 UTC) #14
Alexander Potapenko
Hi all, This broke the CrOS ASan x86 bot, see http://chromegw.corp.google.com/i/chromium.memory/builders/Chromium%20OS%20%28x86%29%20ASAN/builds/7002: chromeos-chrome-33.0.1710.0_alpha-r1: ________ running '/usr/bin/python2.7 ...
7 years, 1 month ago (2013-11-14 10:01:59 UTC) #15
binji
On 2013/11/14 10:01:59, Alexander Potapenko wrote: > Hi all, > > This broke the CrOS ...
7 years, 1 month ago (2013-11-14 10:04:42 UTC) #16
Alexander Potapenko
7 years, 1 month ago (2013-11-14 11:10:00 UTC) #17
Message was sent while issue was closed.
On 2013/11/14 10:01:59, Alexander Potapenko wrote:
> Hi all,
> 
> This broke the CrOS ASan x86 bot, see
>
http://chromegw.corp.google.com/i/chromium.memory/builders/Chromium%2520OS%25...:
> 
> chromeos-chrome-33.0.1710.0_alpha-r1: ________ running '/usr/bin/python2.7
> src/build/gyp_chromium' in '/home/chrome-bot/chrome_root'
> chromeos-chrome-33.0.1710.0_alpha-r1: Updating projects from gyp files...
> chromeos-chrome-33.0.1710.0_alpha-r1: gyp: Unable to find targets in build
file
>
/home/chrome-bot/chrome_root/src/native_client_sdk/native_client_sdk_untrusted.gyp
> chromeos-chrome-33.0.1710.0_alpha-r1: Error: Command /usr/bin/python2.7
> src/build/gyp_chromium returned non-zero exit status 1 in
> /home/chrome-bot/chrome_root
> chromeos-chrome-33.0.1710.0_alpha-r1: Hook '/usr/bin/python2.7
> src/build/gyp_chromium' took 33.86 secs

Fixed by joaodasilva@ in r235114. Yay!

Powered by Google App Engine
This is Rietveld 408576698