| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 0521450ef7d88b5c92f42ec67676390463cff4b9..7ab63bba9b537d444ef648355d411ea246f56fdd 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2033,6 +2033,11 @@
|
| 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc',
|
| ],
|
| }],
|
| + ['OS=="mac" or OS=="win"', {
|
| + 'sources': [
|
| + 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc',
|
| + ],
|
| + }],
|
| ['os_posix == 0 or chromeos == 1', {
|
| 'sources!': [
|
| 'common/time_format_browsertest.cc',
|
|
|