| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 88abe822afa513082099fb53e178b7ff94b24e25..73def3e14442ae64894a08c1da157cb0d1f02478 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3166,7 +3166,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',
|
| @@ -3176,6 +3175,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.
|
|
|