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 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 6719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6730 'browser/sync/engine/syncer_proto_util_unittest.cc', | 6730 'browser/sync/engine/syncer_proto_util_unittest.cc', |
6731 'browser/sync/engine/syncer_thread_unittest.cc', | 6731 'browser/sync/engine/syncer_thread_unittest.cc', |
6732 'browser/sync/engine/syncer_unittest.cc', | 6732 'browser/sync/engine/syncer_unittest.cc', |
6733 'browser/sync/engine/syncproto_unittest.cc', | 6733 'browser/sync/engine/syncproto_unittest.cc', |
6734 'browser/sync/notifier/listener/talk_mediator_unittest.cc', | 6734 'browser/sync/notifier/listener/talk_mediator_unittest.cc', |
6735 'browser/sync/syncable/syncable_id_unittest.cc', | 6735 'browser/sync/syncable/syncable_id_unittest.cc', |
6736 'browser/sync/syncable/syncable_unittest.cc', | 6736 'browser/sync/syncable/syncable_unittest.cc', |
6737 'browser/sync/util/character_set_converters_unittest.cc', | 6737 'browser/sync/util/character_set_converters_unittest.cc', |
6738 'browser/sync/util/crypto_helpers_unittest.cc', | 6738 'browser/sync/util/crypto_helpers_unittest.cc', |
6739 'browser/sync/util/event_sys_unittest.cc', | 6739 'browser/sync/util/event_sys_unittest.cc', |
| 6740 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
6740 'browser/sync/util/highres_timer_unittest.cc', | 6741 'browser/sync/util/highres_timer_unittest.cc', |
6741 'browser/sync/util/path_helpers_unittest.cc', | 6742 'browser/sync/util/path_helpers_unittest.cc', |
6742 'browser/sync/util/query_helpers_unittest.cc', | 6743 'browser/sync/util/query_helpers_unittest.cc', |
6743 'browser/sync/util/user_settings_unittest.cc', | 6744 'browser/sync/util/user_settings_unittest.cc', |
6744 'test/sync/engine/mock_gaia_authenticator.cc', | 6745 'test/sync/engine/mock_gaia_authenticator.cc', |
6745 'test/sync/engine/mock_gaia_authenticator.h', | 6746 'test/sync/engine/mock_gaia_authenticator.h', |
6746 'test/sync/engine/mock_gaia_authenticator_unittest.cc', | 6747 'test/sync/engine/mock_gaia_authenticator_unittest.cc', |
6747 'test/sync/engine/mock_server_connection.cc', | 6748 'test/sync/engine/mock_server_connection.cc', |
6748 'test/sync/engine/mock_server_connection.h', | 6749 'test/sync/engine/mock_server_connection.h', |
6749 'test/sync/engine/test_directory_setter_upper.cc', | 6750 'test/sync/engine/test_directory_setter_upper.cc', |
6750 'test/sync/engine/test_directory_setter_upper.h', | 6751 'test/sync/engine/test_directory_setter_upper.h', |
6751 'test/sync/engine/test_id_factory.h', | 6752 'test/sync/engine/test_id_factory.h', |
6752 ], | 6753 ], |
6753 'include_dirs': [ | 6754 'include_dirs': [ |
6754 '..', | 6755 '..', |
6755 '<(protoc_out_dir)', | 6756 '<(protoc_out_dir)', |
6756 ], | 6757 ], |
6757 'defines' : [ | 6758 'defines' : [ |
6758 'SYNC_ENGINE_VERSION_STRING="Unknown"', | 6759 'SYNC_ENGINE_VERSION_STRING="Unknown"', |
6759 '_CRT_SECURE_NO_WARNINGS', | 6760 '_CRT_SECURE_NO_WARNINGS', |
6760 '_USE_32BIT_TIME_T', | 6761 '_USE_32BIT_TIME_T', |
6761 ], | 6762 ], |
6762 'dependencies': [ | 6763 'dependencies': [ |
| 6764 'common', |
| 6765 'debugger', |
| 6766 '../skia/skia.gyp:skia', |
6763 '../testing/gtest.gyp:gtest', | 6767 '../testing/gtest.gyp:gtest', |
6764 '../third_party/libjingle/libjingle.gyp:libjingle', | 6768 '../third_party/libjingle/libjingle.gyp:libjingle', |
6765 'notifier', | 6769 'syncapi', |
6766 'sync', | |
6767 'sync_proto', | |
6768 'test_support_unit', | 6770 'test_support_unit', |
6769 ], | 6771 ], |
6770 'conditions': [ | 6772 'conditions': [ |
6771 ['OS=="win"', { | 6773 ['OS=="win"', { |
6772 'sources' : [ | 6774 'sources' : [ |
6773 'browser/sync/util/data_encryption_unittest.cc', | 6775 'browser/sync/util/data_encryption_unittest.cc', |
6774 ], | 6776 ], |
6775 'dependencies': [ | 6777 'dependencies': [ |
6776 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', | 6778 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', |
6777 ], | 6779 ], |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6895 'browser/sync/util/character_set_converters_win.cc', | 6897 'browser/sync/util/character_set_converters_win.cc', |
6896 'browser/sync/util/closure.h', | 6898 'browser/sync/util/closure.h', |
6897 'browser/sync/util/compat_file.h', | 6899 'browser/sync/util/compat_file.h', |
6898 'browser/sync/util/compat_file_posix.cc', | 6900 'browser/sync/util/compat_file_posix.cc', |
6899 'browser/sync/util/compat_file_win.cc', | 6901 'browser/sync/util/compat_file_win.cc', |
6900 'browser/sync/util/crypto_helpers.cc', | 6902 'browser/sync/util/crypto_helpers.cc', |
6901 'browser/sync/util/crypto_helpers.h', | 6903 'browser/sync/util/crypto_helpers.h', |
6902 'browser/sync/util/dbgq.h', | 6904 'browser/sync/util/dbgq.h', |
6903 'browser/sync/util/event_sys-inl.h', | 6905 'browser/sync/util/event_sys-inl.h', |
6904 'browser/sync/util/event_sys.h', | 6906 'browser/sync/util/event_sys.h', |
| 6907 'browser/sync/util/extensions_activity_monitor.cc', |
| 6908 'browser/sync/util/extensions_activity_monitor.h', |
6905 'browser/sync/util/fast_dump.h', | 6909 'browser/sync/util/fast_dump.h', |
6906 'browser/sync/util/highres_timer.h', | 6910 'browser/sync/util/highres_timer.h', |
6907 'browser/sync/util/highres_timer_linux.cc', | 6911 'browser/sync/util/highres_timer_linux.cc', |
6908 'browser/sync/util/highres_timer_linux.h', | 6912 'browser/sync/util/highres_timer_linux.h', |
6909 'browser/sync/util/highres_timer_mac.cc', | 6913 'browser/sync/util/highres_timer_mac.cc', |
6910 'browser/sync/util/highres_timer_mac.h', | 6914 'browser/sync/util/highres_timer_mac.h', |
6911 'browser/sync/util/highres_timer_win.cc', | 6915 'browser/sync/util/highres_timer_win.cc', |
6912 'browser/sync/util/highres_timer_win.h', | 6916 'browser/sync/util/highres_timer_win.h', |
6913 'browser/sync/util/path_helpers.h', | 6917 'browser/sync/util/path_helpers.h', |
6914 'browser/sync/util/path_helpers_linux.cc', | 6918 'browser/sync/util/path_helpers_linux.cc', |
(...skipping 12 matching lines...) Expand all Loading... |
6927 'include_dirs': [ | 6931 'include_dirs': [ |
6928 '..', | 6932 '..', |
6929 '<(protoc_out_dir)', | 6933 '<(protoc_out_dir)', |
6930 ], | 6934 ], |
6931 'defines' : [ | 6935 'defines' : [ |
6932 'SYNC_ENGINE_VERSION_STRING="Unknown"', | 6936 'SYNC_ENGINE_VERSION_STRING="Unknown"', |
6933 '_CRT_SECURE_NO_WARNINGS', | 6937 '_CRT_SECURE_NO_WARNINGS', |
6934 '_USE_32BIT_TIME_T', | 6938 '_USE_32BIT_TIME_T', |
6935 ], | 6939 ], |
6936 'dependencies': [ | 6940 'dependencies': [ |
| 6941 '../skia/skia.gyp:skia', |
6937 '../third_party/libjingle/libjingle.gyp:libjingle', | 6942 '../third_party/libjingle/libjingle.gyp:libjingle', |
6938 'sync_proto', | 6943 'sync_proto', |
6939 ], | 6944 ], |
6940 'conditions': [ | 6945 'conditions': [ |
6941 ['OS=="win"', { | 6946 ['OS=="win"', { |
6942 'sources' : [ | 6947 'sources' : [ |
6943 'browser/sync/util/data_encryption.cc', | 6948 'browser/sync/util/data_encryption.cc', |
6944 'browser/sync/util/data_encryption.h', | 6949 'browser/sync/util/data_encryption.h', |
6945 'browser/sync/util/path_helpers.cc', | 6950 'browser/sync/util/path_helpers.cc', |
6946 ], | 6951 ], |
(...skipping 18 matching lines...) Expand all Loading... |
6965 ], # targets when browser_sync==1 | 6970 ], # targets when browser_sync==1 |
6966 }], | 6971 }], |
6967 ], # 'conditions' | 6972 ], # 'conditions' |
6968 } | 6973 } |
6969 | 6974 |
6970 # Local Variables: | 6975 # Local Variables: |
6971 # tab-width:2 | 6976 # tab-width:2 |
6972 # indent-tabs-mode:nil | 6977 # indent-tabs-mode:nil |
6973 # End: | 6978 # End: |
6974 # vim: set expandtab tabstop=2 shiftwidth=2: | 6979 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |