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

Unified Diff: runtime/BUILD.gn

Issue 2984503002: Add missing config to libdart_jit (Closed)
Patch Set: Created 3 years, 5 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 | no next file » | 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 524ee0400dd653e88f5a96df2f68672c994d7621..0ce78044c8f1302a4b6089d677a3edea79976b2d 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -197,6 +197,7 @@ template("libdart_library") {
}
libdart_library("libdart_jit") {
+ extra_configs = [ ":dart_maybe_product_config" ]
extra_deps = [
"vm:libdart_platform",
"vm:libdart_lib_jit",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698