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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
986 'type': '<(library)', | 986 'type': '<(library)', |
987 'sources': [ | 987 'sources': [ |
988 'browser/sync/notifier/cache_invalidation_packet_handler.cc', | 988 'browser/sync/notifier/cache_invalidation_packet_handler.cc', |
989 'browser/sync/notifier/cache_invalidation_packet_handler.h', | 989 'browser/sync/notifier/cache_invalidation_packet_handler.h', |
990 'browser/sync/notifier/chrome_invalidation_client.cc', | 990 'browser/sync/notifier/chrome_invalidation_client.cc', |
991 'browser/sync/notifier/chrome_invalidation_client.h', | 991 'browser/sync/notifier/chrome_invalidation_client.h', |
992 'browser/sync/notifier/chrome_system_resources.cc', | 992 'browser/sync/notifier/chrome_system_resources.cc', |
993 'browser/sync/notifier/chrome_system_resources.h', | 993 'browser/sync/notifier/chrome_system_resources.h', |
994 'browser/sync/notifier/invalidation_util.cc', | 994 'browser/sync/notifier/invalidation_util.cc', |
995 'browser/sync/notifier/invalidation_util.h', | 995 'browser/sync/notifier/invalidation_util.h', |
| 996 'browser/sync/notifier/registration_manager.cc', |
| 997 'browser/sync/notifier/registration_manager.h', |
996 'browser/sync/notifier/server_notifier_thread.cc', | 998 'browser/sync/notifier/server_notifier_thread.cc', |
997 'browser/sync/notifier/server_notifier_thread.h', | 999 'browser/sync/notifier/server_notifier_thread.h', |
998 ], | 1000 ], |
999 'include_dirs': [ | 1001 'include_dirs': [ |
1000 '..', | 1002 '..', |
1001 ], | 1003 ], |
1002 'dependencies': [ | 1004 'dependencies': [ |
1003 'sync', | 1005 'sync', |
1004 '../jingle/jingle.gyp:notifier', | 1006 '../jingle/jingle.gyp:notifier', |
1005 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 1007 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1819 }], # targets | 1821 }], # targets |
1820 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1822 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1821 ], # 'conditions' | 1823 ], # 'conditions' |
1822 } | 1824 } |
1823 | 1825 |
1824 # Local Variables: | 1826 # Local Variables: |
1825 # tab-width:2 | 1827 # tab-width:2 |
1826 # indent-tabs-mode:nil | 1828 # indent-tabs-mode:nil |
1827 # End: | 1829 # End: |
1828 # vim: set expandtab tabstop=2 shiftwidth=2: | 1830 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |