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

Issue 10836220: Eliminate the 'build_ppapi_ipc_proxy_untrusted' build flag for untrusted PPAPI proxy builds. (Closed)

Created:
8 years, 4 months ago by bbudge
Modified:
8 years, 4 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Eliminate the 'build_ppapi_ipc_proxy_untrusted' build flag for untrusted PPAPI proxy builds. This CL removes our custom GYP flag and modifies the build so both the SRPC and IPC proxies are built side by side. In addition, NaClBrowser now checks the '--enable-nacl-ipc-proxy' flag to determine which IRT to load. The IPC proxy's name is of the form 'nacl_ipc_irt_*'. BUG=116317 TEST=builds and runs NaCl apps with --enable-nacl-ipc-proxy Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151581

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -92 lines) Patch
M build/all.gyp View 1 2 3 2 chunks +0 lines, -14 lines 0 comments Download
M build/common.gypi View 1 2 3 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/nacl_host/nacl_browser.cc View 1 2 3 4 chunks +17 lines, -8 lines 0 comments Download
M chrome/nacl.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/native_client.gyp View 1 2 3 3 chunks +6 lines, -16 lines 0 comments Download
A + ppapi/ppapi_ipc_proxy_untrusted.gyp View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D ppapi/ppapi_proxy_untrusted.gyp View 1 2 3 1 chunk +0 lines, -49 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
bbudge
http://codereview.chromium.org/10836220/diff/8002/ppapi/ppapi_chrome_proxy_untrusted.gyp File ppapi/ppapi_chrome_proxy_untrusted.gyp (right): http://codereview.chromium.org/10836220/diff/8002/ppapi/ppapi_chrome_proxy_untrusted.gyp#newcode49 ppapi/ppapi_chrome_proxy_untrusted.gyp:49: } This file had to be renamed because GYP ...
8 years, 4 months ago (2012-08-14 00:33:17 UTC) #1
Mark Seaborn
http://codereview.chromium.org/10836220/diff/8002/chrome/browser/nacl_host/nacl_browser.cc File chrome/browser/nacl_host/nacl_browser.cc (right): http://codereview.chromium.org/10836220/diff/8002/chrome/browser/nacl_host/nacl_browser.cc#newcode54 chrome/browser/nacl_host/nacl_browser.cc:54: return is64 ? NACL_IRT_FILE_NAME("nacl_chrome_irt", "x86_64") : Chrome's existing irt.nexe ...
8 years, 4 months ago (2012-08-14 01:12:05 UTC) #2
dmichael (off chromium)
lgtm http://codereview.chromium.org/10836220/diff/8002/build/all.gyp File build/all.gyp (right): http://codereview.chromium.org/10836220/diff/8002/build/all.gyp#newcode249 build/all.gyp:249: # TODO(bbudge): drop this when we have switched ...
8 years, 4 months ago (2012-08-14 17:03:31 UTC) #3
brettw
LGTM rubberstamp if you needed it (not sure)
8 years, 4 months ago (2012-08-14 17:11:24 UTC) #4
bbudge
Adding Brad to check all.gyp and nacl.gypi to make sure our build still runs on ...
8 years, 4 months ago (2012-08-14 18:35:18 UTC) #5
bbudge
Fix Windows compile.
8 years, 4 months ago (2012-08-14 19:27:36 UTC) #6
bradn
LGTM on the gyp
8 years, 4 months ago (2012-08-14 20:07:48 UTC) #7
Mark Seaborn
LGTM. Your commit message still refers to "nacl_chrome_irt" though, and there's a typo ('--enable-nacl-ipc-prox'). Also ...
8 years, 4 months ago (2012-08-14 22:14:03 UTC) #8
bbudge
8 years, 4 months ago (2012-08-14 22:22:43 UTC) #9
http://codereview.chromium.org/10836220/diff/7009/chrome/browser/nacl_host/na...
File chrome/browser/nacl_host/nacl_browser.cc (right):

http://codereview.chromium.org/10836220/diff/7009/chrome/browser/nacl_host/na...
chrome/browser/nacl_host/nacl_browser.cc:38: switches::kEnableNaClIPCProxy))
On 2012/08/14 22:14:04, Mark Seaborn wrote:
> Indent the function argument by 4 more spaces?

Done.

Powered by Google App Engine
This is Rietveld 408576698