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

Side by Side Diff: remoting/remoting.gyp

Issue 12313085: Host-side third party token validation (Closed) Base URL: http://git.chromium.org/chromium/src.git@third_party_auth_protocol
Patch Set: Add TODO comment Created 7 years, 8 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 | « remoting/protocol/third_party_host_authenticator.h ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'host/server_log_entry.cc', 432 'host/server_log_entry.cc',
433 'host/server_log_entry.h', 433 'host/server_log_entry.h',
434 'host/service_client.cc', 434 'host/service_client.cc',
435 'host/service_client.h', 435 'host/service_client.h',
436 'host/service_urls.cc', 436 'host/service_urls.cc',
437 'host/service_urls.h', 437 'host/service_urls.h',
438 'host/session_manager_factory.cc', 438 'host/session_manager_factory.cc',
439 'host/session_manager_factory.h', 439 'host/session_manager_factory.h',
440 'host/signaling_connector.cc', 440 'host/signaling_connector.cc',
441 'host/signaling_connector.h', 441 'host/signaling_connector.h',
442 'host/token_validator_factory_impl.cc',
443 'host/token_validator_factory_impl.h',
442 'host/ui_strings.cc', 444 'host/ui_strings.cc',
443 'host/ui_strings.h', 445 'host/ui_strings.h',
444 'host/url_request_context.cc', 446 'host/url_request_context.cc',
445 'host/url_request_context.h', 447 'host/url_request_context.h',
446 'host/usage_stats_consent.h', 448 'host/usage_stats_consent.h',
447 'host/usage_stats_consent_mac.cc', 449 'host/usage_stats_consent_mac.cc',
448 'host/usage_stats_consent_win.cc', 450 'host/usage_stats_consent_win.cc',
449 'host/video_scheduler.cc', 451 'host/video_scheduler.cc',
450 'host/video_scheduler.h', 452 'host/video_scheduler.h',
451 'host/vlog_net_log.cc', 453 'host/vlog_net_log.cc',
(...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after
2686 '../base/allocator/allocator.gyp:allocator', 2688 '../base/allocator/allocator.gyp:allocator',
2687 ], 2689 ],
2688 }, 2690 },
2689 ], 2691 ],
2690 ], 2692 ],
2691 }], # end of 'toolkit_uses_gtk == 1' 2693 }], # end of 'toolkit_uses_gtk == 1'
2692 ], # end of 'conditions' 2694 ], # end of 'conditions'
2693 }, # end of target 'remoting_unittests' 2695 }, # end of target 'remoting_unittests'
2694 ], # end of targets 2696 ], # end of targets
2695 } 2697 }
OLDNEW
« no previous file with comments | « remoting/protocol/third_party_host_authenticator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698