| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 3ff733ac3edfc0115883b0acd337b6b6e4d5b9a5..193b0ab3452cbe64c70b0d1b0d049c9ba568726d 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1921,6 +1921,11 @@
|
| 'common/time_format_browsertest.cc',
|
| ],
|
| }],
|
| + ['OS=="android"', {
|
| + 'sources!': [
|
| + 'browser/policy/cloud/component_cloud_policy_browsertest.cc',
|
| + ],
|
| + }],
|
| ['os_posix == 1 and OS != "mac" and OS != "android"', {
|
| 'conditions': [
|
| ['linux_use_tcmalloc==1', {
|
|
|