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

Side by Side Diff: remoting/host/native_messaging/native_messaging_channel.cc

Issue 49113003: It2Me native messaging: GYP and source refactoring (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Max/Linux build break: remoting_native_messaging_host Created 7 years, 1 month 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include "remoting/host/setup/native_messaging_channel.h" 5 #include "remoting/host/native_messaging/native_messaging_channel.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/callback.h" 9 #include "base/callback.h"
10 #include "base/location.h" 10 #include "base/location.h"
11 #include "base/values.h" 11 #include "base/values.h"
12 12
13 #if defined(OS_POSIX) 13 #if defined(OS_POSIX)
14 #include <unistd.h> 14 #include <unistd.h>
15 #endif 15 #endif
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 120
121 if (shutdown_) 121 if (shutdown_)
122 return; 122 return;
123 123
124 shutdown_ = true; 124 shutdown_ = true;
125 if (!pending_requests_) 125 if (!pending_requests_)
126 quit_closure_.Run(); 126 quit_closure_.Run();
127 } 127 }
128 128
129 } // namespace remoting 129 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/host/native_messaging/native_messaging_channel.h ('k') | remoting/host/native_messaging/native_messaging_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698