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

Unified Diff: runtime/bin/BUILD.gn

Issue 2158673002: Fuchsia: Hello, Fuchsia! (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merge, cleanup Created 4 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 | runtime/bin/fuchsia_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index e3bdc113f77e71d85b7a1271c4ae6c184ee69b81..fa1b461b316ff0d3947c618b7bea80799b948f57 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -365,6 +365,9 @@ source_set("embedded_dart_io") {
if (defined(is_fuchsia) && is_fuchsia) {
executable("fuchsia_test") {
+ configs += ["..:dart_config",
+ "..:dart_product_config",
+ "..:dart_precompiled_runtime_config"]
sources = [
"fuchsia_test.cc",
"log_fuchsia.cc",
« no previous file with comments | « no previous file | runtime/bin/fuchsia_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698