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

Issue 2799006: Update installer for internal plugin. (Closed)

Created:
10 years, 6 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
vtl, viettrungluu
CC:
chromium-reviews
Visibility:
Public.

Description

Update installer for internal plugin. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49757

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -5 lines) Patch
M chrome/chrome_dll.gypi View 2 chunks +10 lines, -0 lines 2 comments Download
M chrome/chrome_exe.gypi View 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/chrome_installer.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/mini_installer/chrome.release View 1 chunk +1 line, -0 lines 2 comments Download
M chrome/installer/mini_installer/chrome_frame.release View 1 chunk +1 line, -0 lines 1 comment Download
M chrome/tools/build/linux/FILES View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/tools/build/linux/FILES.cfg View 1 chunk +6 lines, -0 lines 2 comments Download
M chrome/tools/build/win/FILES View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/tools/build/win/FILES.cfg View 1 chunk +6 lines, -0 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
jam
10 years, 6 months ago (2010-06-15 01:28:57 UTC) #1
viettrungluu
You may want to ping mmoss (or maybe thestig?) for the Linux bits and cpu ...
10 years, 6 months ago (2010-06-15 01:45:43 UTC) #2
jam
10 years, 6 months ago (2010-06-15 01:52:07 UTC) #3
http://codereview.chromium.org/2799006/diff/2001/3001
File chrome/chrome_dll.gypi (right):

http://codereview.chromium.org/2799006/diff/2001/3001#newcode292
chrome/chrome_dll.gypi:292: ['internal_pdf', {
On 2010/06/15 01:45:43, viettrungluu wrote:
> When/where/how is internal_pdf set?

It's mapped in using supplemental gypi stuff, when the internal code is fetched
using .gclient.  i.e. magic that bradnelson setup for us.

http://codereview.chromium.org/2799006/diff/2001/3004
File chrome/installer/mini_installer/chrome.release (right):

http://codereview.chromium.org/2799006/diff/2001/3004#newcode59
chrome/installer/mini_installer/chrome.release:59: pdf.dll: %(VersionDir)s\
On 2010/06/15 01:45:43, viettrungluu wrote:
> If this is only available for official/branded builds, I think it should go in
> the section below? (I don't know for sure. I think Carlos would know.)

it'll be available for both (the case below was different for other reasons, we
can talk about it offline)

http://codereview.chromium.org/2799006/diff/2001/3007
File chrome/tools/build/linux/FILES.cfg (right):

http://codereview.chromium.org/2799006/diff/2001/3007#newcode94
chrome/tools/build/linux/FILES.cfg:94: # PDF Plugin files:
On 2010/06/15 01:45:43, viettrungluu wrote:
> Now that I think of it, I'm also worried about the official versus
non-official
> build thing (but then I don't know why the Flash files are in win/FILES).

think of this binary as more like any chrome binary that we can distribute
however we want, except that the code isn't open.

http://codereview.chromium.org/2799006/diff/2001/3009
File chrome/tools/build/win/FILES.cfg (right):

http://codereview.chromium.org/2799006/diff/2001/3009#newcode343
chrome/tools/build/win/FILES.cfg:343: 'buildtype': ['dev', 'official'],
On 2010/06/15 01:45:43, viettrungluu wrote:
> It's not entirely clear to me what "dev" builds are.... (Continuous Chromium
> builds? Nightly Chrome builds?)

i'm not sure either, i'm treating it like any of the other chrome binaries for
now though.

Powered by Google App Engine
This is Rietveld 408576698