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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/base_transaction.cc', | 129 'syncable/base_transaction.cc', |
130 'syncable/base_transaction.h', | 130 'syncable/base_transaction.h', |
131 'syncable/blob.h', | 131 'syncable/blob.h', |
| 132 'syncable/delete_journal.cc', |
| 133 'syncable/delete_journal.h', |
132 'syncable/dir_open_result.h', | 134 'syncable/dir_open_result.h', |
133 'syncable/directory.cc', | 135 'syncable/directory.cc', |
134 'syncable/directory.h', | 136 'syncable/directory.h', |
135 'syncable/directory_backing_store.cc', | 137 'syncable/directory_backing_store.cc', |
136 'syncable/directory_backing_store.h', | 138 'syncable/directory_backing_store.h', |
137 'syncable/directory_change_delegate.h', | 139 'syncable/directory_change_delegate.h', |
138 'syncable/entry.cc', | 140 'syncable/entry.cc', |
139 'syncable/entry.h', | 141 'syncable/entry.h', |
140 'syncable/entry_kernel.cc', | 142 'syncable/entry_kernel.cc', |
141 'syncable/entry_kernel.h', | 143 'syncable/entry_kernel.h', |
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
994 'variables': { | 996 'variables': { |
995 'test_suite_name': 'sync_unit_tests', | 997 'test_suite_name': 'sync_unit_tests', |
996 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 998 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
997 }, | 999 }, |
998 'includes': [ '../build/apk_test.gypi' ], | 1000 'includes': [ '../build/apk_test.gypi' ], |
999 }, | 1001 }, |
1000 ], | 1002 ], |
1001 }], | 1003 }], |
1002 ], | 1004 ], |
1003 } | 1005 } |
OLD | NEW |