Chromium Code Reviews| Index: google_apis/gcm/gcm_tests.gypi |
| diff --git a/google_apis/gcm/gcm_tests.gypi b/google_apis/gcm/gcm_tests.gypi |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..51e83c5c73ce72711dd745d765bce4e11b943d9c |
| --- /dev/null |
| +++ b/google_apis/gcm/gcm_tests.gypi |
| @@ -0,0 +1,30 @@ |
| +# Copyright 2013 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
|
akalin
2013/10/15 00:56:07
mind inlining this into gcm.gyp, too?
Nicolas Zea
2013/10/15 20:07:38
Done.
|
| +{ |
| + 'targets': [ |
| + { |
| + # The main GCM unit tests. |
| + 'target_name': 'gcm_unit_tests', |
| + 'type': '<(gtest_target_type)', |
| + # Typed-parametrized tests generate exit-time destructors. |
| + 'variables': { 'enable_wexit_time_destructors': 0, }, |
| + 'defines': [ |
| + 'GCM_TEST', |
| + ], |
| + 'dependencies': [ |
| + '../../base/base.gyp:run_all_unittests', |
| + '../../base/base.gyp:base', |
| + '../../net/net.gyp:net', |
| + '../../net/net.gyp:net_test_support', |
| + '../../testing/gtest.gyp:gtest', |
| + '../../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| + 'gcm' |
| + ], |
| + 'sources': [ |
| + 'base/socket_stream_unittest.cc', |
| + ] |
| + }, |
| + ], |
| +} |