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

Issue 5690001: chromeos: Fix shared linking. (Closed)

Created:
10 years ago by sadrul
Modified:
9 years, 6 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

chromeos: Fix shared linking. BUG=make chrome fails with GYP_DEFINES='chromeos=1 library=shared_library' TEST=see BUG Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68748

Patch Set 1 #

Total comments: 2

Patch Set 2 : update gyp #

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

Messages

Total messages: 13 (0 generated)
sadrul
Looks like this was caused by http://codereview.chromium.org/5368002
10 years ago (2010-12-09 04:45:52 UTC) #1
The wrong rickcam account
On 2010/12/09 04:45:52, sadrul wrote: > Looks like this was caused by http://codereview.chromium.org/5368002 What is ...
10 years ago (2010-12-09 16:04:06 UTC) #2
The wrong rickcam account
On 2010/12/09 04:45:52, sadrul wrote: > Looks like this was caused by http://codereview.chromium.org/5368002 What is ...
10 years ago (2010-12-09 16:04:07 UTC) #3
sadrul
On 2010/12/09 16:04:07, Rick Campbell wrote: > On 2010/12/09 04:45:52, sadrul wrote: > > Looks ...
10 years ago (2010-12-09 16:20:33 UTC) #4
The wrong rickcam account
On 2010/12/09 16:20:33, sadrul wrote: > On 2010/12/09 16:04:07, Rick Campbell wrote: > > On ...
10 years ago (2010-12-09 17:33:33 UTC) #5
The wrong rickcam account
http://codereview.chromium.org/5690001/diff/1/chrome/browser/background_mode_manager_chromeos.cc File chrome/browser/background_mode_manager_chromeos.cc (right): http://codereview.chromium.org/5690001/diff/1/chrome/browser/background_mode_manager_chromeos.cc#newcode8 chrome/browser/background_mode_manager_chromeos.cc:8: #include "grit/generated_resources.h" I recommend dropping this change in favor ...
10 years ago (2010-12-09 17:34:27 UTC) #6
The wrong rickcam account
On 2010/12/09 17:34:27, Rick Campbell wrote: > http://codereview.chromium.org/5690001/diff/1/chrome/browser/background_mode_manager_chromeos.cc > File chrome/browser/background_mode_manager_chromeos.cc (right): > > http://codereview.chromium.org/5690001/diff/1/chrome/browser/background_mode_manager_chromeos.cc#newcode8 ...
10 years ago (2010-12-09 17:39:11 UTC) #7
Andrew T Wilson (Slow)
Agreed with both of Rick's comments. In fact, I actually think this is best addressed ...
10 years ago (2010-12-09 18:09:24 UTC) #8
Andrew T Wilson (Slow)
On 2010/12/09 18:09:24, Andrew T Wilson wrote: > Agreed with both of Rick's comments. In ...
10 years ago (2010-12-09 18:11:49 UTC) #9
sadrul
On 2010/12/09 18:11:49, Andrew T Wilson wrote: > On 2010/12/09 18:09:24, Andrew T Wilson wrote: ...
10 years ago (2010-12-09 18:22:14 UTC) #10
sadrul
On 2010/12/09 18:11:49, Andrew T Wilson wrote: > On 2010/12/09 18:09:24, Andrew T Wilson wrote: ...
10 years ago (2010-12-09 18:24:10 UTC) #11
Andrew T Wilson (Slow)
LGTM - I'm not entirely clear on which of the various ways of excluding files ...
10 years ago (2010-12-09 18:33:09 UTC) #12
sadrul
10 years ago (2010-12-09 19:21:45 UTC) #13
On 2010/12/09 18:33:09, Andrew T Wilson wrote:
> LGTM - I'm not entirely clear on which of the various ways of excluding files
> from chromeos is the preferred one, but this looks like it should work.

Thanks. I have checked it in.

The ordering in the gyp file is not very clear to me either. I usually just add
the conditional include/excludes in the same level, i.e. since
background_mode_manager_linux.cc is included in 'browser':'sources', the
conditional exclusion goes in 'browser':'conditions':'chromeos==1'. But I have a
suspicion there isn't a strongly defined rule for this.

Powered by Google App Engine
This is Rietveld 408576698