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

Side by Side Diff: remoting/remoting.gyp

Issue 9567033: Cleanup error handling in the client plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « remoting/protocol/session.h ('k') | remoting/webapp/client_plugin_async.js » ('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) 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 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'protocol/client_control_dispatcher.h', 785 'protocol/client_control_dispatcher.h',
786 'protocol/client_event_dispatcher.cc', 786 'protocol/client_event_dispatcher.cc',
787 'protocol/client_event_dispatcher.h', 787 'protocol/client_event_dispatcher.h',
788 'protocol/client_stub.h', 788 'protocol/client_stub.h',
789 'protocol/connection_to_client.cc', 789 'protocol/connection_to_client.cc',
790 'protocol/connection_to_client.h', 790 'protocol/connection_to_client.h',
791 'protocol/connection_to_host.cc', 791 'protocol/connection_to_host.cc',
792 'protocol/connection_to_host.h', 792 'protocol/connection_to_host.h',
793 'protocol/content_description.cc', 793 'protocol/content_description.cc',
794 'protocol/content_description.h', 794 'protocol/content_description.h',
795 'protocol/errors.h',
795 'protocol/host_control_dispatcher.cc', 796 'protocol/host_control_dispatcher.cc',
796 'protocol/host_control_dispatcher.h', 797 'protocol/host_control_dispatcher.h',
797 'protocol/host_event_dispatcher.cc', 798 'protocol/host_event_dispatcher.cc',
798 'protocol/host_event_dispatcher.h', 799 'protocol/host_event_dispatcher.h',
799 'protocol/host_stub.h', 800 'protocol/host_stub.h',
800 'protocol/input_filter.cc', 801 'protocol/input_filter.cc',
801 'protocol/input_filter.h', 802 'protocol/input_filter.h',
802 'protocol/input_stub.h', 803 'protocol/input_stub.h',
803 'protocol/it2me_host_authenticator_factory.cc', 804 'protocol/it2me_host_authenticator_factory.cc',
804 'protocol/it2me_host_authenticator_factory.h', 805 'protocol/it2me_host_authenticator_factory.h',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 '../base/allocator/allocator.gyp:allocator', 1012 '../base/allocator/allocator.gyp:allocator',
1012 ], 1013 ],
1013 }, 1014 },
1014 ], 1015 ],
1015 ], 1016 ],
1016 }], 1017 }],
1017 ], # end of 'conditions' 1018 ], # end of 'conditions'
1018 }, # end of target 'remoting_unittests' 1019 }, # end of target 'remoting_unittests'
1019 ], # end of targets 1020 ], # end of targets
1020 } 1021 }
OLDNEW
« no previous file with comments | « remoting/protocol/session.h ('k') | remoting/webapp/client_plugin_async.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698