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

Issue 10855047: Fix extension link error on Android. (Closed)

Created:
8 years, 4 months ago by Torne
Modified:
8 years, 4 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip-chromium-reviews_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Fix extension link error on Android. The USB extension binding code introduced in r134423 is excluded from the build when OS==android, but still calls the excluded code. None of the other bindings are excluded on Android currently, and the files do actually build, so just reinclude them for now. More extension code may be excluded from android in future, but in a less piecemeal way. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151081

Patch Set 1 #

Total comments: 1

Patch Set 2 : Don't use an ifdef, just build the missing files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -7 lines) Patch
M chrome/chrome_renderer.gypi View 1 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Torne
Hi Garret, Antony (original reviewer), This is a fix for http://codereview.chromium.org/10224009 which breaks building on ...
8 years, 4 months ago (2012-08-08 10:55:42 UTC) #1
asargent_no_longer_on_chrome
https://chromiumcodereview.appspot.com/10855047/diff/1/chrome/renderer/extensions/dispatcher.cc File chrome/renderer/extensions/dispatcher.cc (right): https://chromiumcodereview.appspot.com/10855047/diff/1/chrome/renderer/extensions/dispatcher.cc#newcode600 chrome/renderer/extensions/dispatcher.cc:600: #endif This seems like kind of a strange place ...
8 years, 4 months ago (2012-08-08 18:44:21 UTC) #2
joth
On 2012/08/08 18:44:21, Antony Sargent wrote: > https://chromiumcodereview.appspot.com/10855047/diff/1/chrome/renderer/extensions/dispatcher.cc > File chrome/renderer/extensions/dispatcher.cc (right): > > https://chromiumcodereview.appspot.com/10855047/diff/1/chrome/renderer/extensions/dispatcher.cc#newcode600 ...
8 years, 4 months ago (2012-08-09 03:10:48 UTC) #3
Torne
On 2012/08/09 03:10:48, joth wrote: > On 2012/08/08 18:44:21, Antony Sargent wrote: > > > ...
8 years, 4 months ago (2012-08-09 10:20:57 UTC) #4
Torne
OK, I experimented with this and the excluded files appear to compile on Android anyway, ...
8 years, 4 months ago (2012-08-10 13:04:39 UTC) #5
asargent_no_longer_on_chrome
LGTM
8 years, 4 months ago (2012-08-10 16:25:06 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/torne@chromium.org/10855047/1003
8 years, 4 months ago (2012-08-10 16:32:14 UTC) #7
commit-bot: I haz the power
Presubmit check for 10855047-1003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-10 16:32:16 UTC) #8
Nico
lgtm stamp
8 years, 4 months ago (2012-08-10 16:37:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/torne@chromium.org/10855047/1003
8 years, 4 months ago (2012-08-10 16:37:45 UTC) #10
commit-bot: I haz the power
8 years, 4 months ago (2012-08-10 17:55:07 UTC) #11
Change committed as 151081

Powered by Google App Engine
This is Rietveld 408576698