Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: chrome/chrome.gyp

Issue 2749004: Token-based authentication for chromoting. (Closed)
Patch Set: - Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/common/net/notifier/communicator/gaia_token_pre_xmpp_auth.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'common/net/notifier/base/static_assert.h', 719 'common/net/notifier/base/static_assert.h',
720 'common/net/notifier/base/task_pump.cc', 720 'common/net/notifier/base/task_pump.cc',
721 'common/net/notifier/base/task_pump.h', 721 'common/net/notifier/base/task_pump.h',
722 'common/net/notifier/communicator/auto_reconnect.cc', 722 'common/net/notifier/communicator/auto_reconnect.cc',
723 'common/net/notifier/communicator/auto_reconnect.h', 723 'common/net/notifier/communicator/auto_reconnect.h',
724 'common/net/notifier/communicator/connection_options.cc', 724 'common/net/notifier/communicator/connection_options.cc',
725 'common/net/notifier/communicator/connection_options.h', 725 'common/net/notifier/communicator/connection_options.h',
726 'common/net/notifier/communicator/connection_settings.cc', 726 'common/net/notifier/communicator/connection_settings.cc',
727 'common/net/notifier/communicator/connection_settings.h', 727 'common/net/notifier/communicator/connection_settings.h',
728 'common/net/notifier/communicator/const_communicator.h', 728 'common/net/notifier/communicator/const_communicator.h',
729 'common/net/notifier/communicator/gaia_token_pre_xmpp_auth.cc',
730 'common/net/notifier/communicator/gaia_token_pre_xmpp_auth.h',
729 'common/net/notifier/communicator/login.cc', 731 'common/net/notifier/communicator/login.cc',
730 'common/net/notifier/communicator/login.h', 732 'common/net/notifier/communicator/login.h',
731 'common/net/notifier/communicator/login_connection_state.h', 733 'common/net/notifier/communicator/login_connection_state.h',
732 'common/net/notifier/communicator/login_failure.cc', 734 'common/net/notifier/communicator/login_failure.cc',
733 'common/net/notifier/communicator/login_failure.h', 735 'common/net/notifier/communicator/login_failure.h',
734 'common/net/notifier/communicator/login_settings.cc', 736 'common/net/notifier/communicator/login_settings.cc',
735 'common/net/notifier/communicator/login_settings.h', 737 'common/net/notifier/communicator/login_settings.h',
736 'common/net/notifier/communicator/product_info.cc', 738 'common/net/notifier/communicator/product_info.cc',
737 'common/net/notifier/communicator/product_info.h', 739 'common/net/notifier/communicator/product_info.h',
738 'common/net/notifier/communicator/single_login_attempt.cc', 740 'common/net/notifier/communicator/single_login_attempt.cc',
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 }], # targets 1733 }], # targets
1732 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1734 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1733 ], # 'conditions' 1735 ], # 'conditions'
1734 } 1736 }
1735 1737
1736 # Local Variables: 1738 # Local Variables:
1737 # tab-width:2 1739 # tab-width:2
1738 # indent-tabs-mode:nil 1740 # indent-tabs-mode:nil
1739 # End: 1741 # End:
1740 # vim: set expandtab tabstop=2 shiftwidth=2: 1742 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/common/net/notifier/communicator/gaia_token_pre_xmpp_auth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698