|
|
DescriptionInclude Mac media glue code in iOS builds.
BUG=410527
R=rsesek, DaleCurtis
Committed: https://crrev.com/dba29b0688ad137a4e482ef4347469df85883a8b
Cr-Commit-Position: refs/heads/master@{#293782}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebase #Patch Set 3 : Avoid using regular expression patterns to match multiple files in inclusion rules. #
Total comments: 1
Patch Set 4 : Rebase #Patch Set 5 : Rebase #Patch Set 6 : Rebase #Patch Set 7 : Rebase #
Messages
Total messages: 35 (12 generated)
LGTM
lgtm % nits https://codereview.chromium.org/533423002/diff/1/media/media.gyp File media/media.gyp (right): https://codereview.chromium.org/533423002/diff/1/media/media.gyp#newcode997 media/media.gyp:997: ['include', '^base/mac/avfoundation_glue\\.(h|mm)$'], Please list these explicitly. These type of patterns are hard to follow.
Patchset #2 (id:20001) has been deleted
Waiting for approval before adding to CQ. https://codereview.chromium.org/533423002/diff/1/media/media.gyp File media/media.gyp (right): https://codereview.chromium.org/533423002/diff/1/media/media.gyp#newcode997 media/media.gyp:997: ['include', '^base/mac/avfoundation_glue\\.(h|mm)$'], On 2014/09/04 23:05:03, DaleCurtis wrote: > Please list these explicitly. These type of patterns are hard to follow. Done.
https://codereview.chromium.org/533423002/diff/60001/media/media.gyp File media/media.gyp (right): https://codereview.chromium.org/533423002/diff/60001/media/media.gyp#newcode994 media/media.gyp:994: 'sources/': [ Why still use regex instead just sources: [ <a>, <b>, <c> ] ?
On 2014/09/05 17:28:48, DaleCurtis wrote: > https://codereview.chromium.org/533423002/diff/60001/media/media.gyp > File media/media.gyp (right): > > https://codereview.chromium.org/533423002/diff/60001/media/media.gyp#newcode994 > media/media.gyp:994: 'sources/': [ > Why still use regex instead just sources: [ <a>, <b>, <c> ] ? As far as I understand gyp, you must use a regular expression in include rules. https://code.google.com/p/gyp/wiki/InputFormatReference#Pattern_Lists_(/)
Yes, but doesn't just listing them in the sources field include them?
On 2014/09/05 17:55:55, DaleCurtis wrote: > Yes, but doesn't just listing them in the sources field include them? No, they get excluded by exclude rules in build/filename_rules.gypi. They need to be explicitly added back to iOS builds via later-evaluated include rules.
lgtm Ah, that's unfortunate, your ps#2 was fine then.
On 2014/09/05 18:19:26, DaleCurtis wrote: > lgtm > > Ah, that's unfortunate, your ps#2 was fine then. I don't mind being explicit.
The CQ bit was checked by jfroy@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jfroy@chromium.org/533423002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_d...)
The CQ bit was checked by jfroy@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jfroy@chromium.org/533423002/80001
The CQ bit was unchecked by commit-bot@chromium.org
Exceeded time limit waiting for builds to trigger.
The CQ bit was checked by jfroy@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jfroy@chromium.org/533423002/100001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tes...)
The CQ bit was checked by jfroy@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jfroy@chromium.org/533423002/120001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tes...)
The CQ bit was checked by jfroy@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jfroy@chromium.org/533423002/140001
The CQ bit was unchecked by commit-bot@chromium.org
Exceeded time limit waiting for builds to trigger.
The CQ bit was checked by jfroy@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jfroy@chromium.org/533423002/140001
Message was sent while issue was closed.
Committed patchset #7 (id:140001) as 43c2a6e38c642cec883408fef8ddc4580196dff1
Message was sent while issue was closed.
Patchset 7 (id:??) landed as https://crrev.com/dba29b0688ad137a4e482ef4347469df85883a8b Cr-Commit-Position: refs/heads/master@{#293782} |