| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 6600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6611 ], | 6611 ], |
| 6612 }], | 6612 }], |
| 6613 ], | 6613 ], |
| 6614 }, | 6614 }, |
| 6615 { | 6615 { |
| 6616 'target_name': 'sync_unit_tests', | 6616 'target_name': 'sync_unit_tests', |
| 6617 'type': 'executable', | 6617 'type': 'executable', |
| 6618 'sources': [ | 6618 'sources': [ |
| 6619 'browser/sync/engine/all_status_unittest.cc', | 6619 'browser/sync/engine/all_status_unittest.cc', |
| 6620 'browser/sync/engine/apply_updates_command_unittest.cc', | 6620 'browser/sync/engine/apply_updates_command_unittest.cc', |
| 6621 'browser/sync/engine/auth_watcher_unittest.cc', |
| 6621 'browser/sync/engine/net/gaia_authenticator_unittest.cc', | 6622 'browser/sync/engine/net/gaia_authenticator_unittest.cc', |
| 6622 'browser/sync/engine/syncer_proto_util_unittest.cc', | 6623 'browser/sync/engine/syncer_proto_util_unittest.cc', |
| 6623 'browser/sync/engine/syncer_thread_unittest.cc', | 6624 'browser/sync/engine/syncer_thread_unittest.cc', |
| 6624 'browser/sync/engine/syncer_unittest.cc', | 6625 'browser/sync/engine/syncer_unittest.cc', |
| 6625 'browser/sync/engine/syncproto_unittest.cc', | 6626 'browser/sync/engine/syncproto_unittest.cc', |
| 6626 'browser/sync/notifier/listener/talk_mediator_unittest.cc', | 6627 'browser/sync/notifier/listener/talk_mediator_unittest.cc', |
| 6627 'browser/sync/syncable/syncable_id_unittest.cc', | 6628 'browser/sync/syncable/syncable_id_unittest.cc', |
| 6628 'browser/sync/syncable/syncable_unittest.cc', | 6629 'browser/sync/syncable/syncable_unittest.cc', |
| 6629 'browser/sync/util/character_set_converters_unittest.cc', | 6630 'browser/sync/util/character_set_converters_unittest.cc', |
| 6630 'browser/sync/util/crypto_helpers_unittest.cc', | 6631 'browser/sync/util/crypto_helpers_unittest.cc', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6845 ], # targets when chrome_personalization==1 | 6846 ], # targets when chrome_personalization==1 |
| 6846 }], | 6847 }], |
| 6847 ], # 'conditions' | 6848 ], # 'conditions' |
| 6848 } | 6849 } |
| 6849 | 6850 |
| 6850 # Local Variables: | 6851 # Local Variables: |
| 6851 # tab-width:2 | 6852 # tab-width:2 |
| 6852 # indent-tabs-mode:nil | 6853 # indent-tabs-mode:nil |
| 6853 # End: | 6854 # End: |
| 6854 # vim: set expandtab tabstop=2 shiftwidth=2: | 6855 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |