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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'engine/net/server_connection_manager.cc', | 103 'engine/net/server_connection_manager.cc', |
104 'engine/net/server_connection_manager.h', | 104 'engine/net/server_connection_manager.h', |
105 'engine/net/url_translator.cc', | 105 'engine/net/url_translator.cc', |
106 'engine/net/url_translator.h', | 106 'engine/net/url_translator.h', |
107 'engine/nudge_source.cc', | 107 'engine/nudge_source.cc', |
108 'engine/nudge_source.h', | 108 'engine/nudge_source.h', |
109 'engine/process_commit_response_command.cc', | 109 'engine/process_commit_response_command.cc', |
110 'engine/process_commit_response_command.h', | 110 'engine/process_commit_response_command.h', |
111 'engine/process_updates_command.cc', | 111 'engine/process_updates_command.cc', |
112 'engine/process_updates_command.h', | 112 'engine/process_updates_command.h', |
113 'engine/resolve_conflicts_command.cc', | |
114 'engine/resolve_conflicts_command.h', | |
115 'engine/store_timestamps_command.cc', | 113 'engine/store_timestamps_command.cc', |
116 'engine/store_timestamps_command.h', | 114 'engine/store_timestamps_command.h', |
117 'engine/sync_engine_event.cc', | 115 'engine/sync_engine_event.cc', |
118 'engine/sync_engine_event.h', | 116 'engine/sync_engine_event.h', |
119 'engine/sync_scheduler.cc', | 117 'engine/sync_scheduler.cc', |
120 'engine/sync_scheduler.h', | 118 'engine/sync_scheduler.h', |
121 'engine/sync_scheduler_impl.cc', | 119 'engine/sync_scheduler_impl.cc', |
122 'engine/sync_scheduler_impl.h', | 120 'engine/sync_scheduler_impl.h', |
123 'engine/syncer.cc', | 121 'engine/syncer.cc', |
124 'engine/syncer.h', | 122 'engine/syncer.h', |
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
900 'variables': { | 898 'variables': { |
901 'test_suite_name': 'sync_unit_tests', | 899 'test_suite_name': 'sync_unit_tests', |
902 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 900 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
903 }, | 901 }, |
904 'includes': [ '../build/apk_test.gypi' ], | 902 'includes': [ '../build/apk_test.gypi' ], |
905 }, | 903 }, |
906 ], | 904 ], |
907 }], | 905 }], |
908 ], | 906 ], |
909 } | 907 } |
OLD | NEW |