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

Side by Side Diff: runtime/include/dart_tools_api.h

Issue 2450713004: Make header include guards great again (Closed)
Patch Set: Fix header include guards Created 4 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
« no previous file with comments | « runtime/include/dart_native_api.h ('k') | runtime/lib/invocation_mirror.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) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, 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 INCLUDE_DART_TOOLS_API_H_ 5 #ifndef RUNTIME_INCLUDE_DART_TOOLS_API_H_
6 #define INCLUDE_DART_TOOLS_API_H_ 6 #define RUNTIME_INCLUDE_DART_TOOLS_API_H_
7 7
8 #include "include/dart_api.h" 8 #include "include/dart_api.h"
9 9
10 /** \mainpage Dart Tools Embedding API Reference 10 /** \mainpage Dart Tools Embedding API Reference
11 * 11 *
12 * This reference describes the Dart embedding API for tools. Tools include 12 * This reference describes the Dart embedding API for tools. Tools include
13 * a debugger, service protocol, and timeline. 13 * a debugger, service protocol, and timeline.
14 * 14 *
15 * NOTE: The APIs described in this file are unstable and subject to change. 15 * NOTE: The APIs described in this file are unstable and subject to change.
16 * 16 *
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 * 1080 *
1081 * \param start_recording See Dart_EmbedderTimelineStartRecording. 1081 * \param start_recording See Dart_EmbedderTimelineStartRecording.
1082 * \param stop_recording See Dart_EmbedderTimelineStopRecording. 1082 * \param stop_recording See Dart_EmbedderTimelineStopRecording.
1083 * 1083 *
1084 * NOTE: To avoid races, this should be called before Dart_Initialize. 1084 * NOTE: To avoid races, this should be called before Dart_Initialize.
1085 */ 1085 */
1086 DART_EXPORT void Dart_SetEmbedderTimelineCallbacks( 1086 DART_EXPORT void Dart_SetEmbedderTimelineCallbacks(
1087 Dart_EmbedderTimelineStartRecording start_recording, 1087 Dart_EmbedderTimelineStartRecording start_recording,
1088 Dart_EmbedderTimelineStopRecording stop_recording); 1088 Dart_EmbedderTimelineStopRecording stop_recording);
1089 1089
1090 #endif // INCLUDE_DART_TOOLS_API_H_ 1090 #endif // RUNTIME_INCLUDE_DART_TOOLS_API_H_
OLDNEW
« no previous file with comments | « runtime/include/dart_native_api.h ('k') | runtime/lib/invocation_mirror.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698