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 6646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6657 'browser/sync/notifier/communicator/login.cc', | 6657 'browser/sync/notifier/communicator/login.cc', |
6658 'browser/sync/notifier/communicator/login.h', | 6658 'browser/sync/notifier/communicator/login.h', |
6659 'browser/sync/notifier/communicator/login_failure.cc', | 6659 'browser/sync/notifier/communicator/login_failure.cc', |
6660 'browser/sync/notifier/communicator/login_failure.h', | 6660 'browser/sync/notifier/communicator/login_failure.h', |
6661 'browser/sync/notifier/communicator/login_settings.cc', | 6661 'browser/sync/notifier/communicator/login_settings.cc', |
6662 'browser/sync/notifier/communicator/login_settings.h', | 6662 'browser/sync/notifier/communicator/login_settings.h', |
6663 'browser/sync/notifier/communicator/product_info.cc', | 6663 'browser/sync/notifier/communicator/product_info.cc', |
6664 'browser/sync/notifier/communicator/product_info.h', | 6664 'browser/sync/notifier/communicator/product_info.h', |
6665 'browser/sync/notifier/communicator/single_login_attempt.cc', | 6665 'browser/sync/notifier/communicator/single_login_attempt.cc', |
6666 'browser/sync/notifier/communicator/single_login_attempt.h', | 6666 'browser/sync/notifier/communicator/single_login_attempt.h', |
| 6667 'browser/sync/notifier/communicator/ssl_socket_adapter.cc', |
| 6668 'browser/sync/notifier/communicator/ssl_socket_adapter.h', |
6667 'browser/sync/notifier/communicator/talk_auth_task.cc', | 6669 'browser/sync/notifier/communicator/talk_auth_task.cc', |
6668 'browser/sync/notifier/communicator/talk_auth_task.h', | 6670 'browser/sync/notifier/communicator/talk_auth_task.h', |
6669 'browser/sync/notifier/communicator/xmpp_connection_generator.cc', | 6671 'browser/sync/notifier/communicator/xmpp_connection_generator.cc', |
6670 'browser/sync/notifier/communicator/xmpp_connection_generator.h', | 6672 'browser/sync/notifier/communicator/xmpp_connection_generator.h', |
6671 'browser/sync/notifier/communicator/xmpp_log.cc', | 6673 'browser/sync/notifier/communicator/xmpp_log.cc', |
6672 'browser/sync/notifier/communicator/xmpp_log.h', | 6674 'browser/sync/notifier/communicator/xmpp_log.h', |
6673 'browser/sync/notifier/communicator/xmpp_socket_adapter.cc', | 6675 'browser/sync/notifier/communicator/xmpp_socket_adapter.cc', |
6674 'browser/sync/notifier/communicator/xmpp_socket_adapter.h', | 6676 'browser/sync/notifier/communicator/xmpp_socket_adapter.h', |
6675 'browser/sync/notifier/gaia_auth/gaiaauth.cc', | 6677 'browser/sync/notifier/gaia_auth/gaiaauth.cc', |
6676 'browser/sync/notifier/gaia_auth/gaiaauth.h', | 6678 'browser/sync/notifier/gaia_auth/gaiaauth.h', |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6965 ], # targets when browser_sync==1 | 6967 ], # targets when browser_sync==1 |
6966 }], | 6968 }], |
6967 ], # 'conditions' | 6969 ], # 'conditions' |
6968 } | 6970 } |
6969 | 6971 |
6970 # Local Variables: | 6972 # Local Variables: |
6971 # tab-width:2 | 6973 # tab-width:2 |
6972 # indent-tabs-mode:nil | 6974 # indent-tabs-mode:nil |
6973 # End: | 6975 # End: |
6974 # vim: set expandtab tabstop=2 shiftwidth=2: | 6976 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |