| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1985 }], | 1985 }], |
| 1986 ], | 1986 ], |
| 1987 }], # OS="win" | 1987 }], # OS="win" |
| 1988 ], # conditions | 1988 ], # conditions |
| 1989 }, | 1989 }, |
| 1990 { | 1990 { |
| 1991 'target_name': 'sync_unit_tests', | 1991 'target_name': 'sync_unit_tests', |
| 1992 'type': 'executable', | 1992 'type': 'executable', |
| 1993 'sources': [ | 1993 'sources': [ |
| 1994 'app/breakpad_mac_stubs.mm', | 1994 'app/breakpad_mac_stubs.mm', |
| 1995 'browser/sync/engine/all_status_unittest.cc', | |
| 1996 'browser/sync/engine/apply_updates_command_unittest.cc', | 1995 'browser/sync/engine/apply_updates_command_unittest.cc', |
| 1997 'browser/sync/engine/auth_watcher_unittest.cc', | 1996 'browser/sync/engine/auth_watcher_unittest.cc', |
| 1998 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', | 1997 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', |
| 1999 'browser/sync/engine/download_updates_command_unittest.cc', | 1998 'browser/sync/engine/download_updates_command_unittest.cc', |
| 2000 'browser/sync/engine/mock_model_safe_workers.h', | 1999 'browser/sync/engine/mock_model_safe_workers.h', |
| 2001 'browser/sync/engine/process_commit_response_command_unittest.cc', | 2000 'browser/sync/engine/process_commit_response_command_unittest.cc', |
| 2002 'browser/sync/engine/syncapi_unittest.cc', | 2001 'browser/sync/engine/syncapi_unittest.cc', |
| 2003 'browser/sync/engine/syncer_proto_util_unittest.cc', | 2002 'browser/sync/engine/syncer_proto_util_unittest.cc', |
| 2004 'browser/sync/engine/syncer_thread_unittest.cc', | 2003 'browser/sync/engine/syncer_thread_unittest.cc', |
| 2005 'browser/sync/engine/syncer_unittest.cc', | 2004 'browser/sync/engine/syncer_unittest.cc', |
| (...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2753 ] | 2752 ] |
| 2754 }], # 'coverage!=0' | 2753 }], # 'coverage!=0' |
| 2755 ], # 'conditions' | 2754 ], # 'conditions' |
| 2756 } | 2755 } |
| 2757 | 2756 |
| 2758 # Local Variables: | 2757 # Local Variables: |
| 2759 # tab-width:2 | 2758 # tab-width:2 |
| 2760 # indent-tabs-mode:nil | 2759 # indent-tabs-mode:nil |
| 2761 # End: | 2760 # End: |
| 2762 # vim: set expandtab tabstop=2 shiftwidth=2: | 2761 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |