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

Side by Side Diff: remoting/remoting.gyp

Issue 12475020: Client plugin changes to support third party authentication. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: extraneous override 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_client_authenticator.cc ('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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 'client/plugin/pepper_input_handler.cc', 1899 'client/plugin/pepper_input_handler.cc',
1900 'client/plugin/pepper_input_handler.h', 1900 'client/plugin/pepper_input_handler.h',
1901 'client/plugin/pepper_network_manager.cc', 1901 'client/plugin/pepper_network_manager.cc',
1902 'client/plugin/pepper_network_manager.h', 1902 'client/plugin/pepper_network_manager.h',
1903 'client/plugin/pepper_packet_socket_factory.cc', 1903 'client/plugin/pepper_packet_socket_factory.cc',
1904 'client/plugin/pepper_packet_socket_factory.h', 1904 'client/plugin/pepper_packet_socket_factory.h',
1905 'client/plugin/pepper_plugin_thread_delegate.cc', 1905 'client/plugin/pepper_plugin_thread_delegate.cc',
1906 'client/plugin/pepper_plugin_thread_delegate.h', 1906 'client/plugin/pepper_plugin_thread_delegate.h',
1907 'client/plugin/pepper_port_allocator.cc', 1907 'client/plugin/pepper_port_allocator.cc',
1908 'client/plugin/pepper_port_allocator.h', 1908 'client/plugin/pepper_port_allocator.h',
1909 'client/plugin/pepper_token_fetcher.cc',
1910 'client/plugin/pepper_token_fetcher.h',
1909 'client/plugin/pepper_view.cc', 1911 'client/plugin/pepper_view.cc',
1910 'client/plugin/pepper_view.h', 1912 'client/plugin/pepper_view.h',
1911 'client/plugin/pepper_util.cc', 1913 'client/plugin/pepper_util.cc',
1912 'client/plugin/pepper_util.h', 1914 'client/plugin/pepper_util.h',
1913 'client/plugin/pepper_xmpp_proxy.cc', 1915 'client/plugin/pepper_xmpp_proxy.cc',
1914 'client/plugin/pepper_xmpp_proxy.h', 1916 'client/plugin/pepper_xmpp_proxy.h',
1915 ], 1917 ],
1916 }, # end of target 'remoting_client_plugin' 1918 }, # end of target 'remoting_client_plugin'
1917 1919
1918 { 1920 {
(...skipping 767 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_client_authenticator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698