| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 87f5cd0c904f2a50e55736eba007e9d68dd608ba..10f68512710923fffac670c32b260285ba0a371e 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1930,6 +1930,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', {
|
|
|