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

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 missing parameters 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
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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'host/host_change_notification_listener.h', 358 'host/host_change_notification_listener.h',
359 'host/host_config.cc', 359 'host/host_config.cc',
360 'host/host_config.h', 360 'host/host_config.h',
361 'host/host_exit_codes.h', 361 'host/host_exit_codes.h',
362 'host/host_port_allocator.cc', 362 'host/host_port_allocator.cc',
363 'host/host_port_allocator.h', 363 'host/host_port_allocator.h',
364 'host/host_secret.cc', 364 'host/host_secret.cc',
365 'host/host_secret.h', 365 'host/host_secret.h',
366 'host/host_status_monitor.h', 366 'host/host_status_monitor.h',
367 'host/host_status_observer.h', 367 'host/host_status_observer.h',
368 'host/url_fetcher_token_validator_factory.cc',
Sergey Ulanov 2013/03/28 22:34:54 alphabet order
rmsousa 2013/04/04 22:13:43 Done.
369 'host/url_fetcher_token_validator_factory.h',
368 'host/host_user_interface.cc', 370 'host/host_user_interface.cc',
369 'host/host_user_interface.h', 371 'host/host_user_interface.h',
370 'host/input_injector.h', 372 'host/input_injector.h',
371 'host/input_injector_linux.cc', 373 'host/input_injector_linux.cc',
372 'host/input_injector_mac.cc', 374 'host/input_injector_mac.cc',
373 'host/input_injector_win.cc', 375 'host/input_injector_win.cc',
374 'host/in_memory_host_config.cc', 376 'host/in_memory_host_config.cc',
375 'host/in_memory_host_config.h', 377 'host/in_memory_host_config.h',
376 'host/ipc_audio_capturer.cc', 378 'host/ipc_audio_capturer.cc',
377 'host/ipc_audio_capturer.h', 379 'host/ipc_audio_capturer.h',
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2678 '../base/allocator/allocator.gyp:allocator', 2680 '../base/allocator/allocator.gyp:allocator',
2679 ], 2681 ],
2680 }, 2682 },
2681 ], 2683 ],
2682 ], 2684 ],
2683 }], # end of 'toolkit_uses_gtk == 1' 2685 }], # end of 'toolkit_uses_gtk == 1'
2684 ], # end of 'conditions' 2686 ], # end of 'conditions'
2685 }, # end of target 'remoting_unittests' 2687 }, # end of target 'remoting_unittests'
2686 ], # end of targets 2688 ], # end of targets
2687 } 2689 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698