| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'sessions/debug_info_getter.h', | 120 'sessions/debug_info_getter.h', |
| 121 'sessions/ordered_commit_set.cc', | 121 'sessions/ordered_commit_set.cc', |
| 122 'sessions/ordered_commit_set.h', | 122 'sessions/ordered_commit_set.h', |
| 123 'sessions/status_controller.cc', | 123 'sessions/status_controller.cc', |
| 124 'sessions/status_controller.h', | 124 'sessions/status_controller.h', |
| 125 'sessions/sync_session.cc', | 125 'sessions/sync_session.cc', |
| 126 'sessions/sync_session.h', | 126 'sessions/sync_session.h', |
| 127 'sessions/sync_session_context.cc', | 127 'sessions/sync_session_context.cc', |
| 128 'sessions/sync_session_context.h', | 128 'sessions/sync_session_context.h', |
| 129 'syncable/blob.h', | 129 'syncable/blob.h', |
| 130 'syncable/delete_journal.cc', |
| 131 'syncable/delete_journal.h', |
| 130 'syncable/dir_open_result.h', | 132 'syncable/dir_open_result.h', |
| 131 'syncable/directory.cc', | 133 'syncable/directory.cc', |
| 132 'syncable/directory.h', | 134 'syncable/directory.h', |
| 133 'syncable/directory_backing_store.cc', | 135 'syncable/directory_backing_store.cc', |
| 134 'syncable/directory_backing_store.h', | 136 'syncable/directory_backing_store.h', |
| 135 'syncable/directory_change_delegate.h', | 137 'syncable/directory_change_delegate.h', |
| 136 'syncable/entry.cc', | 138 'syncable/entry.cc', |
| 137 'syncable/entry.h', | 139 'syncable/entry.h', |
| 138 'syncable/entry_kernel.cc', | 140 'syncable/entry_kernel.cc', |
| 139 'syncable/entry_kernel.h', | 141 'syncable/entry_kernel.h', |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 995 'variables': { | 997 'variables': { |
| 996 'test_suite_name': 'sync_unit_tests', | 998 'test_suite_name': 'sync_unit_tests', |
| 997 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 999 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 998 }, | 1000 }, |
| 999 'includes': [ '../build/apk_test.gypi' ], | 1001 'includes': [ '../build/apk_test.gypi' ], |
| 1000 }, | 1002 }, |
| 1001 ], | 1003 ], |
| 1002 }], | 1004 }], |
| 1003 ], | 1005 ], |
| 1004 } | 1006 } |
| OLD | NEW |