OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 # Test support files for the 'sync_core' target. | 7 # Test support files for the 'sync_core' target. |
8 { | 8 { |
9 'target_name': 'test_support_sync_core', | 9 'target_name': 'test_support_sync_core', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 '../testing/gtest.gyp:gtest', | 322 '../testing/gtest.gyp:gtest', |
323 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 323 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
324 '../third_party/libjingle/libjingle.gyp:libjingle', | 324 '../third_party/libjingle/libjingle.gyp:libjingle', |
325 'sync', | 325 'sync', |
326 'test_support_sync_notifier', | 326 'test_support_sync_notifier', |
327 ], | 327 ], |
328 'direct_dependent_settings': { | 328 'direct_dependent_settings': { |
329 'include_dirs': [ | 329 'include_dirs': [ |
330 '..', | 330 '..', |
331 ], | 331 ], |
332 'sources': [ | |
333 'notifier/invalidator_factory_unittest.cc', | |
334 ], | |
335 'conditions': [ | 332 'conditions': [ |
336 ['OS != "android"', { | 333 ['OS != "android"', { |
337 'sources': [ | 334 'sources': [ |
338 'notifier/ack_tracker_unittest.cc', | 335 'notifier/ack_tracker_unittest.cc', |
339 'notifier/fake_invalidator_unittest.cc', | 336 'notifier/fake_invalidator_unittest.cc', |
340 'notifier/invalidation_notifier_unittest.cc', | 337 'notifier/invalidation_notifier_unittest.cc', |
341 'notifier/invalidator_registrar_unittest.cc', | 338 'notifier/invalidator_registrar_unittest.cc', |
342 'notifier/non_blocking_invalidator_unittest.cc', | 339 'notifier/non_blocking_invalidator_unittest.cc', |
343 'notifier/p2p_invalidator_unittest.cc', | 340 'notifier/p2p_invalidator_unittest.cc', |
344 'notifier/push_client_channel_unittest.cc', | 341 'notifier/push_client_channel_unittest.cc', |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
639 'variables': { | 636 'variables': { |
640 'test_suite_name': 'sync_unit_tests', | 637 'test_suite_name': 'sync_unit_tests', |
641 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 638 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
642 }, | 639 }, |
643 'includes': [ '../build/apk_test.gypi' ], | 640 'includes': [ '../build/apk_test.gypi' ], |
644 }, | 641 }, |
645 ], | 642 ], |
646 }], | 643 }], |
647 ], | 644 ], |
648 } | 645 } |
OLD | NEW |