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

Issue 10167024: Add ipc_channel_nacl to the untrusted build and fix all compile/link errors. (Closed)

Created:
8 years, 8 months ago by bbudge
Modified:
8 years, 8 months ago
CC:
chromium-reviews, erikwright (departed), darin-cc_chromium.org, jam, brettw-cc_chromium.org
Visibility:
Public.

Description

Add ipc_channel_nacl to the untrusted build and fix all compile/link errors. ppapi_proxy_untrusted.gyp should now build with a single link error for main. BUG=116317 TEST=builds with a single link error for main(). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133519

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -16 lines) Patch
M base/tracked_objects.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ipc/ipc_channel.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel.cc View 1 1 chunk +7 lines, -1 line 0 comments Download
M ipc/ipc_channel_nacl.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M ipc/ipc_channel_nacl.cc View 1 2 chunks +32 lines, -12 lines 2 comments Download
M ipc/ipc_channel_proxy.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/ppapi_proxy_untrusted.gyp View 1 1 chunk +4 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_instance_proxy.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
bbudge
8 years, 8 months ago (2012-04-23 01:18:24 UTC) #1
dmichael (off chromium)
http://codereview.chromium.org/10167024/diff/1/ipc/ipc_channel.cc File ipc/ipc_channel.cc (left): http://codereview.chromium.org/10167024/diff/1/ipc/ipc_channel.cc#oldcode34 ipc/ipc_channel.cc:34: base::GetCurrentProcId(), Would it be simpler to give base::GetCurrentProcId a ...
8 years, 8 months ago (2012-04-23 14:51:11 UTC) #2
bbudge
http://codereview.chromium.org/10167024/diff/1/ipc/ipc_channel.cc File ipc/ipc_channel.cc (left): http://codereview.chromium.org/10167024/diff/1/ipc/ipc_channel.cc#oldcode34 ipc/ipc_channel.cc:34: base::GetCurrentProcId(), base/process_util.cc wouldn't build untrusted unless we commented out ...
8 years, 8 months ago (2012-04-23 17:46:09 UTC) #3
dmichael (off chromium)
lgtm
8 years, 8 months ago (2012-04-23 17:46:44 UTC) #4
brettw
8 years, 8 months ago (2012-04-23 21:17:35 UTC) #5
lgtm

http://codereview.chromium.org/10167024/diff/10001/ipc/ipc_channel_nacl.cc
File ipc/ipc_channel_nacl.cc (right):

http://codereview.chromium.org/10167024/diff/10001/ipc/ipc_channel_nacl.cc#ne...
ipc/ipc_channel_nacl.cc:68: Channel::ChannelImpl::ReadData(char* buffer,
I think generally we wouldn't indent this second line any.

http://codereview.chromium.org/10167024/diff/10001/ipc/ipc_channel_nacl.cc#ne...
ipc/ipc_channel_nacl.cc:144: base::ProcessId Channel::peer_pid() const { return
0; }
I'd do multiple lines except for some cases in a class definition.

Powered by Google App Engine
This is Rietveld 408576698