| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 525f35df2a87d19e2231fd46af32cc0e469c4294..babd1da31169e262ff29cd8ca3beb807f547d34a 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3117,6 +3117,7 @@
|
| # Disabling for now (enabled on linux/windows below).
|
| # 'browser_tests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| + '../media/media.gyp:media_unittests',
|
| '../net/net.gyp:net_unittests',
|
| '../printing/printing.gyp:printing_unittests',
|
| '../remoting/remoting.gyp:remoting_unittests',
|
| @@ -3126,10 +3127,6 @@
|
| '../sync/sync.gyp:sync_unit_tests',
|
| ], # 'dependencies'
|
| 'conditions': [
|
| - ['OS!="ios"', {
|
| - 'dependencies': [
|
| - '../media/media.gyp:media_unittests',
|
| - ]}],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| # Courgette has not been ported from Windows.
|
|
|