| 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 ], | 348 ], |
| 349 'export_dependent_settings': [ | 349 'export_dependent_settings': [ |
| 350 '../testing/gmock.gyp:gmock', | 350 '../testing/gmock.gyp:gmock', |
| 351 '../testing/gtest.gyp:gtest', | 351 '../testing/gtest.gyp:gtest', |
| 352 'protocol/sync_proto.gyp:sync_proto', | 352 'protocol/sync_proto.gyp:sync_proto', |
| 353 'sync', | 353 'sync', |
| 354 ], | 354 ], |
| 355 'sources': [ | 355 'sources': [ |
| 356 'js/js_test_util.cc', | 356 'js/js_test_util.cc', |
| 357 'js/js_test_util.h', | 357 'js/js_test_util.h', |
| 358 'notifier/mock_invalidation_state_tracker.cc', |
| 359 'notifier/mock_invalidation_state_tracker.h', |
| 358 'sessions/test_util.cc', | 360 'sessions/test_util.cc', |
| 359 'sessions/test_util.h', | 361 'sessions/test_util.h', |
| 360 'syncable/model_type_test_util.cc', | 362 'syncable/model_type_test_util.cc', |
| 361 'syncable/model_type_test_util.h', | 363 'syncable/model_type_test_util.h', |
| 362 'syncable/syncable_mock.cc', | 364 'syncable/syncable_mock.cc', |
| 363 'syncable/syncable_mock.h', | 365 'syncable/syncable_mock.h', |
| 364 'test/fake_encryptor.cc', | 366 'test/fake_encryptor.cc', |
| 365 'test/fake_encryptor.h', | 367 'test/fake_encryptor.h', |
| 366 'test/fake_extensions_activity_monitor.cc', | 368 'test/fake_extensions_activity_monitor.cc', |
| 367 'test/fake_extensions_activity_monitor.h', | 369 'test/fake_extensions_activity_monitor.h', |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 '../net/net.gyp:net_test_support', | 730 '../net/net.gyp:net_test_support', |
| 729 'sync', | 731 'sync', |
| 730 'sync_notifier', | 732 'sync_notifier', |
| 731 ], | 733 ], |
| 732 'sources': [ | 734 'sources': [ |
| 733 'tools/sync_listen_notifications.cc', | 735 'tools/sync_listen_notifications.cc', |
| 734 ], | 736 ], |
| 735 }, | 737 }, |
| 736 ], | 738 ], |
| 737 } | 739 } |
| OLD | NEW |