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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'notifier/cache_invalidation_packet_handler.cc', | 216 'notifier/cache_invalidation_packet_handler.cc', |
217 'notifier/cache_invalidation_packet_handler.h', | 217 'notifier/cache_invalidation_packet_handler.h', |
218 'notifier/chrome_invalidation_client.cc', | 218 'notifier/chrome_invalidation_client.cc', |
219 'notifier/chrome_invalidation_client.h', | 219 'notifier/chrome_invalidation_client.h', |
220 'notifier/chrome_system_resources.cc', | 220 'notifier/chrome_system_resources.cc', |
221 'notifier/chrome_system_resources.h', | 221 'notifier/chrome_system_resources.h', |
222 'notifier/invalidation_notifier.h', | 222 'notifier/invalidation_notifier.h', |
223 'notifier/invalidation_notifier.cc', | 223 'notifier/invalidation_notifier.cc', |
224 'notifier/invalidation_util.cc', | 224 'notifier/invalidation_util.cc', |
225 'notifier/invalidation_util.h', | 225 'notifier/invalidation_util.h', |
226 'notifier/invalidation_state_tracker.h', | 226 'notifier/invalidation_version_tracker.h', |
227 'notifier/non_blocking_invalidation_notifier.h', | 227 'notifier/non_blocking_invalidation_notifier.h', |
228 'notifier/non_blocking_invalidation_notifier.cc', | 228 'notifier/non_blocking_invalidation_notifier.cc', |
229 'notifier/p2p_notifier.h', | 229 'notifier/p2p_notifier.h', |
230 'notifier/p2p_notifier.cc', | 230 'notifier/p2p_notifier.cc', |
231 'notifier/registration_manager.cc', | 231 'notifier/registration_manager.cc', |
232 'notifier/registration_manager.h', | 232 'notifier/registration_manager.h', |
233 'notifier/state_writer.h', | 233 'notifier/state_writer.h', |
234 ], | 234 ], |
235 }], | 235 }], |
236 ], | 236 ], |
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 '../net/net.gyp:net_test_support', | 728 '../net/net.gyp:net_test_support', |
729 'sync', | 729 'sync', |
730 'sync_notifier', | 730 'sync_notifier', |
731 ], | 731 ], |
732 'sources': [ | 732 'sources': [ |
733 'tools/sync_listen_notifications.cc', | 733 'tools/sync_listen_notifications.cc', |
734 ], | 734 ], |
735 }, | 735 }, |
736 ], | 736 ], |
737 } | 737 } |
OLD | NEW |