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

Side by Side Diff: runtime/bin/dbg_connection.h

Issue 1190103003: Remove dart_debugger_api.h (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 | « runtime/bin/bin.gypi ('k') | runtime/bin/dbg_message.h » ('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 Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #ifndef BIN_DBG_CONNECTION_H_ 5 #ifndef BIN_DBG_CONNECTION_H_
6 #define BIN_DBG_CONNECTION_H_ 6 #define BIN_DBG_CONNECTION_H_
7 7
8 #include "bin/builtin.h" 8 #include "bin/builtin.h"
9 #include "bin/utils.h" 9 #include "bin/utils.h"
10 10
11 #include "include/dart_debugger_api.h" 11 #include "include/dart_tools_api.h"
12 12
13 #include "platform/globals.h" 13 #include "platform/globals.h"
14 #include "platform/json.h" 14 #include "platform/json.h"
15 #include "bin/thread.h" 15 #include "bin/thread.h"
16 // Declare the OS-specific types ahead of defining the generic class. 16 // Declare the OS-specific types ahead of defining the generic class.
17 #if defined(TARGET_OS_ANDROID) 17 #if defined(TARGET_OS_ANDROID)
18 #include "bin/dbg_connection_android.h" 18 #include "bin/dbg_connection_android.h"
19 #elif defined(TARGET_OS_LINUX) 19 #elif defined(TARGET_OS_LINUX)
20 #include "bin/dbg_connection_linux.h" 20 #include "bin/dbg_connection_linux.h"
21 #elif defined(TARGET_OS_MACOS) 21 #elif defined(TARGET_OS_MACOS)
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 115
116 friend class DebuggerConnectionImpl; 116 friend class DebuggerConnectionImpl;
117 117
118 DISALLOW_IMPLICIT_CONSTRUCTORS(DebuggerConnectionHandler); 118 DISALLOW_IMPLICIT_CONSTRUCTORS(DebuggerConnectionHandler);
119 }; 119 };
120 120
121 } // namespace bin 121 } // namespace bin
122 } // namespace dart 122 } // namespace dart
123 123
124 #endif // BIN_DBG_CONNECTION_H_ 124 #endif // BIN_DBG_CONNECTION_H_
OLDNEW
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/dbg_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698