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