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

Issue 608032: media: remove redundant gyp excludes (Closed)

Created:
10 years, 10 months ago by Evan Martin
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, scherkus (not reviewing), awong, Alpha Left Google
Visibility:
Public.

Description

media: remove redundant gyp excludes I moved all of these general patterns to common.gypi. Also rearrange the common.gypi patterns to cover more common Linux patterns. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39236

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 3

Patch Set 3 : move linux #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -26 lines) Patch
M build/common.gypi View 2 1 chunk +9 lines, -2 lines 1 comment Download
M media/media.gyp View 3 chunks +0 lines, -24 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Evan Martin
10 years, 10 months ago (2010-02-17 14:31:45 UTC) #1
awong
LGTM On Wed, Feb 17, 2010 at 6:31 AM, <evan@chromium.org> wrote: > Reviewers: bradnelson, Mark ...
10 years, 10 months ago (2010-02-17 17:11:53 UTC) #2
Mark Mentovai
LGTM. The comment isn't something to necessarily fix, but it's something that stuck out as ...
10 years, 10 months ago (2010-02-17 17:36:16 UTC) #3
fbarchard
Looks cleaner, if we want to continue encouraging platform excludes. We historically did it so ...
10 years, 10 months ago (2010-02-17 17:43:34 UTC) #4
Evan Martin
On 2010/02/17 17:36:16, Mark Mentovai wrote: > http://codereview.chromium.org/608032/diff/2002/3001#newcode468 > build/common.gypi:468: ['exclude', > '_(chromeos|gtk|linux|x|x11)(_unittest)?\\.cc$'], > Seems ...
10 years, 10 months ago (2010-02-17 17:45:07 UTC) #5
Evan Martin
On 2010/02/17 17:43:34, fbarchard wrote: > should this include 'OS!="solaris" I haven't committed the solaris ...
10 years, 10 months ago (2010-02-17 17:45:57 UTC) #6
Evan Martin
On 2010/02/17 17:43:34, fbarchard wrote: > The downside, I'm guessing, is that more complex excludes ...
10 years, 10 months ago (2010-02-17 17:46:20 UTC) #7
Evan Martin
On 2010/02/17 17:46:20, Evan Martin wrote: > On 2010/02/17 17:43:34, fbarchard wrote: > > The ...
10 years, 10 months ago (2010-02-17 17:52:48 UTC) #8
fbarchard
notice audio not working on http://chromium.jaggeri.com/ http://codereview.chromium.org/608032/diff/7001/7002 File build/common.gypi (right): http://codereview.chromium.org/608032/diff/7001/7002#newcode473 build/common.gypi:473: ['OS!="linux"', { for ...
10 years, 10 months ago (2010-02-17 18:12:49 UTC) #9
Evan Martin
On 2010/02/17 18:12:49, fbarchard wrote: > notice audio not working on http://chromium.jaggeri.com/ freebsd doesn't support ...
10 years, 10 months ago (2010-02-17 18:23:56 UTC) #10
fbarchard
10 years, 10 months ago (2010-02-17 18:38:53 UTC) #11
On 2010/02/17 18:23:56, Evan Martin wrote:
> On 2010/02/17 18:12:49, fbarchard wrote:
> > notice audio not working on http://chromium.jaggeri.com/
> 
> freebsd doesn't support ALSA, which is what media uses.
> (ALSA = "advanced *linux* sound architecture")

(I am not a linux guru)
There was a comment on that site that a port libasound is available, but not
tested.  asound = alsa?
We might want to treat this like nss and have a USE_ALSA that can be enabled.
> 
> > Not a big deal.. we can add those platforms later.  But it doesn't seem
fully
> > thought out.
> 
> Yeah, they're unsupported, so I don't feel too bad breaking them.

I don't think you're breaking it; You're just not adding the support.  Which is
fine.  Someone with the ability to test these platforms should file a bug and
submit the patch.
Its a step in the right direction, making media more platform agnostic.
I've been building various versions of windows the last hour, and so far all is
fine with your patches.
LGTM

Powered by Google App Engine
This is Rietveld 408576698