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

Issue 831813004: Get nacl building again for android (Closed)

Created:
5 years, 11 months ago by sehr
Modified:
5 years, 10 months ago
Reviewers:
Lei Zhang, bbudge, Yoyo Zhou
CC:
chromium-reviews, stuartmorgan+watch_chromium.org, native-client-reviews_googlegroups.com, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Get nacl building again for android BUG= https://code.google.com/p/nativeclient/issues/detail?id=3032 Committed: https://crrev.com/996e4238b31f621fabe490f34b67f5a9edb5872a Cr-Commit-Position: refs/heads/master@{#313945}

Patch Set 1 #

Patch Set 2 : Remove adjacent ifdefs #

Patch Set 3 : Remove process launcher change #

Total comments: 16

Patch Set 4 : Code review comments addressed #

Total comments: 2

Patch Set 5 : Make GN build rule the same as gyp #

Total comments: 2

Patch Set 6 : rebased #

Patch Set 7 : Fix pattern variable name. #

Patch Set 8 : Fix for bbudge suggestion #

Patch Set 9 : Comment out CheckEnvVar #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -21 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/nacl_host/nacl_browser_delegate_impl.h View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/nacl_host/nacl_browser_delegate_impl.cc View 1 2 3 4 5 6 3 chunks +16 lines, -6 lines 0 comments Download
M chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -1 line 0 comments Download
M chrome/renderer/pepper/pepper_uma_host.cc View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M components/nacl/browser/nacl_browser.cc View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -3 lines 0 comments Download
M components/nacl/browser/nacl_browser_delegate.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/browser/test_nacl_browser_delegate.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/browser/test_nacl_browser_delegate.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M extensions/shell/browser/shell_nacl_browser_delegate.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/browser/shell_nacl_browser_delegate.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (3 generated)
sehr
Once more unto the breach. Fix a few small issues that block building NaCl in ...
5 years, 11 months ago (2015-01-21 21:01:59 UTC) #2
bbudge
https://codereview.chromium.org/831813004/diff/40001/chrome/browser/nacl_host/nacl_browser_delegate_impl.cc File chrome/browser/nacl_host/nacl_browser_delegate_impl.cc (right): https://codereview.chromium.org/831813004/diff/40001/chrome/browser/nacl_host/nacl_browser_delegate_impl.cc#newcode200 chrome/browser/nacl_host/nacl_browser_delegate_impl.cc:200: bool NaClBrowserDelegateImpl::MapUrlToLocalFilePath( It seems like the body of this ...
5 years, 11 months ago (2015-01-21 21:22:07 UTC) #3
Lei Zhang
https://codereview.chromium.org/831813004/diff/40001/chrome/browser/nacl_host/nacl_browser_delegate_impl.cc File chrome/browser/nacl_host/nacl_browser_delegate_impl.cc (right): https://codereview.chromium.org/831813004/diff/40001/chrome/browser/nacl_host/nacl_browser_delegate_impl.cc#newcode143 chrome/browser/nacl_host/nacl_browser_delegate_impl.cc:143: void NaClBrowserDelegateImpl::SetDebugPatterns(std::string debug_patterns) { BTW, would you mind making ...
5 years, 11 months ago (2015-01-21 21:32:22 UTC) #4
sehr
Thanks for the reviews. PTAL. https://codereview.chromium.org/831813004/diff/40001/chrome/browser/nacl_host/nacl_browser_delegate_impl.cc File chrome/browser/nacl_host/nacl_browser_delegate_impl.cc (right): https://codereview.chromium.org/831813004/diff/40001/chrome/browser/nacl_host/nacl_browser_delegate_impl.cc#newcode143 chrome/browser/nacl_host/nacl_browser_delegate_impl.cc:143: void NaClBrowserDelegateImpl::SetDebugPatterns(std::string debug_patterns) { ...
5 years, 11 months ago (2015-01-22 19:57:22 UTC) #5
Lei Zhang
looking good... https://codereview.chromium.org/831813004/diff/60001/chrome/chrome_common.gypi File chrome/chrome_common.gypi (right): https://codereview.chromium.org/831813004/diff/60001/chrome/chrome_common.gypi#newcode414 chrome/chrome_common.gypi:414: ['enable_plugins==1 and enable_extensions==1', { You probably need ...
5 years, 11 months ago (2015-01-22 22:00:47 UTC) #6
sehr
Thanks for catching that (sorry). Trybots are trying... PTAL. https://codereview.chromium.org/831813004/diff/60001/chrome/chrome_common.gypi File chrome/chrome_common.gypi (right): https://codereview.chromium.org/831813004/diff/60001/chrome/chrome_common.gypi#newcode414 chrome/chrome_common.gypi:414: ...
5 years, 11 months ago (2015-01-23 00:05:04 UTC) #7
Lei Zhang
lgtm
5 years, 11 months ago (2015-01-23 00:06:32 UTC) #8
bbudge
LGTM 1 comment https://codereview.chromium.org/831813004/diff/80001/components/nacl/browser/nacl_browser.cc File components/nacl/browser/nacl_browser.cc (right): https://codereview.chromium.org/831813004/diff/80001/components/nacl/browser/nacl_browser.cc#newcode153 components/nacl/browser/nacl_browser.cc:153: #endif It might be a little ...
5 years, 11 months ago (2015-01-23 00:28:28 UTC) #9
sehr
Addressed Bill's comments. PTAL. Yoyo, I think I need an LGTM from you also, per ...
5 years, 10 months ago (2015-01-30 01:24:00 UTC) #11
Yoyo Zhou
LGTM for extensions/
5 years, 10 months ago (2015-01-30 01:31:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/831813004/160001
5 years, 10 months ago (2015-01-30 17:31:11 UTC) #14
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 10 months ago (2015-01-30 18:16:14 UTC) #15
commit-bot: I haz the power
5 years, 10 months ago (2015-01-30 18:17:46 UTC) #16
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/996e4238b31f621fabe490f34b67f5a9edb5872a
Cr-Commit-Position: refs/heads/master@{#313945}

Powered by Google App Engine
This is Rietveld 408576698