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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 '../testing/gtest.gyp:gtest', | 321 '../testing/gtest.gyp:gtest', |
322 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 322 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
323 '../third_party/libjingle/libjingle.gyp:libjingle', | 323 '../third_party/libjingle/libjingle.gyp:libjingle', |
324 'sync', | 324 'sync', |
325 'test_support_sync_notifier', | 325 'test_support_sync_notifier', |
326 ], | 326 ], |
327 'direct_dependent_settings': { | 327 'direct_dependent_settings': { |
328 'include_dirs': [ | 328 'include_dirs': [ |
329 '..', | 329 '..', |
330 ], | 330 ], |
331 'sources': [ | |
332 'notifier/invalidator_factory_unittest.cc', | |
333 ], | |
334 'conditions': [ | 331 'conditions': [ |
335 ['OS != "android"', { | 332 ['OS != "android"', { |
336 'sources': [ | 333 'sources': [ |
337 'notifier/ack_tracker_unittest.cc', | 334 'notifier/ack_tracker_unittest.cc', |
338 'notifier/fake_invalidator_unittest.cc', | 335 'notifier/fake_invalidator_unittest.cc', |
339 'notifier/invalidation_notifier_unittest.cc', | 336 'notifier/invalidation_notifier_unittest.cc', |
340 'notifier/invalidator_registrar_unittest.cc', | 337 'notifier/invalidator_registrar_unittest.cc', |
341 'notifier/non_blocking_invalidator_unittest.cc', | 338 'notifier/non_blocking_invalidator_unittest.cc', |
342 'notifier/p2p_invalidator_unittest.cc', | 339 'notifier/p2p_invalidator_unittest.cc', |
343 'notifier/push_client_channel_unittest.cc', | 340 'notifier/push_client_channel_unittest.cc', |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 'variables': { | 635 'variables': { |
639 'test_suite_name': 'sync_unit_tests', | 636 'test_suite_name': 'sync_unit_tests', |
640 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 637 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
641 }, | 638 }, |
642 'includes': [ '../build/apk_test.gypi' ], | 639 'includes': [ '../build/apk_test.gypi' ], |
643 }, | 640 }, |
644 ], | 641 ], |
645 }], | 642 }], |
646 ], | 643 ], |
647 } | 644 } |
OLD | NEW |