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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'syncable/directory.h', | 160 'syncable/directory.h', |
161 'syncable/directory_backing_store.cc', | 161 'syncable/directory_backing_store.cc', |
162 'syncable/directory_backing_store.h', | 162 'syncable/directory_backing_store.h', |
163 'syncable/directory_change_delegate.h', | 163 'syncable/directory_change_delegate.h', |
164 'syncable/entry.cc', | 164 'syncable/entry.cc', |
165 'syncable/entry.h', | 165 'syncable/entry.h', |
166 'syncable/entry_kernel.cc', | 166 'syncable/entry_kernel.cc', |
167 'syncable/entry_kernel.h', | 167 'syncable/entry_kernel.h', |
168 'syncable/in_memory_directory_backing_store.cc', | 168 'syncable/in_memory_directory_backing_store.cc', |
169 'syncable/in_memory_directory_backing_store.h', | 169 'syncable/in_memory_directory_backing_store.h', |
| 170 'syncable/invalid_directory_backing_store.cc', |
| 171 'syncable/invalid_directory_backing_store.h', |
170 'syncable/metahandle_set.h', | 172 'syncable/metahandle_set.h', |
171 'syncable/model_type.cc', | 173 'syncable/model_type.cc', |
172 'syncable/mutable_entry.cc', | 174 'syncable/mutable_entry.cc', |
173 'syncable/mutable_entry.h', | 175 'syncable/mutable_entry.h', |
174 'syncable/nigori_util.cc', | 176 'syncable/nigori_util.cc', |
175 'syncable/nigori_util.h', | 177 'syncable/nigori_util.h', |
176 'syncable/on_disk_directory_backing_store.cc', | 178 'syncable/on_disk_directory_backing_store.cc', |
177 'syncable/on_disk_directory_backing_store.h', | 179 'syncable/on_disk_directory_backing_store.h', |
178 'syncable/read_transaction.cc', | 180 'syncable/read_transaction.cc', |
179 'syncable/read_transaction.h', | 181 'syncable/read_transaction.h', |
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 'test_suite_name': 'sync_unit_tests', | 839 'test_suite_name': 'sync_unit_tests', |
838 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 840 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
839 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, | 841 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ]
, |
840 }, | 842 }, |
841 'includes': [ '../build/apk_test.gypi' ], | 843 'includes': [ '../build/apk_test.gypi' ], |
842 }, | 844 }, |
843 ], | 845 ], |
844 }], | 846 }], |
845 ], | 847 ], |
846 } | 848 } |
OLD | NEW |