| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 9ec897a4f2056e297135c5ee48fc8b6a34d1c6ac..2b2ae437772c500f6fcc1798672630a2286903a5 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3116,7 +3116,6 @@
|
| # 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,6 +3125,10 @@
|
| '../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.
|
|
|