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