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

Unified Diff: runtime/include/dart_api.h

Issue 2998983002: 1. Figure out the modified libraries from the specifeid kernel file during (Closed)
Patch Set: Fix format errors. Created 3 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: runtime/include/dart_api.h
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
index 8ccbe7a5380140f857dbd95a8613dc0b4f532747..58780b7f42d54a70cd6498712628f9c79643c286 100644
--- a/runtime/include/dart_api.h
+++ b/runtime/include/dart_api.h
@@ -2719,6 +2719,7 @@ typedef enum {
Dart_kScriptTag,
Dart_kSourceTag,
Dart_kImportTag,
+ Dart_kKernelTag,
aam 2017/08/18 16:04:20 Can we please add a description of this tag in the
siva 2017/08/18 17:17:51 Done.
} Dart_LibraryTag;
/**
« no previous file with comments | « runtime/bin/loader.cc ('k') | runtime/tests/vm/vm.status » ('j') | runtime/vm/isolate_reload.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698