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

Issue 969006: Add the descriptor support needed for Pepper in a way that does... (Closed)

Created:
10 years, 9 months ago by sehr (please use chromium)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam+cc_chromium.org, brettw+cc_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add the descriptor support needed for Pepper in a way that does not include chrome/common or base/ files from the NaCl tree. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=41864

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -1 line) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_renderer.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/renderer/nacl_desc_wrapper_chrome.cc View 1 2 1 chunk +71 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sehr (please use chromium)
Here's a first attempt at addressing the file inclusion issue.
10 years, 9 months ago (2010-03-17 04:43:49 UTC) #1
darin (slow to review)
Looks good. I just have nits: http://codereview.chromium.org/969006/diff/1/3 File chrome/renderer/nacl_desc_wrapper_chrome.cc (right): http://codereview.chromium.org/969006/diff/1/3#newcode16 chrome/renderer/nacl_desc_wrapper_chrome.cc:16: base::SharedMemory* shm = ...
10 years, 9 months ago (2010-03-17 07:17:33 UTC) #2
sehr (please use chromium)
Darin, Thanks for the review. New version uploaded, awaiting trybots for submission. David http://codereview.chromium.org/969006/diff/1/3 File ...
10 years, 9 months ago (2010-03-17 17:20:08 UTC) #3
darin (slow to review)
LGTM
10 years, 9 months ago (2010-03-17 17:32:52 UTC) #4
appamatto
10 years, 9 months ago (2010-03-20 10:36:23 UTC) #5
This appears to break the disable_nacl=1 build, because
nacl_desc_wrapper_chrome.cc is unconditionally included in the sources list.

Powered by Google App Engine
This is Rietveld 408576698