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

Unified Diff: runtime/BUILD.gn

Issue 2786483002: AOT compiler changes for dart_content_handler: (Closed)
Patch Set: . Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/BUILD.gn
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
index 34e739dcaef4bf3b26d112f0d684ce5a678b15ce..9bdb93f92f494517f9968def1974b37ab17f8f37 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -278,6 +278,14 @@ libdart_library("libdart_nosnapshot_with_precompiler") {
]
}
+libdart_library("libdart_with_precompiler") {
+ extra_configs = [ ":dart_precompiler_config" ]
+ extra_deps = [
+ "vm:libdart_lib_with_precompiler",
+ "vm:libdart_vm_with_precompiler",
+ ]
+}
+
action("generate_version_cc_file") {
deps = [
":libdart_dependency_helper",
« no previous file with comments | « no previous file | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698