OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 # The core sync library. | 10 # The core sync library. |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 'api/sync_data.h', | 395 'api/sync_data.h', |
396 'api/sync_data.cc', | 396 'api/sync_data.cc', |
397 'api/sync_change.h', | 397 'api/sync_change.h', |
398 'api/sync_change.cc', | 398 'api/sync_change.cc', |
399 'api/sync_change_processor.h', | 399 'api/sync_change_processor.h', |
400 'api/sync_change_processor.cc', | 400 'api/sync_change_processor.cc', |
401 'api/sync_error.h', | 401 'api/sync_error.h', |
402 'api/sync_error.cc', | 402 'api/sync_error.cc', |
403 'api/sync_error_factory.h', | 403 'api/sync_error_factory.h', |
404 'api/sync_error_factory.cc', | 404 'api/sync_error_factory.cc', |
| 405 'api/time.h', |
405 ], | 406 ], |
406 }, | 407 }, |
407 | 408 |
408 # Test support files for the 'sync' target. | 409 # Test support files for the 'sync' target. |
409 { | 410 { |
410 'target_name': 'test_support_sync', | 411 'target_name': 'test_support_sync', |
411 'type': 'static_library', | 412 'type': 'static_library', |
412 'variables': { 'enable_wexit_time_destructors': 1, }, | 413 'variables': { 'enable_wexit_time_destructors': 1, }, |
413 'include_dirs': [ | 414 'include_dirs': [ |
414 '..', | 415 '..', |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
878 'variables': { | 879 'variables': { |
879 'test_suite_name': 'sync_unit_tests', | 880 'test_suite_name': 'sync_unit_tests', |
880 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 881 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
881 }, | 882 }, |
882 'includes': [ '../build/apk_test.gypi' ], | 883 'includes': [ '../build/apk_test.gypi' ], |
883 }, | 884 }, |
884 ], | 885 ], |
885 }], | 886 }], |
886 ], | 887 ], |
887 } | 888 } |
OLD | NEW |