Chromium Code Reviews| Index: google_apis/gcm/gcm.gyp |
| diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp |
| index 20a63b9c048cb14d9e521e108ad12198f1cb48ab..e6015bf92de65bbb7c8bdcaa52b22a840aef42ba 100644 |
| --- a/google_apis/gcm/gcm.gyp |
| +++ b/google_apis/gcm/gcm.gyp |
| @@ -81,6 +81,13 @@ |
| 'includes': [ |
| '../../build/protoc.gypi' |
| ], |
| + 'conditions': [ |
| + ['chromeos == 1', { |
| + 'dependencies': [ |
| + '../../components/components.gyp:timer', |
| + ], |
| + }], |
| + ], |
| }, |
| # The test support library that is needed to test gcm. |